Searched refs:pageidx (Results 1 – 1 of 1) sorted by relevance
886 u32 pagecount, pageidx, setcount = 0, i; in tid_rdma_find_phys_blocks_4k() local899 for (pageidx = 0, pagecount = 1, i = 1; i <= npages; i++) { in tid_rdma_find_phys_blocks_4k()933 list[setcount].idx = pageidx; in tid_rdma_find_phys_blocks_4k()939 pageidx += maxpages; in tid_rdma_find_phys_blocks_4k()942 pageidx = i; in tid_rdma_find_phys_blocks_4k()1241 u32 ngroups, pageidx = 0; in kern_alloc_tids() local1255 pageidx += group->size; in kern_alloc_tids()1260 if (pageidx >= flow->npagesets) in kern_alloc_tids()1266 use = min_t(u32, flow->npagesets - pageidx, in kern_alloc_tids()1270 pageidx += use; in kern_alloc_tids()[all …]