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

/linux-master/io_uring/
H A Dio_uring.c676 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq);
711 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq);
729 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq))
801 set_bit(IO_CHECK_CQ_DROPPED_BIT, &ctx->check_cq);
805 set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq);
844 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)))
965 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq))
1643 unsigned long check_cq; local
1648 check_cq = READ_ONCE(ctx->check_cq);
2641 unsigned long check_cq; local
[all...]
H A Dio_uring.h459 return test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq) ||
/linux-master/include/linux/
H A Dio_uring_types.h330 unsigned long check_cq; member in struct:io_ring_ctx::__anon50

Completed in 140 milliseconds