Home
last modified time | relevance | path

Searched refs:account_pages (Results 1 – 4 of 4) sorted by relevance

/io_uring/
A Dnotif.c26 if (nd->account_pages && notif->ctx->user) { in io_notif_tw_complete()
27 __io_unaccount_mem(notif->ctx->user, nd->account_pages); in io_notif_tw_complete()
28 nd->account_pages = 0; in io_notif_tw_complete()
126 nd->account_pages = 0; in io_alloc_notif()
A Dnotif.h20 unsigned account_pages; member
54 nd->account_pages += nr_pages; in io_notif_account_mem()
A Dzcrx.h18 unsigned long account_pages; member
A Dzcrx.c204 mem->account_pages = io_count_account_pages(pages, nr_pages); in io_import_umem()
205 ret = io_account_mem(ifq->ctx, mem->account_pages); in io_import_umem()
207 mem->account_pages = 0; in io_import_umem()
385 if (area->mem.account_pages) in io_zcrx_free_area()
386 io_unaccount_mem(area->ifq->ctx, area->mem.account_pages); in io_zcrx_free_area()

Completed in 6 milliseconds