Searched refs:smrsh_policy (Results 1 – 2 of 2) sorted by relevance
2687 return count > __smr_shash_grow_ratio[smrh->smrsh_policy] * size; in __smr_shash_should_grow()2695 return observed_depth > 10 * __smr_shash_grow_ratio[smrh->smrsh_policy]; in __smr_shash_should_reseed()2706 switch (smrh->smrsh_policy) { in __smr_shash_should_shrink()2789 } else if (depth * 2 >= __smr_shash_grow_ratio[smrh->smrsh_policy] && in __smr_shash_entered_get_or_insert()3142 .smrsh_policy = policy, in smr_shash_init()
1107 smrsh_policy_t smrsh_policy; member