Lines Matching refs:sp_node
2491 static struct sp_node *
2497 struct sp_node *p = rb_entry(n, struct sp_node, nd);
2509 struct sp_node *w = NULL;
2513 w = rb_entry(prev, struct sp_node, nd);
2518 return rb_entry(n, struct sp_node, nd);
2525 static void sp_insert(struct shared_policy *sp, struct sp_node *new)
2529 struct sp_node *nd;
2533 nd = rb_entry(parent, struct sp_node, nd);
2552 struct sp_node *sn;
2566 static void sp_free(struct sp_node *n)
2679 static void sp_delete(struct shared_policy *sp, struct sp_node *n)
2686 static void sp_node_init(struct sp_node *node, unsigned long start,
2694 static struct sp_node *sp_alloc(unsigned long start, unsigned long end,
2697 struct sp_node *n;
2717 unsigned long end, struct sp_node *new)
2719 struct sp_node *n;
2720 struct sp_node *n_new = NULL;
2754 n = rb_entry(next, struct sp_node, nd);
2835 struct sp_node *new = NULL;
2858 struct sp_node *n;
2866 n = rb_entry(next, struct sp_node, nd);
2932 sizeof(struct sp_node),