Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c98 timeout_id_t sb_timeoutid; /* qtimeout() id */ member
221 sbp->sb_timeoutid = 0; in sbopen()
247 if (sbp->sb_timeoutid != 0) { in sbclose()
248 (void) quntimeout(rq, sbp->sb_timeoutid); in sbclose()
249 sbp->sb_timeoutid = 0; in sbclose()
500 if (sbp->sb_timeoutid) { in sbrput()
502 sbp->sb_timeoutid); in sbrput()
503 sbp->sb_timeoutid = 0; in sbrput()
1152 sbp->sb_timeoutid = 0; /* timeout has fired */ in sbtick()
1173 if (sbp->sb_timeoutid) { in sbclosechunk()
[all …]