Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds