Searched refs:account_pages (Results 1 – 4 of 4) sorted by relevance
26 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()
20 unsigned account_pages; member54 nd->account_pages += nr_pages; in io_notif_account_mem()
18 unsigned long account_pages; member
204 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