Searched refs:idx_end (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/md/
H A Ddm-stats.c770 static void __dm_stat_clear(struct dm_stat *s, size_t idx_start, size_t idx_end, argument
777 for (x = idx_start; x < idx_end; x++) {
861 size_t idx_end; local
877 idx_end = idx_start + idx_len;
878 if (idx_end < idx_start ||
879 idx_end > s->n_entries)
880 idx_end = s->n_entries;
882 if (idx_start > idx_end)
883 idx_start = idx_end;
888 for (x = idx_start; x < idx_end;
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dpmf.c313 int idx_end ; local
381 idx_end = index ;
390 idx_end = index - 1 + NUMMACS ;
394 idx_end = index - 1 + NUMPATHS ;
398 idx_end = index - 1 + NUMPHYS ;
401 idx_end = INDEX_PORT ;
416 idx_end = 0 ;
418 while (index <= idx_end) {
/linux-master/fs/ntfs3/
H A Dfile.c185 pgoff_t idx_end = (vbo_to + PAGE_SIZE - 1) >> PAGE_SHIFT; local
193 for (; idx < idx_end; idx += 1, from = 0) {
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c1052 u16 idx, idx_end, seq_end; local
1062 * idx_end is typically the last possible frame in the window,
1072 * We must deque from "idx" to "idx_end", including both.
1075 idx_end = AGGR_WIN_IDX(seq_end, rxtid->hold_q_sz);
1095 } while (idx != idx_end);
/linux-master/drivers/parisc/
H A Dsba_iommu.c1748 int idx_end = (1536*1024/sizeof(u64)) >> 3; local
1750 long *p_end = (long *) &(sba_dev->ioc[i].res_map[idx_end]);

Completed in 150 milliseconds