Lines Matching refs:idx
204 uint8_t idx = CDP_HIST_BUCKET_0; in dp_hist_find_bucket_idx() local
206 for (; idx < (CDP_HIST_BUCKET_MAX - 1); idx++) { in dp_hist_find_bucket_idx()
207 if (value < bucket_array[idx + 1]) in dp_hist_find_bucket_idx()
211 return idx; in dp_hist_find_bucket_idx()
224 int idx = CDP_HIST_BUCKET_MAX; in dp_hist_fill_buckets() local
234 idx = dp_hist_find_bucket_idx(&dp_hist_sw_enq_dbucket[0], in dp_hist_fill_buckets()
238 idx = dp_hist_find_bucket_idx(&dp_hist_fw2hw_dbucket[0], in dp_hist_fill_buckets()
242 idx = dp_hist_find_bucket_idx( in dp_hist_fill_buckets()
246 idx = dp_hist_find_bucket_idx( in dp_hist_fill_buckets()
250 idx = dp_hist_find_bucket_idx( in dp_hist_fill_buckets()
257 if (idx == CDP_HIST_BUCKET_MAX) in dp_hist_fill_buckets()
260 hist_bucket->freq[idx]++; in dp_hist_fill_buckets()