Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c50 uint32_t t_hiwat = 75; /* reap at t_hreap when id's in use hit 75% */ variable
299 ASSERT(t_hiwat != 0); in rfs4_table_create()
300 table->dbt_id_hwat = (maxentries * t_hiwat) / 100; in rfs4_table_create()