Searched refs:this_cpu_write (Results 1 – 2 of 2) sorted by relevance
91 this_cpu_write(numa_node, node); in set_numa_node()127 this_cpu_write(_numa_mem_, node); in set_numa_mem()
499 #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) macro