Searched refs:locks_mul (Results 1 – 2 of 2) sorted by relevance
74 size = roundup_pow_of_two(nr_pcpus * ht->p.locks_mul); in alloc_bucket_locks()769 if (params->locks_mul) in rhashtable_init()770 ht->p.locks_mul = roundup_pow_of_two(params->locks_mul); in rhashtable_init()772 ht->p.locks_mul = BUCKET_LOCKS_PER_CPU; in rhashtable_init()
126 size_t locks_mul; member