Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dnotif.c17 if (nd->account_pages && ctx->user) { in __io_notif_complete_tw()
18 __io_unaccount_mem(ctx->user, nd->account_pages); in __io_notif_complete_tw()
19 nd->account_pages = 0; in __io_notif_complete_tw()
55 nd->account_pages = 0; in io_alloc_notif()
Dnotif.h15 unsigned long account_pages; member
37 nd->account_pages += nr_pages; in io_notif_account_mem()