Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dfpsimd.c1123 busy = __this_cpu_xchg(kernel_neon_busy, false); in kernel_neon_end()
1190 if (!__this_cpu_xchg(efi_fpsimd_state_used, false)) { in __efi_fpsimd_end()
/Linux-v4.19/include/linux/
Dpercpu-defs.h481 #define __this_cpu_xchg(pcp, nval) \ macro
/Linux-v4.19/Documentation/
Dthis_cpu_ops.txt243 __this_cpu_xchg(pcp, nval)
/Linux-v4.19/kernel/printk/
Dprintk.c2872 int pending = __this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()
/Linux-v4.19/kernel/events/
Dcore.c3741 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()