Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
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()
124 nd->account_pages = 0; in io_alloc_notif()
Dnotif.h20 unsigned account_pages; member
54 nd->account_pages += nr_pages; in io_notif_account_mem()