Searched refs:locks_mul (Results 1 – 3 of 3) sorted by relevance
74 size = roundup_pow_of_two(nr_pcpus * ht->p.locks_mul); in alloc_bucket_locks()777 if (params->locks_mul) in rhashtable_init()778 ht->p.locks_mul = roundup_pow_of_two(params->locks_mul); in rhashtable_init()780 ht->p.locks_mul = BUCKET_LOCKS_PER_CPU; in rhashtable_init()
127 size_t locks_mul; member
23 .locks_mul = 1,