Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dio_uring.h462 IO_CHECK_CQ_OVERFLOW_BIT, enumerator
468 return test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq) || in io_has_work()
Dio_uring.c659 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in __io_cqring_overflow_flush()
750 set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_event_overflow()
789 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))) in io_cqe_cache_refill()
1512 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)) in io_iopoll_check()
2528 if (unlikely(test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq))) in io_cqring_wait()
2619 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)) in io_cqring_wait()
2904 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) { in io_ring_exit_work()