Home
last modified time | relevance | path

Searched refs:__this_cpu_xchg (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst210 __this_cpu_xchg(pcp, nval)
/linux/include/linux/
H A Dpercpu-defs.h468 #define __this_cpu_xchg(pcp, nval) \ macro
/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst242 __this_cpu_xchg(pcp, nval)
/linux/mm/
H A Dvmalloc.c1672 lva = __this_cpu_xchg(ne_fit_preload_node, NULL); in va_clip()
/linux/kernel/events/
H A Dcore.c4430 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()