Symbol: IORING_SETUP_DEFER_TASKRUN
io_uring/bpf-ops.c
166
if (!(ctx->flags & IORING_SETUP_DEFER_TASKRUN))
io_uring/cancel.c
524
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN) {
io_uring/cancel.c
555
if ((ctx->flags & IORING_SETUP_DEFER_TASKRUN) &&
io_uring/io_uring.c
1200
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/io_uring.c
2346
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/io_uring.c
2416
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/io_uring.c
2658
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/io_uring.c
2819
IORING_SETUP_DEFER_TASKRUN))
io_uring/io_uring.c
2825
IORING_SETUP_DEFER_TASKRUN)))
io_uring/io_uring.c
2837
if ((flags & IORING_SETUP_DEFER_TASKRUN) &&
io_uring/io_uring.c
2995
if ((ctx->flags & IORING_SETUP_DEFER_TASKRUN) &&
io_uring/io_uring.h
223
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/io_uring.h
67
IORING_SETUP_DEFER_TASKRUN |\
io_uring/register.c
512
if (!(ctx->flags & IORING_SETUP_DEFER_TASKRUN))
io_uring/tw.c
238
if (WARN_ON_ONCE(!(req->ctx->flags & IORING_SETUP_DEFER_TASKRUN)))
io_uring/tw.h
113
return likely(!(ctx->flags & IORING_SETUP_DEFER_TASKRUN) ||
io_uring/tw.h
42
if (req->ctx->flags & IORING_SETUP_DEFER_TASKRUN)
io_uring/wait.c
259
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN) {
io_uring/wait.c
318
if (!(ctx->flags & IORING_SETUP_DEFER_TASKRUN))
io_uring/wait.c
98
if (ctx->flags & IORING_SETUP_DEFER_TASKRUN) {
io_uring/zcrx.c
763
if (!(ctx->flags & IORING_SETUP_DEFER_TASKRUN))
io_uring/zcrx.c
902
if (!(ctx->flags & IORING_SETUP_DEFER_TASKRUN))
tools/testing/selftests/drivers/net/hw/iou-zcrx.c
356
flags |= IORING_SETUP_DEFER_TASKRUN;
tools/testing/selftests/ublk/kublk.c
531
IORING_SETUP_DEFER_TASKRUN);