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

/linux-4.4.14/mm/
H A Dmempolicy.c2151 static struct sp_node * sp_lookup()
2157 struct sp_node *p = rb_entry(n, struct sp_node, nd); sp_lookup()
2169 struct sp_node *w = NULL; sp_lookup()
2173 w = rb_entry(prev, struct sp_node, nd); sp_lookup()
2178 return rb_entry(n, struct sp_node, nd); sp_lookup()
2183 static void sp_insert(struct shared_policy *sp, struct sp_node *new) sp_insert()
2187 struct sp_node *nd; sp_insert()
2191 nd = rb_entry(parent, struct sp_node, nd); sp_insert()
2210 struct sp_node *sn; mpol_shared_policy_lookup()
2224 static void sp_free(struct sp_node *n) sp_free()
2317 static void sp_delete(struct shared_policy *sp, struct sp_node *n) sp_delete()
2324 static void sp_node_init(struct sp_node *node, unsigned long start, sp_node_init()
2332 static struct sp_node *sp_alloc(unsigned long start, unsigned long end, sp_alloc()
2335 struct sp_node *n; sp_alloc()
2355 unsigned long end, struct sp_node *new) shared_policy_replace()
2357 struct sp_node *n; shared_policy_replace()
2358 struct sp_node *n_new = NULL; shared_policy_replace()
2392 n = rb_entry(next, struct sp_node, nd); shared_policy_replace()
2472 struct sp_node *new = NULL; mpol_set_shared_policy()
2495 struct sp_node *n; mpol_free_shared_policy()
2503 n = rb_entry(next, struct sp_node, nd); mpol_free_shared_policy()
2571 sizeof(struct sp_node), numa_policy_init()
/linux-4.4.14/include/linux/
H A Dmempolicy.h117 struct sp_node { struct

Completed in 97 milliseconds