Searched refs:smrsh_policy (Results 1 – 2 of 2) sorted by relevance
2714 return count > __smr_shash_grow_ratio[smrh->smrsh_policy] * size; in __smr_shash_should_grow()2722 return observed_depth > 10 * __smr_shash_grow_ratio[smrh->smrsh_policy]; in __smr_shash_should_reseed()2733 switch (smrh->smrsh_policy) { in __smr_shash_should_shrink()2816 } else if (depth * 2 >= __smr_shash_grow_ratio[smrh->smrsh_policy] && in __smr_shash_entered_get_or_insert()3169 .smrsh_policy = policy, in smr_shash_init()
1169 smrsh_policy_t smrsh_policy; member