Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c125 IO_CHECK_CQ_OVERFLOW_BIT, enumerator
636 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in __io_cqring_overflow_flush()
648 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) { in io_cqring_overflow_flush()
714 set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_event_overflow()
756 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))) in __io_get_cqe()
1412 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)) in io_iopoll_check()
2319 return test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq) || in io_has_work()
2387 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)) in io_cqring_wait_schedule()