Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
A Dudmabuf.c172 pgoff_t pgoff, pgcnt, pgidx, pgbuf = 0, pglimit; in udmabuf_create() local
225 for (pgidx = 0; pgidx < pgcnt; pgidx++) { in udmabuf_create()
246 pgoff + pgidx); in udmabuf_create()
/linux/drivers/net/ethernet/cavium/thunder/
A 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()
A Dnicvf_queues.h233 int pgidx; member
/linux/drivers/misc/
A Dfastrpc.c92 u32 pgidx; /* index to start of contiguous region */ member
808 list[i].pgidx = i; in fastrpc_get_args()
876 list[i].pgidx = i; in fastrpc_get_args()
/linux/fs/f2fs/
A Dcompress.c888 unsigned long pgidx; in f2fs_all_cluster_page_loaded() local
894 pgidx = pvec->pages[index]->index; in f2fs_all_cluster_page_loaded()
897 if (pvec->pages[index + i]->index != pgidx + i) in f2fs_all_cluster_page_loaded()

Completed in 20 milliseconds