Lines Matching refs:tmptimeout
364 struct sys_timeo *tmptimeout;
370 tmptimeout = next_timeout;
371 if (tmptimeout == NULL) {
375 if (TIME_LESS_THAN(now, tmptimeout->time)) {
380 next_timeout = tmptimeout->next;
381 handler = tmptimeout->h;
382 arg = tmptimeout->arg;
383 current_timeout_due_time = tmptimeout->time;
387 tmptimeout->handler_name, sys_now() - tmptimeout->time, arg));
390 memp_free(MEMP_SYS_TIMEOUT, tmptimeout);