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

/linux-master/tools/testing/radix-tree/linux/
H A Dpercpu.h9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) macro
/linux-master/include/linux/
H A Dpercpu-defs.h496 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro

Completed in 157 milliseconds