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

/linux-master/io_uring/
H A Dsqpoll.c182 if (ctx->sq_creds != current_cred())
183 creds = override_creds(ctx->sq_creds);
434 ctx->sq_creds = get_current_cred();
H A Dio_uring.c2906 if (ctx->sq_creds)
2907 put_cred(ctx->sq_creds);
/linux-master/include/linux/
H A Dio_uring_types.h363 const struct cred *sq_creds; /* cred used for __io_sq_thread() */ member in struct:io_ring_ctx

Completed in 111 milliseconds