Home
last modified time | relevance | path

Searched refs:__this_cpu_xchg (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dfpsimd.c167 bool busy = __this_cpu_xchg(fpsimd_context_busy, true); in __get_cpu_fpsimd_context()
189 bool busy = __this_cpu_xchg(fpsimd_context_busy, false); in __put_cpu_fpsimd_context()
1363 if (!__this_cpu_xchg(efi_fpsimd_state_used, false)) { in __efi_fpsimd_end()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dfpsimd.c219 bool busy = __this_cpu_xchg(fpsimd_context_busy, true); in __get_cpu_fpsimd_context()
250 bool busy = __this_cpu_xchg(fpsimd_context_busy, false); in __put_cpu_fpsimd_context()
2041 if (!__this_cpu_xchg(efi_fpsimd_state_used, false)) { in __efi_fpsimd_end()
/kernel/linux/linux-5.10/include/linux/
H A Dpercpu-defs.h479 #define __this_cpu_xchg(pcp, nval) \ macro
/kernel/linux/linux-6.6/include/linux/
H A Dpercpu-defs.h466 #define __this_cpu_xchg(pcp, nval) \ macro
/kernel/linux/linux-5.10/kernel/printk/
H A Dprintk.c3049 int pending = __this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()
/kernel/linux/linux-5.10/mm/
H A Dvmalloc.c1025 lva = __this_cpu_xchg(ne_fit_preload_node, NULL); in adjust_va_to_fit_type()
/kernel/linux/linux-6.6/mm/
H A Dvmalloc.c1428 lva = __this_cpu_xchg(ne_fit_preload_node, NULL); in adjust_va_to_fit_type()
/kernel/linux/linux-5.10/kernel/events/
H A Dcore.c4258 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()
/kernel/linux/linux-6.6/kernel/events/
H A Dcore.c4332 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()

Completed in 51 milliseconds