Searched refs:min_idx (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/cpuidle/governors/ |
| H A D | teo.c | 410 int min_idx = idx0; in teo_select() local 418 while (min_idx < idx && in teo_select() 419 drv->states[min_idx].target_residency_ns < TICK_NSEC) in teo_select() 420 min_idx++; in teo_select() 427 if (drv->states[min_idx].target_residency_ns == in teo_select() 438 if (min_idx >= intercept_max_idx && in teo_select() 439 !dev->states_usage[min_idx].disable) { in teo_select() 440 idx = min_idx; in teo_select() 453 for (i = idx - 1, intercept_sum = 0; i >= min_idx; i--) { in teo_select()
|
| /linux/drivers/regulator/ |
| H A D | lp87565-regulator.c | 194 int i, min_idx, max_idx; in lp87565_regulator_probe() local 205 min_idx = LP87565_BUCK_10; in lp87565_regulator_probe() 209 min_idx = LP87565_BUCK_3210; in lp87565_regulator_probe() 213 min_idx = LP87565_BUCK_0; in lp87565_regulator_probe() 218 for (i = min_idx; i <= max_idx; i++) { in lp87565_regulator_probe()
|
| /linux/drivers/ras/ |
| H A D | cec.c | 248 int i, min_idx = 0; in del_lru_elem_unlocked() local 255 min_idx = i; in del_lru_elem_unlocked() 259 del_elem(ca, min_idx); in del_lru_elem_unlocked() 261 return PFN(ca->array[min_idx]); in del_lru_elem_unlocked()
|
| /linux/fs/ntfs3/ |
| H A D | run.c | 37 size_t min_idx, max_idx, mid_idx; in run_lookup() local 45 min_idx = 0; in run_lookup() 72 mid_idx = min_idx + ((max_idx - min_idx) >> 1); in run_lookup() 80 min_idx = mid_idx + 1; in run_lookup() 85 } while (min_idx <= max_idx); in run_lookup()
|
| H A D | index.c | 721 int min_idx = 0, mid_idx, max_idx = 0; in hdr_find_e() local 763 min_idx = mid_idx + 1; in hdr_find_e() 784 if (min_idx > max_idx) { in hdr_find_e() 789 mid_idx = (min_idx + max_idx) >> 1; in hdr_find_e()
|
| /linux/drivers/mmc/core/ |
| H A D | host.c | 523 int alias_id, min_idx, max_idx; in mmc_alloc_host() local 536 min_idx = mmc_first_nonreserved_index(); in mmc_alloc_host() 539 index = ida_alloc_range(&mmc_host_ida, min_idx, max_idx - 1, in mmc_alloc_host()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_calib.c | 845 int mp_min = 63, min_idx = 0; in ar9003_hw_detect_outlier() local 855 min_idx = i; in ar9003_hw_detect_outlier() 882 outlier_idx = min_idx; in ar9003_hw_detect_outlier()
|