Searched refs:async_timer (Results 1 – 4 of 4) sorted by relevance
327 timeout_id_t async_timer; /* close drain progress timer */ member
445 timeout_id_t async_timer; /* close drain progress timer */ member
1082 async->async_timer = 0; in async_progress_check()1098 async->async_timer = timeout(async_progress_check, async, in async_progress_check()1195 async->async_timer = timeout(async_progress_check, async, in asyclose()1205 if (async->async_timer != 0) { in asyclose()1206 (void) untimeout(async->async_timer); in asyclose()1207 async->async_timer = 0; in asyclose()
2415 async->async_timer = 0; in async_progress_check()2431 async->async_timer = timeout(async_progress_check, async, in async_progress_check()2538 async->async_timer = timeout(async_progress_check, async, in asyclose()2547 if (async->async_timer != 0) { in asyclose()2548 (void) untimeout(async->async_timer); in asyclose()2549 async->async_timer = 0; in asyclose()