Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu-defs.h485 #define __this_cpu_cmpxchg(pcp, oval, nval) \ macro
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dthis_cpu_ops.rst244 __this_cpu_cmpxchg(pcp, oval, nval)
/OK3568_Linux_fs/kernel/mm/
H A Dvmalloc.c1210 if (pva && __this_cpu_cmpxchg(ne_fit_preload_node, NULL, pva)) in alloc_vmap_area()