Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dnotif.c20 if (nd->account_pages && ctx->user) { in io_notif_complete_tw_ext()
21 __io_unaccount_mem(ctx->user, nd->account_pages); in io_notif_complete_tw_ext()
22 nd->account_pages = 0; in io_notif_complete_tw_ext()
56 nd->account_pages = 0; in io_notif_set_extended()
H A Dnotif.h16 unsigned long account_pages; member
51 nd->account_pages += nr_pages; in io_notif_account_mem()