Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/kernel/
Dfpsimd.c227 bool busy = __this_cpu_xchg(fpsimd_context_busy, true); in __get_cpu_fpsimd_context()
258 bool busy = __this_cpu_xchg(fpsimd_context_busy, false); in __put_cpu_fpsimd_context()
1944 if (!__this_cpu_xchg(efi_fpsimd_state_used, false)) { in __efi_fpsimd_end()
/Linux-v6.1/include/linux/
Dpercpu-defs.h479 #define __this_cpu_xchg(pcp, nval) \ macro
/Linux-v6.1/Documentation/core-api/
Dthis_cpu_ops.rst243 __this_cpu_xchg(pcp, nval)
/Linux-v6.1/mm/
Dvmalloc.c1432 lva = __this_cpu_xchg(ne_fit_preload_node, NULL); in adjust_va_to_fit_type()
/Linux-v6.1/kernel/events/
Dcore.c4231 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()