Searched refs:t_hreap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c47 * t_hreap - integer percentage of table reap time mdb or /etc/system
50 uint32_t t_hiwat = 75; /* reap at t_hreap when id's in use hit 75% */
52 time_t t_hreap = 10; /* default to 10% of table's reap interval */ variable
536 ASSERT(t_hreap != 0);
537 reap_int = (tabreap * t_hreap) / 100;

Completed in 44 milliseconds