Home
last modified time | relevance | path

Searched refs:raw_cpu_write (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/include/linux/
Drandomize_kstack.h84 raw_cpu_write(kstack_offset, offset); \
Dpercpu-defs.h409 #define raw_cpu_write(pcp, val) __pcpu_size_call(raw_cpu_write_, pcp, val) macro
439 raw_cpu_write(pcp, val); \
/Linux-v6.6/arch/x86/kernel/
Dprocess_32.c210 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
Dprocess_64.c623 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
624 raw_cpu_write(pcpu_hot.top_of_stack, task_top_of_stack(next_p)); in __switch_to()
/Linux-v6.6/kernel/
Dwatchdog.c105 raw_cpu_write(watchdog_hardlockup_touched, true); in arch_touch_nmi_watchdog()
370 raw_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT); in touch_softlockup_watchdog_sched()
/Linux-v6.6/arch/arm64/include/asm/
Dpercpu.h268 #define __this_cpu_write raw_cpu_write
/Linux-v6.6/arch/x86/include/asm/
Dpercpu.h313 raw_cpu_write(var, (nval)); \
/Linux-v6.6/net/netfilter/
Dnft_set_pipapo.c463 raw_cpu_write(nft_pipapo_scratch_index, map_index); in nft_pipapo_lookup()
480 raw_cpu_write(nft_pipapo_scratch_index, map_index); in nft_pipapo_lookup()
Dnft_set_pipapo_avx2.c1224 raw_cpu_write(nft_pipapo_avx2_scratch_index, !map_index); in nft_pipapo_avx2_lookup()
/Linux-v6.6/kernel/rcu/
Dtree.c329 raw_cpu_write(rcu_data.rcu_need_heavy_qs, false); in rcu_momentary_dyntick_idle()