Home
last modified time | relevance | path

Searched refs:sp_node (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dmempolicy.c2360 static struct sp_node *
2366 struct sp_node *p = rb_entry(n, struct sp_node, nd); in sp_lookup()
2378 struct sp_node *w = NULL; in sp_lookup()
2382 w = rb_entry(prev, struct sp_node, nd); in sp_lookup()
2387 return rb_entry(n, struct sp_node, nd); in sp_lookup()
2394 static void sp_insert(struct shared_policy *sp, struct sp_node *new) in sp_insert()
2398 struct sp_node *nd; in sp_insert()
2402 nd = rb_entry(parent, struct sp_node, nd); in sp_insert()
2421 struct sp_node *sn; in mpol_shared_policy_lookup()
2435 static void sp_free(struct sp_node *n) in sp_free()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dmempolicy.h119 struct sp_node { struct