Searched refs:IO_CHECK_CQ_OVERFLOW_BIT (Results 1 - 2 of 2) sorted by relevance

/linux-master/io_uring/
H A Dio_uring.h453 IO_CHECK_CQ_OVERFLOW_BIT, enumerator in enum:__anon2832
459 return test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq) ||
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))
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))
1650 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))
2679 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))
3060 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) {

Completed in 121 milliseconds