__this_cpu_xchg   154 arch/arm64/kernel/fpsimd.c 	bool busy = __this_cpu_xchg(fpsimd_context_busy, true);
__this_cpu_xchg   176 arch/arm64/kernel/fpsimd.c 	bool busy = __this_cpu_xchg(fpsimd_context_busy, false);
__this_cpu_xchg  1351 arch/arm64/kernel/fpsimd.c 	if (!__this_cpu_xchg(efi_fpsimd_state_used, false)) {
__this_cpu_xchg  3863 kernel/events/core.c 	throttled = __this_cpu_xchg(perf_throttled_count, 0);
__this_cpu_xchg  2978 kernel/printk/printk.c 	int pending = __this_cpu_xchg(printk_pending, 0);
__this_cpu_xchg   959 mm/vmalloc.c   		lva = __this_cpu_xchg(ne_fit_preload_node, NULL);