Searched defs:this_cpu_xchg (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/radix-tree/linux/
H A Dpercpu.h8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
/linux-master/include/linux/
H A Dpercpu-defs.h495 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro

Completed in 106 milliseconds