Lines Matching refs:bucket
130 unsigned int bucket; member
143 int bucket = 0; in which_bucket() local
152 bucket = BUCKETS/2; in which_bucket()
155 return bucket; in which_bucket()
157 return bucket + 1; in which_bucket()
159 return bucket + 2; in which_bucket()
161 return bucket + 3; in which_bucket()
163 return bucket + 4; in which_bucket()
164 return bucket + 5; in which_bucket()
320 data->bucket = which_bucket(data->next_timer_us, nr_iowaiters); in menu_select()
328 data->correction_factor[data->bucket], in menu_select()
518 new_factor = data->correction_factor[data->bucket]; in menu_update()
539 data->correction_factor[data->bucket] = new_factor; in menu_update()