Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dwatchdog_hld.c41 raw_cpu_write(watchdog_nmi_touch, true); in arch_touch_nmi_watchdog()
Dwatchdog.c270 raw_cpu_write(watchdog_touch_ts, 0); in touch_softlockup_watchdog_sched()
/Linux-v4.19/include/linux/
Dpercpu-defs.h423 #define raw_cpu_write(pcp, val) __pcpu_size_call(raw_cpu_write_, pcp, val) macro
454 raw_cpu_write(pcp, val); \
/Linux-v4.19/kernel/rcu/
Dtree.c421 raw_cpu_write(rcu_dynticks.rcu_need_heavy_qs, false); in rcu_momentary_dyntick_idle()