Home
last modified time | relevance | path

Searched refs:ring_pages (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/
Daio.c125 struct page **ring_pages; member
312 page_count(ctx->ring_pages[i])); in aio_free_ring()
313 page = ctx->ring_pages[i]; in aio_free_ring()
316 ctx->ring_pages[i] = NULL; in aio_free_ring()
320 if (ctx->ring_pages && ctx->ring_pages != ctx->internal_pages) { in aio_free_ring()
321 kfree(ctx->ring_pages); in aio_free_ring()
322 ctx->ring_pages = NULL; in aio_free_ring()
413 if (ctx->ring_pages[idx] != old) in aio_migratepage()
437 BUG_ON(ctx->ring_pages[idx] != old); in aio_migratepage()
438 ctx->ring_pages[idx] = new; in aio_migratepage()
[all …]
/Linux-v5.15/drivers/scsi/
Dvmw_pvscsi.c113 module_param_named(ring_pages, pvscsi_ring_pages, int, PVSCSI_RW);
114 MODULE_PARM_DESC(ring_pages, "Number of pages per req/cmp ring - (default="