Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst210 __this_cpu_xchg(pcp, nval)
/linux-6.15/include/linux/
H A Dpercpu-defs.h469 #define __this_cpu_xchg(pcp, nval) \ macro
/linux-6.15/Documentation/core-api/
H A Dthis_cpu_ops.rst252 __this_cpu_xchg(pcp, nval)
/linux-6.15/arch/arm64/kernel/
H A Dfpsimd.c2032 if (!__this_cpu_xchg(efi_fpsimd_state_used, false)) { in __efi_fpsimd_end()
/linux-6.15/mm/
H A Dvmalloc.c1672 lva = __this_cpu_xchg(ne_fit_preload_node, NULL); in va_clip()
/linux-6.15/kernel/events/
H A Dcore.c4445 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()