Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dio_uring.c683 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_overflow_kill()
718 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in __io_cqring_overflow_flush()
736 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) in io_cqring_overflow_flush()
808 set_bit(IO_CHECK_CQ_DROPPED_BIT, &ctx->check_cq); in io_cqring_event_overflow()
812 set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_event_overflow()
851 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))) in io_cqe_cache_refill()
970 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) in io_fill_cqe_req_aux()
1624 unsigned long check_cq; in io_iopoll_check() local
1629 check_cq = READ_ONCE(ctx->check_cq); in io_iopoll_check()
1630 if (unlikely(check_cq)) { in io_iopoll_check()
[all …]
/Linux-v6.6/include/linux/
Dio_uring_types.h290 unsigned long check_cq; member