Searched refs:calc_bucket_map (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | hpsa.c | 233 static void calc_bucket_map(int *bucket, int num_buckets, 7169 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() function 7250 calc_bucket_map(bft, ARRAY_SIZE(bft), in hpsa_enter_performant_mode() 7311 calc_bucket_map(bft, ARRAY_SIZE(bft), h->ioaccel_maxsg, 8, in hpsa_enter_performant_mode() 7350 calc_bucket_map(bft2, ARRAY_SIZE(bft2), h->ioaccel_maxsg, in hpsa_enter_performant_mode()
|
/linux-4.1.27/drivers/block/ |
D | cciss.c | 215 static void calc_bucket_map(int *bucket, int num_buckets, int nsgs, 3899 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() function 3975 calc_bucket_map(bft, ARRAY_SIZE(bft), h->maxsgentries, in cciss_enter_performant_mode()
|