Searched refs:ring_pages (Results 1 – 2 of 2) sorted by relevance
125 struct page **ring_pages; member313 page_count(ctx->ring_pages[i])); in aio_free_ring()314 page = ctx->ring_pages[i]; in aio_free_ring()317 ctx->ring_pages[i] = NULL; in aio_free_ring()321 if (ctx->ring_pages && ctx->ring_pages != ctx->internal_pages) { in aio_free_ring()322 kfree(ctx->ring_pages); in aio_free_ring()323 ctx->ring_pages = NULL; in aio_free_ring()414 if (ctx->ring_pages[idx] != old) in aio_migratepage()439 ctx->ring_pages[idx] = new; in aio_migratepage()493 if (!ctx->ring_pages) { in aio_setup_ring()[all …]
113 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="
Completed in 14 milliseconds