Home
last modified time | relevance | path

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

/mm/
Dslab.c241 #define MAKE_LIST(cachep, listp, slab, nodeid) \ argument
244 list_splice(&get_node(cachep, nodeid)->slab, listp); \
247 #define MAKE_ALL_LISTS(cachep, ptr, nodeid) \ argument
249 MAKE_LIST((cachep), (&(ptr)->slabs_full), slabs_full, nodeid); \
250 MAKE_LIST((cachep), (&(ptr)->slabs_partial), slabs_partial, nodeid); \
251 MAKE_LIST((cachep), (&(ptr)->slabs_free), slabs_free, nodeid); \
618 gfp_t flags, int nodeid) in ____cache_alloc_node() argument
1155 int nodeid) in init_list() argument
1159 ptr = kmalloc_node(sizeof(struct kmem_cache_node), GFP_NOWAIT, nodeid); in init_list()
1168 MAKE_ALL_LISTS(cachep, ptr, nodeid); in init_list()
[all …]