Home
last modified time | relevance | path

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

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