Searched refs:wd_tid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h315 timeout_id_t wd_tid; /* watchdog timeout id */ member in struct:vgen_ldc
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c3894 timeout_id_t wd_tid = 0; local
3962 if (ldcp->wd_tid != 0) {
3963 wd_tid = ldcp->wd_tid;
3964 ldcp->wd_tid = 0;
3988 if (wd_tid) {
3989 (void) untimeout(wd_tid);
4209 ldcp->wd_tid = timeout(vgen_tx_watchdog, (caddr_t)ldcp,
5630 if (ldcp->wd_tid == 0) {
5635 ldcp->wd_tid
[all...]

Completed in 69 milliseconds