watchdog_touch_ts  173 kernel/watchdog.c static DEFINE_PER_CPU(unsigned long, watchdog_touch_ts);
watchdog_touch_ts  262 kernel/watchdog.c 	__this_cpu_write(watchdog_touch_ts, get_timestamp());
watchdog_touch_ts  279 kernel/watchdog.c 	raw_cpu_write(watchdog_touch_ts, SOFTLOCKUP_RESET);
watchdog_touch_ts  303 kernel/watchdog.c 		per_cpu(watchdog_touch_ts, cpu) = SOFTLOCKUP_RESET;
watchdog_touch_ts  310 kernel/watchdog.c 	__this_cpu_write(watchdog_touch_ts, SOFTLOCKUP_RESET);
watchdog_touch_ts  366 kernel/watchdog.c 	unsigned long touch_ts = __this_cpu_read(watchdog_touch_ts);