Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.c646 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in __io_cqring_overflow_flush()
715 set_bit(IO_CHECK_CQ_DROPPED_BIT, &ctx->check_cq); in io_cqring_add_overflow()
719 set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_add_overflow()
770 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))) in io_cqe_cache_refill()
1569 unsigned long check_cq; in io_iopoll_check() local
1578 check_cq = READ_ONCE(ctx->check_cq); in io_iopoll_check()
1579 if (unlikely(check_cq)) { in io_iopoll_check()
1580 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)) in io_iopoll_check()
1586 if (check_cq in io_iopoll_check()
2649 unsigned long check_cq; io_cqring_wait() local
[all...]
H A Dio_uring.h528 return test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq) || in io_has_work()
/linux/include/linux/
H A Dio_uring_types.h358 unsigned long check_cq; member