Lines Matching refs:sp_node
2361 static struct sp_node *
2367 struct sp_node *p = rb_entry(n, struct sp_node, nd);
2379 struct sp_node *w = NULL;
2383 w = rb_entry(prev, struct sp_node, nd);
2388 return rb_entry(n, struct sp_node, nd);
2395 static void sp_insert(struct shared_policy *sp, struct sp_node *new)
2399 struct sp_node *nd;
2403 nd = rb_entry(parent, struct sp_node, nd);
2422 struct sp_node *sn;
2436 static void sp_free(struct sp_node *n)
2542 static void sp_delete(struct shared_policy *sp, struct sp_node *n)
2549 static void sp_node_init(struct sp_node *node, unsigned long start,
2557 static struct sp_node *sp_alloc(unsigned long start, unsigned long end,
2560 struct sp_node *n;
2580 unsigned long end, struct sp_node *new)
2582 struct sp_node *n;
2583 struct sp_node *n_new = NULL;
2617 n = rb_entry(next, struct sp_node, nd);
2698 struct sp_node *new = NULL;
2721 struct sp_node *n;
2729 n = rb_entry(next, struct sp_node, nd);
2795 sizeof(struct sp_node),