Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst210 __this_cpu_xchg(pcp, nval)
/openbmc/linux/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()
/openbmc/linux/include/linux/
H A Dpercpu-defs.h466 #define __this_cpu_xchg(pcp, nval) \ macro
/openbmc/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst242 __this_cpu_xchg(pcp, nval)
/openbmc/linux/mm/
H A Dvmalloc.c1428 lva = __this_cpu_xchg(ne_fit_preload_node, NULL); in adjust_va_to_fit_type()
/openbmc/linux/kernel/events/
H A Dcore.c4332 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()