Searched defs:txn_cleanup_interval (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c150 static hrtime_t txn_cleanup_interval = 60 * NANOSEC; variable
531 if (gethrtime() - txn->dt_timestamp > txn_cleanup_interval) {
1270 if (gethrtime() - txn->dt_timestamp > txn_cleanup_interval) {
1575 drv_usectohz(txn_cleanup_interval / (NANOSEC / MICROSEC)));
1586 drv_usectohz(txn_cleanup_interval / (NANOSEC / MICROSEC)));

Completed in 322 milliseconds