Searched refs:txn_cleanup_interval (Results 1 – 1 of 1) sorted by relevance
148 static hrtime_t txn_cleanup_interval = 60 * NANOSEC; variable519 if (gethrtime() - txn->dt_timestamp > txn_cleanup_interval) { in txn_cleanup_v4()1189 if (gethrtime() - txn->dt_timestamp > txn_cleanup_interval) { in txn_cleanup_v6()1362 drv_usectohz(txn_cleanup_interval / (NANOSEC / MICROSEC))); in txn_cleanup_timer()1373 drv_usectohz(txn_cleanup_interval / (NANOSEC / MICROSEC))); in start_txn_cleanup_timer()