Lines Matching refs:sp_node
2365 static struct sp_node *
2371 struct sp_node *p = rb_entry(n, struct sp_node, nd); in sp_lookup()
2383 struct sp_node *w = NULL; in sp_lookup()
2387 w = rb_entry(prev, struct sp_node, nd); in sp_lookup()
2392 return rb_entry(n, struct sp_node, nd); in sp_lookup()
2399 static void sp_insert(struct shared_policy *sp, struct sp_node *new) in sp_insert()
2403 struct sp_node *nd; in sp_insert()
2407 nd = rb_entry(parent, struct sp_node, nd); in sp_insert()
2426 struct sp_node *sn; in mpol_shared_policy_lookup()
2440 static void sp_free(struct sp_node *n) in sp_free()
2546 static void sp_delete(struct shared_policy *sp, struct sp_node *n) in sp_delete()
2553 static void sp_node_init(struct sp_node *node, unsigned long start, in sp_node_init()
2561 static struct sp_node *sp_alloc(unsigned long start, unsigned long end, in sp_alloc()
2564 struct sp_node *n; in sp_alloc()
2584 unsigned long end, struct sp_node *new) in shared_policy_replace()
2586 struct sp_node *n; in shared_policy_replace()
2587 struct sp_node *n_new = NULL; in shared_policy_replace()
2621 n = rb_entry(next, struct sp_node, nd); in shared_policy_replace()
2701 struct sp_node *new = NULL; in mpol_set_shared_policy()
2724 struct sp_node *n; in mpol_free_shared_policy()
2732 n = rb_entry(next, struct sp_node, nd); in mpol_free_shared_policy()
2798 sizeof(struct sp_node), in numa_policy_init()