Searched refs:sp_node (Results 1 – 2 of 2) sorted by relevance
/linux/mm/ |
H A D | mempolicy.c | 2816 static struct sp_node *sp_lookup(struct shared_policy *sp, in sp_lookup() 2822 struct sp_node *p = rb_entry(n, struct sp_node, nd); in sp_lookup() 2834 struct sp_node *w = NULL; in sp_lookup() 2838 w = rb_entry(prev, struct sp_node, nd); in sp_lookup() 2843 return rb_entry(n, struct sp_node, nd); in sp_lookup() 2850 static void sp_insert(struct shared_policy *sp, struct sp_node *new) in sp_insert() 2854 struct sp_node *nd; in sp_insert() 2858 nd = rb_entry(parent, struct sp_node, nd); in sp_insert() 2875 struct sp_node *sn; in mpol_shared_policy_lookup() 2889 static void sp_free(struct sp_node *n) in sp_free() [all …]
|
/linux/include/linux/ |
H A D | mempolicy.h | 116 struct sp_node { struct
|