Home
last modified time | relevance | path

Searched refs:__io_account_mem (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/io_uring/
Dnotif.h48 ret = __io_account_mem(ctx->user, nr_pages); in io_notif_account_mem()
Drsrc.h152 int __io_account_mem(struct user_struct *user, unsigned long nr_pages);
Drsrc.c42 int __io_account_mem(struct user_struct *user, unsigned long nr_pages) in __io_account_mem() function
76 ret = __io_account_mem(ctx->user, nr_pages); in io_account_mem()