Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu-defs.h479 #define __this_cpu_xchg(pcp, nval) \ macro
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dthis_cpu_ops.rst243 __this_cpu_xchg(pcp, nval)
/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk.c3082 int pending = __this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()
/OK3568_Linux_fs/kernel/mm/
H A Dvmalloc.c1028 lva = __this_cpu_xchg(ne_fit_preload_node, NULL); in adjust_va_to_fit_type()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c4174 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()