Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dwait.c171 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() local
292 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()
H A Dio_uring.h581 return test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq) || in io_has_work()
/linux/include/linux/
H A Dio_uring_types.h408 unsigned long check_cq; member