Searched refs:cpu_mult (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | bucket_locks.c | 15 size_t max_size, unsigned int cpu_mult, gfp_t gfp, in __alloc_bucket_spinlocks() argument 26 if (cpu_mult) { in __alloc_bucket_spinlocks() 28 size = min_t(unsigned int, nr_pcpus * cpu_mult, max_size); in __alloc_bucket_spinlocks()
|
/linux-6.3-rc2/include/linux/ |
A D | spinlock.h | 489 size_t max_size, unsigned int cpu_mult, 493 #define alloc_bucket_spinlocks(locks, lock_mask, max_size, cpu_mult, gfp) \ argument 499 cpu_mult, gfp, #locks, &key); \
|
Completed in 5 milliseconds