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

/linux-master/include/linux/
H A Dtopology.h129 * N.B., Do NOT reference the '_numa_mem_' per cpu variable directly.
133 DECLARE_PER_CPU(int, _numa_mem_);
138 this_cpu_write(_numa_mem_, node);
146 return raw_cpu_read(_numa_mem_);
153 return per_cpu(_numa_mem_, cpu);
160 per_cpu(_numa_mem_, cpu) = node;
/linux-master/mm/
H A Dpage_alloc.c174 * N.B., Do NOT reference the '_numa_mem_' per cpu variable directly.
179 DEFINE_PER_CPU(int, _numa_mem_); /* Kernel "local memory" node */
180 EXPORT_PER_CPU_SYMBOL(_numa_mem_); variable

Completed in 150 milliseconds