Searched refs:hashbits (Results 1 – 1 of 1) sorted by relevance
446 u_short hashbits; in auth_resize_hashtable() local452 hashbits = auth_log2(totalkeys / 4) + 1; in auth_resize_hashtable()453 hashbits = max(4, hashbits); in auth_resize_hashtable()454 hashbits = min(15, hashbits); in auth_resize_hashtable()456 authhashbuckets = 1 << hashbits; in auth_resize_hashtable()