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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c45 * t_hiwat - integer percentage of table entries /etc/system only
50 uint32_t t_hiwat = 75; /* reap at t_hreap when id's in use hit 75% */ variable
299 ASSERT(t_hiwat != 0);
300 table->dbt_id_hwat = (maxentries * t_hiwat) / 100;

Completed in 44 milliseconds