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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dpagelist.c392 pgoff_t idx_end; local
398 idx_end = ~0;
400 idx_end = idx_start + npages - 1;
410 if (req->wb_index > idx_end)
H A Dwrite.c519 pgoff_t idx_end, next; local
524 idx_end = ~0;
526 idx_end = idx_start + npages - 1;
530 if (req->wb_index > idx_end)
1283 pgoff_t idx_start, idx_end; local
1293 idx_end = wbc->range_end >> PAGE_CACHE_SHIFT;
1294 if (idx_end > idx_start) {
1295 pgoff_t l_npages = 1 + idx_end - idx_start;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/
H A Dpmf.c328 int idx_end ; local
396 idx_end = index ;
405 idx_end = index - 1 + NUMMACS ;
409 idx_end = index - 1 + NUMPATHS ;
413 idx_end = index - 1 + NUMPHYS ;
416 idx_end = INDEX_PORT ;
431 idx_end = 0 ;
433 while (index <= idx_end) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c1580 int idx_end = (1536*1024/sizeof(u64)) >> 3; local
1582 long *p_end = (long *) &(sba_dev->ioc[i].res_map[idx_end]);

Completed in 93 milliseconds