Searched refs:next_timeout (Results 1 – 1 of 1) sorted by relevance
130 return &next_timeout; in sys_timeouts_get_next_timeout()205 if (next_timeout == NULL) { in sys_timeout_abs()206 next_timeout = timeout; in sys_timeout_abs()210 timeout->next = next_timeout; in sys_timeout_abs()211 next_timeout = timeout; in sys_timeout_abs()323 if (next_timeout == NULL) { in sys_untimeout()332 next_timeout = t->next; in sys_untimeout()368 tmptimeout = next_timeout; in sys_check_timeouts()410 if (next_timeout == NULL) { in sys_restart_timeouts()415 base = next_timeout->time; in sys_restart_timeouts()[all …]
Completed in 6 milliseconds