Lines Matching refs:IORING_SETUP_SQPOLL
25 * When using the SQ poll thread (IORING_SETUP_SQPOLL), the application
416 * io_uring instances that don't use IORING_SETUP_SQPOLL.
1664 if (ctx->flags & IORING_SETUP_SQPOLL) {
2260 notify = (req->ctx->flags & IORING_SETUP_SQPOLL) ? TWA_NONE : TWA_SIGNAL;
2893 * If IORING_SETUP_SQPOLL is enabled, sqes are either handle
2898 if ((ctx->flags & IORING_SETUP_SQPOLL) &&
7267 ctx->flags & IORING_SETUP_SQPOLL);
8721 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) ==
8734 if (ctx->flags & IORING_SETUP_SQPOLL) {
9736 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) ||
10096 if (ctx->flags & IORING_SETUP_SQPOLL) {
10139 !(ctx->flags & IORING_SETUP_SQPOLL)) {
10200 if (has_lock && (ctx->flags & IORING_SETUP_SQPOLL)) {
10511 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL |
10808 if (ctx->flags & IORING_SETUP_SQPOLL) {