Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.c682 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_overflow_kill()
734 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in __io_cqring_overflow_flush()
749 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) in io_cqring_overflow_flush()
821 set_bit(IO_CHECK_CQ_DROPPED_BIT, &ctx->check_cq); in io_cqring_event_overflow()
825 set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_event_overflow()
864 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))) in io_cqe_cache_refill()
983 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) in io_fill_cqe_req_aux()
1621 unsigned long check_cq; in io_iopoll_check()
1628 check_cq = READ_ONCE(ctx->check_cq); in io_iopoll_check()
1622 unsigned long check_cq; io_iopoll_check() local
2626 unsigned long check_cq; io_cqring_wait() local
[all...]
/openbmc/linux/include/linux/
H A Dio_uring_types.h289 unsigned long check_cq; member