Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Drsrc.c66 if (ctx->mm_account) in io_unaccount_mem()
67 atomic64_sub(nr_pages, &ctx->mm_account->pinned_vm); in io_unaccount_mem()
80 if (ctx->mm_account) in io_account_mem()
81 atomic64_add(nr_pages, &ctx->mm_account->pinned_vm); in io_account_mem()
H A Dio_uring.c2957 if (ctx->mm_account) { in io_ring_ctx_free()
2958 mmdrop(ctx->mm_account); in io_ring_ctx_free()
2959 ctx->mm_account = NULL; in io_ring_ctx_free()
3973 ctx->mm_account = current->mm; in io_uring_create()
/openbmc/linux/include/linux/
H A Dio_uring_types.h354 struct mm_struct *mm_account; member