Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dsqpoll.c181 if (ctx->sq_creds != current_cred()) in __io_sq_thread()
182 creds = override_creds(ctx->sq_creds); in __io_sq_thread()
386 ctx->sq_creds = get_current_cred(); in io_sq_offload_create()
H A Dio_uring.c2935 if (ctx->sq_creds) in io_ring_ctx_free()
2936 put_cred(ctx->sq_creds); in io_ring_ctx_free()
/openbmc/linux/include/linux/
H A Dio_uring_types.h315 const struct cred *sq_creds; /* cred used for __io_sq_thread() */ member