Searched refs:nr_pcpus (Results 1 – 1 of 1) sorted by relevance
68 unsigned int nr_pcpus = 2; in alloc_bucket_locks() local70 unsigned int nr_pcpus = num_possible_cpus(); in alloc_bucket_locks() local73 nr_pcpus = min_t(unsigned int, nr_pcpus, 32UL); in alloc_bucket_locks()74 size = roundup_pow_of_two(nr_pcpus * ht->p.locks_mul); in alloc_bucket_locks()