Lines Matching refs:jiffies
1177 pwq->pool->watchdog_ts = jiffies; in pwq_activate_inactive_work()
1520 pwq->pool->watchdog_ts = jiffies; in __queue_work()
1681 timer->expires = jiffies + delay; in __queue_delayed_work()
1814 worker->last_active = jiffies; in worker_enter_idle()
1820 mod_timer(&pool->idle_timer, jiffies + IDLE_WORKER_TIMEOUT); in worker_enter_idle()
2029 if (time_before(jiffies, expires)) { in idle_worker_timeout()
2085 mod_timer(&pool->mayday_timer, jiffies + MAYDAY_INTERVAL); in pool_mayday_timeout()
2114 mod_timer(&pool->mayday_timer, jiffies + MAYDAY_INITIAL_TIMEOUT); in maybe_create_worker()
2442 pool->watchdog_ts = jiffies; in worker_thread()
2546 pool->watchdog_ts = jiffies; in rescuer_thread()
3469 pool->watchdog_ts = jiffies; in init_worker_pool()
4871 hung = jiffies_to_msecs(jiffies - pool->watchdog_ts) / 1000; in show_one_worker_pool()
5835 wq_watchdog_touched = jiffies; in wq_watchdog_reset_touched()
5837 per_cpu(wq_watchdog_touched_cpu, cpu) = jiffies; in wq_watchdog_reset_touched()
5844 unsigned long now = jiffies; in wq_watchdog_timer_fn()
5894 mod_timer(&wq_watchdog_timer, jiffies + thresh); in wq_watchdog_timer_fn()
5900 per_cpu(wq_watchdog_touched_cpu, cpu) = jiffies; in wq_watchdog_touch()
5902 wq_watchdog_touched = jiffies; in wq_watchdog_touch()
5913 mod_timer(&wq_watchdog_timer, jiffies + thresh * HZ); in wq_watchdog_set_thresh()