Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma-buf/
Dudmabuf.c178 pgoff_t pgoff, pgcnt, pgidx, pgbuf = 0, pglimit; in udmabuf_create() local
235 for (pgidx = 0; pgidx < pgcnt; pgidx++) { in udmabuf_create()
256 pgoff + pgidx); in udmabuf_create()
/linux-6.1.9/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c101 pgcache = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
163 rbdr->pgidx++; in nicvf_alloc_page()
164 rbdr->pgidx &= (rbdr->pgcnt - 1); in nicvf_alloc_page()
167 next = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
296 rbdr->pgidx = 0; in nicvf_init_rbdr()
Dnicvf_queues.h233 int pgidx; member
/linux-6.1.9/fs/f2fs/
Dcompress.c848 unsigned long pgidx = pages[index]->index; in f2fs_all_cluster_page_ready() local
855 if (uptodate && (pgidx % cc->cluster_size)) in f2fs_all_cluster_page_ready()
862 if (pages[index + i]->index != pgidx + i) in f2fs_all_cluster_page_ready()
/linux-6.1.9/drivers/misc/
Dfastrpc.c101 u32 pgidx; /* index to start of contiguous region */ member
920 list[i].pgidx = i; in fastrpc_get_args()
986 list[i].pgidx = i; in fastrpc_get_args()