Lines Matching refs:pageidx
20 u16 pageidx, unsigned int npages);
252 unsigned int ngroups, pageidx = 0, pageset_count, in hfi1_user_exp_rcv_setup() local
321 pageidx, dd->rcv_entries.group_size, in hfi1_user_exp_rcv_setup()
337 pageidx += ret; in hfi1_user_exp_rcv_setup()
341 while (pageidx < pageset_count) { in hfi1_user_exp_rcv_setup()
363 unsigned use = min_t(unsigned, pageset_count - pageidx, in hfi1_user_exp_rcv_setup()
367 pageidx, use, tidlist, in hfi1_user_exp_rcv_setup()
379 pageidx += ret; in hfi1_user_exp_rcv_setup()
383 if (pageidx >= pageset_count) in hfi1_user_exp_rcv_setup()
521 unsigned pagecount, pageidx, setcount = 0, i; in find_phys_blocks() local
535 for (pageidx = 0, pagecount = 1, i = 1; i <= npages; i++) { in find_phys_blocks()
568 list[setcount].idx = pageidx; in find_phys_blocks()
571 pageidx += maxpages; in find_phys_blocks()
574 pageidx = i; in find_phys_blocks()
638 u16 npages, pageidx, setidx = start + idx; in program_rcvarray() local
655 pageidx = tbuf->psets[setidx].idx; in program_rcvarray()
658 rcventry, grp, pageidx, in program_rcvarray()
682 u16 pageidx, unsigned int npages) in set_rcvarray_entry() argument
689 struct page **pages = tbuf->pages + pageidx; in set_rcvarray_entry()
720 tbuf->vaddr + (pageidx * PAGE_SIZE), npages * PAGE_SIZE, in set_rcvarray_entry()