Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dthis_cpu_ops.rst210 __this_cpu_xchg(pcp, nval)
/linux-6.3-rc2/arch/arm64/kernel/
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()
2019 if (!__this_cpu_xchg(efi_fpsimd_state_used, false)) { in __efi_fpsimd_end()
/linux-6.3-rc2/include/linux/
A Dpercpu-defs.h479 #define __this_cpu_xchg(pcp, nval) \ macro
/linux-6.3-rc2/Documentation/core-api/
A Dthis_cpu_ops.rst243 __this_cpu_xchg(pcp, nval)
/linux-6.3-rc2/mm/
A Dvmalloc.c1425 lva = __this_cpu_xchg(ne_fit_preload_node, NULL); in adjust_va_to_fit_type()
/linux-6.3-rc2/kernel/events/
A Dcore.c4300 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()

Completed in 41 milliseconds