Lines Matching refs:pageidx
61 u16 pageidx, unsigned int npages);
322 unsigned int ngroups, pageidx = 0, pageset_count, in hfi1_user_exp_rcv_setup() local
388 pageidx, dd->rcv_entries.group_size, in hfi1_user_exp_rcv_setup()
404 pageidx += ret; in hfi1_user_exp_rcv_setup()
408 while (pageidx < pageset_count) { in hfi1_user_exp_rcv_setup()
430 unsigned use = min_t(unsigned, pageset_count - pageidx, in hfi1_user_exp_rcv_setup()
434 pageidx, use, tidlist, in hfi1_user_exp_rcv_setup()
446 pageidx += ret; in hfi1_user_exp_rcv_setup()
450 if (pageidx >= pageset_count) in hfi1_user_exp_rcv_setup()
588 unsigned pagecount, pageidx, setcount = 0, i; in find_phys_blocks() local
602 for (pageidx = 0, pagecount = 1, i = 1; i <= npages; i++) { in find_phys_blocks()
635 list[setcount].idx = pageidx; in find_phys_blocks()
638 pageidx += maxpages; in find_phys_blocks()
641 pageidx = i; in find_phys_blocks()
705 u16 npages, pageidx, setidx = start + idx; in program_rcvarray() local
722 pageidx = tbuf->psets[setidx].idx; in program_rcvarray()
725 rcventry, grp, pageidx, in program_rcvarray()
749 u16 pageidx, unsigned int npages) in set_rcvarray_entry() argument
756 struct page **pages = tbuf->pages + pageidx; in set_rcvarray_entry()
777 node->mmu.addr = tbuf->vaddr + (pageidx * PAGE_SIZE); in set_rcvarray_entry()