Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnotif.h51 ret = __io_account_mem(ctx->user, nr_pages); in io_notif_account_mem()
H A Drsrc.h124 int __io_account_mem(struct user_struct *user, unsigned long nr_pages);
H A Dmemmap.c250 ret = __io_account_mem(ctx->user, nr_pages); in io_create_region()
H A Drsrc.c35 int __io_account_mem(struct user_struct *user, unsigned long nr_pages) in __io_account_mem() function
69 ret = __io_account_mem(ctx->user, nr_pages); in io_account_mem()