Symbol: IORING_SETUP_DEFER_TASKRUN
io_uring/cancel.c
517
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN) {
io_uring/cancel.c
548
if ((ctx->flags & IORING_SETUP_DEFER_TASKRUN) &&
io_uring/io_uring.c
1184
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/io_uring.c
2326
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/io_uring.c
2396
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/io_uring.c
2619
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/io_uring.c
2780
IORING_SETUP_DEFER_TASKRUN))
io_uring/io_uring.c
2786
IORING_SETUP_DEFER_TASKRUN)))
io_uring/io_uring.c
2798
if ((flags & IORING_SETUP_DEFER_TASKRUN) &&
io_uring/io_uring.c
2956
if ((ctx->flags & IORING_SETUP_DEFER_TASKRUN) &&
io_uring/io_uring.h
221
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/io_uring.h
67
IORING_SETUP_DEFER_TASKRUN |\
io_uring/register.c
511
if (!(ctx->flags & IORING_SETUP_DEFER_TASKRUN))
io_uring/tw.c
269
if (WARN_ON_ONCE(!(req->ctx->flags & IORING_SETUP_DEFER_TASKRUN)))
io_uring/tw.h
112
return likely(!(ctx->flags & IORING_SETUP_DEFER_TASKRUN) ||
io_uring/tw.h
41
if (req->ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/wait.c
255
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN) {
io_uring/wait.c
314
if (!(ctx->flags & IORING_SETUP_DEFER_TASKRUN))
io_uring/wait.c
97
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN) {
io_uring/zcrx.c
704
if (!(ctx->flags & IORING_SETUP_DEFER_TASKRUN))
io_uring/zcrx.c
773
if (!(ctx->flags & IORING_SETUP_DEFER_TASKRUN))
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
359
flags |= IORING_SETUP_DEFER_TASKRUN;
tools/testing/selftests/ublk/kublk.c
530
IORING_SETUP_DEFER_TASKRUN);