Searched refs:hashbits (Results 1 – 1 of 1) sorted by relevance
445 u_short hashbits; in auth_resize_hashtable() local451 hashbits = auth_log2(totalkeys / 4) + 1; in auth_resize_hashtable()452 hashbits = max(4, hashbits); in auth_resize_hashtable()453 hashbits = min(15, hashbits); in auth_resize_hashtable()455 authhashbuckets = 1 << hashbits; in auth_resize_hashtable()