Home
last modified time | relevance | path

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

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