Searched refs:tx_wdog (Results 1 – 2 of 2) sorted by relevance
706 ip->tx_wdog = 0; in iprb_cmd_reclaim()708 ip->tx_wdog = gethrtime(); in iprb_cmd_reclaim()780 ip->tx_wdog = gethrtime(); in iprb_cmd_submit()1683 if (ip->tx_wdog && ((gethrtime() - ip->tx_wdog) > ip->tx_timeout)) { in iprb_periodic()
87 hrtime_t tx_wdog; member