Searched refs:next_timeout (Results 1 – 2 of 2) sorted by relevance
217 if (next_timeout == NULL) { in sys_timeout_debug()234 if (next_timeout == NULL) { in sys_timeout_debug()235 next_timeout = timeout; in sys_timeout_debug()240 next_timeout->time -= msecs; in sys_timeout_debug()242 next_timeout = timeout; in sys_timeout_debug()277 if (next_timeout == NULL) { in sys_untimeout()286 next_timeout = t->next; in sys_untimeout()315 if (next_timeout) { in sys_check_timeouts()329 tmptimeout = next_timeout; in sys_check_timeouts()384 if (next_timeout == NULL) { in sys_timeouts_sleeptime()[all …]
46 if (next_timeout == NULL) { in mtimer_start()
Completed in 4 milliseconds