Home
last modified time | relevance | path

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

/linux-6.6.21/io_uring/
Dio_uring.c686 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_overflow_kill()
721 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in __io_cqring_overflow_flush()
739 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) in io_cqring_overflow_flush()
811 set_bit(IO_CHECK_CQ_DROPPED_BIT, &ctx->check_cq); in io_cqring_event_overflow()
815 set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_event_overflow()
854 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))) in io_cqe_cache_refill()
973 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) in io_fill_cqe_req_aux()
1627 unsigned long check_cq; in io_iopoll_check() local
1632 check_cq = READ_ONCE(ctx->check_cq); in io_iopoll_check()
1633 if (unlikely(check_cq)) { in io_iopoll_check()
[all …]
/linux-6.6.21/include/linux/
Dio_uring_types.h290 unsigned long check_cq; member