Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kernel/
Dfpsimd.c154 bool busy = __this_cpu_xchg(fpsimd_context_busy, true); in __get_cpu_fpsimd_context()
176 bool busy = __this_cpu_xchg(fpsimd_context_busy, false); in __put_cpu_fpsimd_context()
1327 if (!__this_cpu_xchg(efi_fpsimd_state_used, false)) { in __efi_fpsimd_end()
/Linux-v5.4/include/linux/
Dpercpu-defs.h480 #define __this_cpu_xchg(pcp, nval) \ macro
/Linux-v5.4/Documentation/
Dthis_cpu_ops.txt243 __this_cpu_xchg(pcp, nval)
/Linux-v5.4/kernel/printk/
Dprintk.c2950 int pending = __this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()
/Linux-v5.4/mm/
Dvmalloc.c958 lva = __this_cpu_xchg(ne_fit_preload_node, NULL); in adjust_va_to_fit_type()
/Linux-v5.4/kernel/events/
Dcore.c3858 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()