Searched refs:idx_end (Results 1 – 4 of 4) sorted by relevance
718 static void __dm_stat_clear(struct dm_stat *s, size_t idx_start, size_t idx_end, in __dm_stat_clear() argument725 for (x = idx_start; x < idx_end; x++) { in __dm_stat_clear()807 size_t idx_end; in dm_stats_print() local823 idx_end = idx_start + idx_len; in dm_stats_print()824 if (idx_end < idx_start || in dm_stats_print()825 idx_end > s->n_entries) in dm_stats_print()826 idx_end = s->n_entries; in dm_stats_print()828 if (idx_start > idx_end) in dm_stats_print()829 idx_start = idx_end; in dm_stats_print()834 for (x = idx_start; x < idx_end; x++, start = end) { in dm_stats_print()[all …]
317 int idx_end ; in smt_build_pmf_response() local385 idx_end = index ; in smt_build_pmf_response()394 idx_end = index - 1 + NUMMACS ; in smt_build_pmf_response()398 idx_end = index - 1 + NUMPATHS ; in smt_build_pmf_response()402 idx_end = index - 1 + NUMPHYS ; in smt_build_pmf_response()405 idx_end = INDEX_PORT ; in smt_build_pmf_response()420 idx_end = 0 ; in smt_build_pmf_response()422 while (index <= idx_end) { in smt_build_pmf_response()
1052 u16 idx, idx_end, seq_end; in aggr_deque_frms() local1075 idx_end = AGGR_WIN_IDX(seq_end, rxtid->hold_q_sz); in aggr_deque_frms()1095 } while (idx != idx_end); in aggr_deque_frms()
1737 int idx_end = (1536*1024/sizeof(u64)) >> 3; in sba_common_init() local1739 long *p_end = (long *) &(sba_dev->ioc[i].res_map[idx_end]); in sba_common_init()