Home
last modified time | relevance | path

Searched refs:locks_mul (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/lib/
Drhashtable.c74 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()
/linux-4.1.27/include/linux/
Drhashtable.h126 size_t locks_mul; member