Home
last modified time | relevance | path

Searched refs:bucket (Results 301 - 304 of 304) sorted by relevance

1...<<111213

/kernel/linux/linux-6.6/kernel/sched/
H A Dsched.h1011 * struct uclamp_bucket - Utilization clamp bucket
1012 * @value: utilization clamp value for tasks on this clamp bucket
1013 * @tasks: number of RUNNABLE tasks on this clamp bucket
1026 * @bucket: utilization clamp buckets affecting a rq
1047 struct uclamp_bucket bucket[UCLAMP_BUCKETS]; member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c297 static void calc_bucket_map(int *bucket, int num_buckets,
9117 * scatter gather elements supported) and bucket[],
9118 * which is an array of 8 integers. The bucket[] array
9128 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() argument
9137 b = num_buckets; /* Assume the biggest bucket */ in calc_bucket_map()
9138 /* Find the bucket that is just big enough */ in calc_bucket_map()
9140 if (bucket[j] >= size) { in calc_bucket_map()
9145 /* for a command with i SG entries, use bucket b. */ in calc_bucket_map()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c296 static void calc_bucket_map(int *bucket, int num_buckets,
9139 * scatter gather elements supported) and bucket[],
9140 * which is an array of 8 integers. The bucket[] array
9150 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() argument
9159 b = num_buckets; /* Assume the biggest bucket */ in calc_bucket_map()
9160 /* Find the bucket that is just big enough */ in calc_bucket_map()
9162 if (bucket[j] >= size) { in calc_bucket_map()
9167 /* for a command with i SG entries, use bucket b. */ in calc_bucket_map()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c294 u32 difftime = 0, r, bucket; in lpfc_check_inactive_vmid_one() local
305 hash_for_each(vport->hash_table, bucket, vmp, hnode) { in lpfc_check_inactive_vmid_one()

Completed in 34 milliseconds

1...<<111213