Searched refs:check_cq (Results 1 – 2 of 2) sorted by relevance
686 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_overflow_kill()721 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in __io_cqring_overflow_flush()739 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) in io_cqring_overflow_flush()811 set_bit(IO_CHECK_CQ_DROPPED_BIT, &ctx->check_cq); in io_cqring_event_overflow()815 set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_event_overflow()854 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))) in io_cqe_cache_refill()973 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) in io_fill_cqe_req_aux()1627 unsigned long check_cq; in io_iopoll_check() local1632 check_cq = READ_ONCE(ctx->check_cq); in io_iopoll_check()1633 if (unlikely(check_cq)) { in io_iopoll_check()[all …]
290 unsigned long check_cq; member