Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c390 const struct cred *sq_creds; /* cred used for __io_sq_thread() */ member
7267 if (ctx->sq_creds != current_cred()) in __io_sq_thread()
7268 creds = override_creds(ctx->sq_creds); in __io_sq_thread()
8586 ctx->sq_creds = get_current_cred(); in io_sq_offload_create()
9222 if (ctx->sq_creds) in io_ring_ctx_free()
9223 put_cred(ctx->sq_creds); in io_ring_ctx_free()