Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Daio.c119 struct page **ring_pages; member
298 page_count(ctx->ring_pages[i])); in aio_free_ring()
299 page = ctx->ring_pages[i]; in aio_free_ring()
302 ctx->ring_pages[i] = NULL; in aio_free_ring()
306 if (ctx->ring_pages && ctx->ring_pages != ctx->internal_pages) { in aio_free_ring()
307 kfree(ctx->ring_pages); in aio_free_ring()
308 ctx->ring_pages = NULL; in aio_free_ring()
399 if (ctx->ring_pages[idx] != old) in aio_migratepage()
423 BUG_ON(ctx->ring_pages[idx] != old); in aio_migratepage()
424 ctx->ring_pages[idx] = new; in aio_migratepage()
[all …]
/Linux-v4.19/drivers/scsi/
Dvmw_pvscsi.c115 module_param_named(ring_pages, pvscsi_ring_pages, int, PVSCSI_RW);
116 MODULE_PARM_DESC(ring_pages, "Number of pages per req/cmp ring - (default="