Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/translations/zh_CN/core-api/
Dthis_cpu_ops.rst211 __this_cpu_cmpxchg(pcp, oval, nval)
/linux-6.6.21/include/linux/
Dpercpu-defs.h472 #define __this_cpu_cmpxchg(pcp, oval, nval) \ macro
/linux-6.6.21/Documentation/core-api/
Dthis_cpu_ops.rst243 __this_cpu_cmpxchg(pcp, oval, nval)
/linux-6.6.21/mm/
Dvmalloc.c1574 if (va && __this_cpu_cmpxchg(ne_fit_preload_node, NULL, va)) in preload_this_cpu_lock()