Home
last modified time | relevance | path

Searched refs: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) { in txn_cleanup_v4()
1270 if (gethrtime() - txn->dt_timestamp > txn_cleanup_interval) { in txn_cleanup_v6()
1575 drv_usectohz(txn_cleanup_interval / (NANOSEC / MICROSEC))); in txn_cleanup_timer()
1586 drv_usectohz(txn_cleanup_interval / (NANOSEC / MICROSEC))); in start_txn_cleanup_timer()