Home
last modified time | relevance | path

Searched refs:pgidx (Results 1 – 4 of 4) sorted by relevance

/drivers/dma-buf/
Dudmabuf.c129 pgoff_t pgoff, pgcnt, pgidx, pgbuf = 0, pglimit; in udmabuf_create() local
172 for (pgidx = 0; pgidx < pgcnt; pgidx++) { in udmabuf_create()
174 file_inode(memfd)->i_mapping, pgoff + pgidx); in udmabuf_create()
/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c100 pgcache = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
162 rbdr->pgidx++; in nicvf_alloc_page()
163 rbdr->pgidx &= (rbdr->pgcnt - 1); in nicvf_alloc_page()
166 next = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
295 rbdr->pgidx = 0; in nicvf_init_rbdr()
Dnicvf_queues.h233 int pgidx; member
/drivers/misc/
Dfastrpc.c84 u32 pgidx; /* index to start of contiguous region */ member
780 list[i].pgidx = i; in fastrpc_get_args()
846 list[i].pgidx = i; in fastrpc_get_args()