Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/io_uring/
Dio_uring.c396 unsigned long check_cq_overflow; member
1706 clear_bit(0, &ctx->check_cq_overflow); in __io_cqring_overflow_flush()
1723 if (test_bit(0, &ctx->check_cq_overflow)) { in io_cqring_overflow_flush()
1796 set_bit(0, &ctx->check_cq_overflow); in io_cqring_event_overflow()
2640 if (test_bit(0, &ctx->check_cq_overflow)) in io_iopoll_check()
7626 if (io_should_wake(iowq) || test_bit(0, &iowq->ctx->check_cq_overflow)) in io_wake_function()
7663 if (test_bit(0, &ctx->check_cq_overflow)) in io_cqring_wait_schedule()
9447 if (io_cqring_events(ctx) || test_bit(0, &ctx->check_cq_overflow)) in io_uring_poll()