Searched refs:sp_node (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | mempolicy.c | 2361 static struct sp_node * 2367 struct sp_node *p = rb_entry(n, struct sp_node, nd); in sp_lookup() 2379 struct sp_node *w = NULL; in sp_lookup() 2383 w = rb_entry(prev, struct sp_node, nd); in sp_lookup() 2388 return rb_entry(n, struct sp_node, nd); in sp_lookup() 2395 static void sp_insert(struct shared_policy *sp, struct sp_node *new) in sp_insert() 2399 struct sp_node *nd; in sp_insert() 2403 nd = rb_entry(parent, struct sp_node, nd); in sp_insert() 2422 struct sp_node *s in mpol_shared_policy_lookup() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | mempolicy.c | 2491 static struct sp_node * 2497 struct sp_node *p = rb_entry(n, struct sp_node, nd); in sp_lookup() 2509 struct sp_node *w = NULL; in sp_lookup() 2513 w = rb_entry(prev, struct sp_node, nd); in sp_lookup() 2518 return rb_entry(n, struct sp_node, nd); in sp_lookup() 2525 static void sp_insert(struct shared_policy *sp, struct sp_node *new) in sp_insert() 2529 struct sp_node *nd; in sp_insert() 2533 nd = rb_entry(parent, struct sp_node, nd); in sp_insert() 2552 struct sp_node *s in mpol_shared_policy_lookup() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | mempolicy.h | 116 struct sp_node { struct
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mempolicy.h | 119 struct sp_node { struct
|
Completed in 9 milliseconds