Lines Matching refs:__this_cpu_write
225 __this_cpu_write(watchdog_touch_ts, get_timestamp()); in __touch_watchdog()
270 __this_cpu_write(softlockup_touch_sync, true); in touch_softlockup_watchdog_sync()
271 __this_cpu_write(watchdog_touch_ts, 0); in touch_softlockup_watchdog_sync()
283 __this_cpu_write(hrtimer_interrupts_saved, hrint); in is_hardlockup()
319 __this_cpu_write(watchdog_nmi_touch, false); in watchdog_overflow_callback()
356 __this_cpu_write(hard_watchdog_warn, true); in watchdog_overflow_callback()
360 __this_cpu_write(hard_watchdog_warn, false); in watchdog_overflow_callback()
399 __this_cpu_write(softlockup_touch_sync, false); in watchdog_timer_fn()
437 __this_cpu_write(soft_watchdog_warn, false); in watchdog_timer_fn()
449 __this_cpu_write(soft_watchdog_warn, true); in watchdog_timer_fn()
457 __this_cpu_write(softlockup_task_ptr_saved, current); in watchdog_timer_fn()
479 __this_cpu_write(soft_watchdog_warn, true); in watchdog_timer_fn()
481 __this_cpu_write(soft_watchdog_warn, false); in watchdog_timer_fn()
544 __this_cpu_write(soft_lockup_hrtimer_cnt, in watchdog()