Searched refs:idx_end (Results 1 – 5 of 5) sorted by relevance
750 static void __dm_stat_clear(struct dm_stat *s, size_t idx_start, size_t idx_end, in __dm_stat_clear() argument757 for (x = idx_start; x < idx_end; x++) { in __dm_stat_clear()840 size_t idx_end; in dm_stats_print() local856 idx_end = idx_start + idx_len; in dm_stats_print()857 if (idx_end < idx_start || in dm_stats_print()858 idx_end > s->n_entries) in dm_stats_print()859 idx_end = s->n_entries; in dm_stats_print()861 if (idx_start > idx_end) in dm_stats_print()862 idx_start = idx_end; in dm_stats_print()867 for (x = idx_start; x < idx_end; x++, start = end) { in dm_stats_print()[all …]
313 int idx_end ; in smt_build_pmf_response() local381 idx_end = index ; in smt_build_pmf_response()390 idx_end = index - 1 + NUMMACS ; in smt_build_pmf_response()394 idx_end = index - 1 + NUMPATHS ; in smt_build_pmf_response()398 idx_end = index - 1 + NUMPHYS ; in smt_build_pmf_response()401 idx_end = INDEX_PORT ; in smt_build_pmf_response()416 idx_end = 0 ; in smt_build_pmf_response()418 while (index <= idx_end) { in smt_build_pmf_response()
200 pgoff_t idx_end = (vbo_to + PAGE_SIZE - 1) >> PAGE_SHIFT; in ntfs_zero_range() local207 for (; idx < idx_end; idx += 1, z_start = 0) { in ntfs_zero_range()290 pgoff_t idx_end = (end + PAGE_SIZE - 1) >> PAGE_SHIFT; in ntfs_sparse_cluster() local296 for (; idx < idx_end; idx += 1, from = 0) { in ntfs_sparse_cluster()
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()
1738 int idx_end = (1536*1024/sizeof(u64)) >> 3; in sba_common_init() local1740 long *p_end = (long *) &(sba_dev->ioc[i].res_map[idx_end]); in sba_common_init()