Searched refs:last_run (Results 1 – 2 of 2) sorted by relevance
40 static time_t last_run = 0; variable405 if (now < last_run + KCM_EVENT_QUEUE_INTERVAL) { in kcm_run_events()433 last_run = now; in kcm_run_events()
7574 hrtime_t delay, overdue, last_run = gethrtime(); in ztest_deadman_thread() local7584 if (gethrtime() < last_run + delay) { in ztest_deadman_thread()7619 last_run = gethrtime(); in ztest_deadman_thread()