Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnotif.c33 if (nd->account_pages && notif->ctx->user) { in io_notif_tw_complete()
34 __io_unaccount_mem(notif->ctx->user, nd->account_pages); in io_notif_tw_complete()
35 nd->account_pages = 0; in io_notif_tw_complete()
133 nd->account_pages = 0; in io_alloc_notif()
H A Dnotif.h20 unsigned account_pages; member
54 nd->account_pages += nr_pages; in io_notif_account_mem()
H A Dzcrx.h21 unsigned long account_pages; member
H A Dzcrx.c222 mem->account_pages = io_count_account_pages(pages, nr_pages); in io_import_umem()
223 ret = io_account_mem(ifq->user, ifq->mm_account, mem->account_pages); in io_import_umem()
225 mem->account_pages = 0; in io_import_umem()
415 if (area->mem.account_pages) in io_zcrx_free_area()
417 area->mem.account_pages); in io_zcrx_free_area()