Searched refs:__this_cpu_xchg (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | fpsimd.c | 167 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 D | fpsimd.c | 219 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 D | percpu-defs.h | 479 #define __this_cpu_xchg(pcp, nval) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | percpu-defs.h | 466 #define __this_cpu_xchg(pcp, nval) \ macro
|
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk.c | 3049 int pending = __this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmalloc.c | 1025 lva = __this_cpu_xchg(ne_fit_preload_node, NULL); in adjust_va_to_fit_type()
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmalloc.c | 1428 lva = __this_cpu_xchg(ne_fit_preload_node, NULL); in adjust_va_to_fit_type()
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | core.c | 4258 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 4332 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()
|
Completed in 51 milliseconds