Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c396 unsigned long check_cq_overflow; member
1709 clear_bit(0, &ctx->check_cq_overflow); in __io_cqring_overflow_flush()
1726 if (test_bit(0, &ctx->check_cq_overflow)) { in io_cqring_overflow_flush()
1799 set_bit(0, &ctx->check_cq_overflow); in io_cqring_event_overflow()
2645 if (test_bit(0, &ctx->check_cq_overflow)) in io_iopoll_check()
7805 if (io_should_wake(iowq) || test_bit(0, &iowq->ctx->check_cq_overflow)) in io_wake_function()
7842 if (test_bit(0, &ctx->check_cq_overflow)) in io_cqring_wait_schedule()
9626 if (io_cqring_events(ctx) || test_bit(0, &ctx->check_cq_overflow)) in io_uring_poll()