Searched refs:check_cq (Results 1 – 4 of 4) sorted by relevance
170 if (unlikely(READ_ONCE(ctx->check_cq))) in io_cqring_wait_schedule()205 if (unlikely(test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq))) in io_cqring_wait()253 unsigned long check_cq; in io_cqring_wait() local288 check_cq = READ_ONCE(ctx->check_cq); in io_cqring_wait()289 if (unlikely(check_cq)) { in io_cqring_wait()291 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)) in io_cqring_wait()293 if (check_cq & BIT(IO_CHECK_CQ_DROPPED_BIT)) { in io_cqring_wait()
574 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in __io_cqring_overflow_flush() 648 set_bit(IO_CHECK_CQ_DROPPED_BIT, &ctx->check_cq); in io_cqring_add_overflow() 652 set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_add_overflow() 723 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))) in io_cqe_cache_refill() 1198 unsigned long check_cq; in io_iopoll_check() 1207 check_cq = READ_ONCE(ctx->check_cq); in io_iopoll_check() 1208 if (unlikely(check_cq)) { in io_iopoll_check() 1209 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)) in io_iopoll_check() 1215 if (check_cq in io_iopoll_check() 1191 unsigned long check_cq; io_iopoll_check() local [all...]
581 return test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq) ||
408 unsigned long check_cq;394 unsigned long check_cq; global() member