Lines Matching refs:tmptimeout
361 struct sys_timeo *tmptimeout;
377 tmptimeout = next_timeout;
378 if (tmptimeout && (tmptimeout->time <= diff)) {
382 diff -= tmptimeout->time;
383 next_timeout = tmptimeout->next;
384 handler = tmptimeout->h;
385 arg = tmptimeout->arg;
389 tmptimeout->handler_name, arg));
392 memp_free(MEMP_SYS_TIMEOUT, tmptimeout);
426 struct sys_timeo *tmptimeout;
444 tmptimeout = next_timeout;
445 next_timeout = tmptimeout->next;
446 handler = tmptimeout->h;
447 arg = tmptimeout->arg;
451 tmptimeout->handler_name, arg));
454 memp_free(MEMP_SYS_TIMEOUT, tmptimeout);