Home
last modified time | relevance | path

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

/fs/
Dio_uring.c183 bool account_mem; member
3338 if (ctx->account_mem) in io_sqe_buffer_unregister()
3422 if (ctx->account_mem) { in io_sqe_buffer_register()
3439 if (ctx->account_mem) in io_sqe_buffer_register()
3450 if (ctx->account_mem) in io_sqe_buffer_register()
3482 if (ctx->account_mem) in io_sqe_buffer_register()
3564 if (ctx->account_mem) in io_ring_ctx_free()
3837 bool account_mem; in io_uring_create() local
3853 account_mem = !capable(CAP_IPC_LOCK); in io_uring_create()
3855 if (account_mem) { in io_uring_create()
[all …]