Lines Matching refs:bucket
127 unsigned int bucket; member
144 int bucket = 0; in which_bucket() local
153 bucket = BUCKETS/2; in which_bucket()
156 return bucket; in which_bucket()
158 return bucket + 1; in which_bucket()
160 return bucket + 2; in which_bucket()
162 return bucket + 3; in which_bucket()
164 return bucket + 4; in which_bucket()
165 return bucket + 5; in which_bucket()
307 data->bucket = which_bucket(data->next_timer_us, nr_iowaiters); in menu_select()
315 data->correction_factor[data->bucket], in menu_select()
415 new_factor = data->correction_factor[data->bucket]; in menu_update()
436 data->correction_factor[data->bucket] = new_factor; in menu_update()