Home
last modified time | relevance | path

Searched refs:async_timer (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/sun4/sys/
H A Dsudev.h327 timeout_id_t async_timer; /* close drain progress timer */ member
/titanic_50/usr/src/uts/sun4/io/
H A Dsu_driver.c1082 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()
/titanic_50/usr/src/uts/common/sys/
H A Dasy.h357 timeout_id_t async_timer; /* close drain progress timer */ member
/titanic_50/usr/src/uts/common/io/
H A Dasy.c1726 async->async_timer = 0; in async_progress_check()
1742 async->async_timer = timeout(async_progress_check, async, in async_progress_check()
1857 async->async_timer = timeout(async_progress_check, async, in asyclose()
1866 if (async->async_timer != 0) { in asyclose()
1867 (void) untimeout(async->async_timer); in asyclose()
1868 async->async_timer = 0; in asyclose()