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

/mm/
H A Dslab.c2965 int nid_alloc, nid_here; local
2969 nid_alloc = nid_here = numa_mem_id();
2971 nid_alloc = cpuset_slab_spread_node();
2973 nid_alloc = mempolicy_slab_node();
2974 if (nid_alloc != nid_here)
2975 return ____cache_alloc_node(cachep, flags, nid_alloc);

Completed in 15 milliseconds