Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dio_uring.c182 bool account_mem; member
3333 if (ctx->account_mem) in io_sqe_buffer_unregister()
3417 if (ctx->account_mem) { in io_sqe_buffer_register()
3434 if (ctx->account_mem) in io_sqe_buffer_register()
3445 if (ctx->account_mem) in io_sqe_buffer_register()
3477 if (ctx->account_mem) in io_sqe_buffer_register()
3566 if (ctx->account_mem) in io_ring_ctx_free()
3802 bool account_mem; in io_uring_create() local
3818 account_mem = !capable(CAP_IPC_LOCK); in io_uring_create()
3820 if (account_mem) { in io_uring_create()
[all …]