Searched refs:check_cq (Results 1 – 3 of 3) sorted by relevance
171 if (unlikely(READ_ONCE(ctx->check_cq))) in io_cqring_wait_schedule()206 if (unlikely(test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq))) in io_cqring_wait()257 unsigned long check_cq; in io_cqring_wait() local292 check_cq = READ_ONCE(ctx->check_cq); in io_cqring_wait()293 if (unlikely(check_cq)) { in io_cqring_wait()295 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)) in io_cqring_wait()297 if (check_cq & BIT(IO_CHECK_CQ_DROPPED_BIT)) { in io_cqring_wait()
581 return test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq) || in io_has_work()
408 unsigned long check_cq; member