Home
last modified time | relevance | path

Searched refs:__this_cpu_cmpxchg (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Dpercpu-defs.h485 #define __this_cpu_cmpxchg(pcp, oval, nval) \ macro
/linux-5.19.10/Documentation/core-api/
Dthis_cpu_ops.rst244 __this_cpu_cmpxchg(pcp, oval, nval)
/linux-5.19.10/mm/
Dvmalloc.c1531 if (va && __this_cpu_cmpxchg(ne_fit_preload_node, NULL, va)) in preload_this_cpu_lock()