Searched refs:raw_cpu_write (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | randomize_kstack.h | 84 raw_cpu_write(kstack_offset, offset); \
|
H A D | percpu-defs.h | 409 #define raw_cpu_write(pcp, val) __pcpu_size_call(raw_cpu_write_, pcp, val) macro 439 raw_cpu_write(pcp, val); \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | prandom.h | 59 raw_cpu_write(net_rand_noise, d); in prandom_u32_add_noise()
|
H A D | percpu-defs.h | 421 #define raw_cpu_write(pcp, val) __pcpu_size_call(raw_cpu_write_, pcp, val) macro 452 raw_cpu_write(pcp, val); \
|
/kernel/linux/linux-5.10/kernel/ |
H A D | watchdog_hld.c | 41 raw_cpu_write(watchdog_nmi_touch, true); in arch_touch_nmi_watchdog()
|
H A D | watchdog.c | 266 raw_cpu_write(watchdog_touch_ts, SOFTLOCKUP_RESET); in touch_softlockup_watchdog_sched()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | watchdog.c | 106 raw_cpu_write(watchdog_hardlockup_touched, true); in arch_touch_nmi_watchdog() 378 raw_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT); in touch_softlockup_watchdog_sched()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | process_32.c | 210 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
|
H A D | process_64.c | 623 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()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | percpu.h | 251 #define __this_cpu_write raw_cpu_write
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | percpu.h | 268 #define __this_cpu_write raw_cpu_write
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | percpu.h | 252 raw_cpu_write(var, (nval)); \
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | percpu.h | 313 raw_cpu_write(var, (nval)); \
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | tree.c | 417 raw_cpu_write(rcu_data.rcu_need_heavy_qs, false); in rcu_momentary_dyntick_idle()
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | tree.c | 330 raw_cpu_write(rcu_data.rcu_need_heavy_qs, false); in rcu_momentary_dyntick_idle()
|
Completed in 22 milliseconds