Home
last modified time | relevance | path

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

/linux-6.3-rc2/io_uring/
A Dsqpoll.c180 if (ctx->sq_creds != current_cred()) in __io_sq_thread()
181 creds = override_creds(ctx->sq_creds); in __io_sq_thread()
366 ctx->sq_creds = get_current_cred(); in io_sq_offload_create()
A Dio_uring.c2794 if (ctx->sq_creds) in io_ring_ctx_free()
2795 put_cred(ctx->sq_creds); in io_ring_ctx_free()
/linux-6.3-rc2/include/linux/
A Dio_uring_types.h265 const struct cred *sq_creds; /* cred used for __io_sq_thread() */ member

Completed in 14 milliseconds