Lines Matching refs:bucket
114 unsigned int bucket; member
122 int bucket = 0; in which_bucket() local
131 bucket = BUCKETS/2; in which_bucket()
134 return bucket; in which_bucket()
136 return bucket + 1; in which_bucket()
138 return bucket + 2; in which_bucket()
140 return bucket + 3; in which_bucket()
142 return bucket + 4; in which_bucket()
143 return bucket + 5; in which_bucket()
291 data->bucket = which_bucket(data->next_timer_ns, nr_iowaiters); in menu_select()
308 data->correction_factor[data->bucket] + in menu_select()
510 new_factor = data->correction_factor[data->bucket]; in menu_update()
532 data->correction_factor[data->bucket] = new_factor; in menu_update()