Searched refs:IO_CHECK_CQ_OVERFLOW_BIT (Results 1 - 2 of 2) sorted by last modified time

/linux-master/io_uring/
H A Dio_uring.h444 IO_CHECK_CQ_OVERFLOW_BIT, enumerator in enum:__anon3251
450 return test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq) ||
H A Dio_uring.c702 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq);
793 set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq);
832 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)))
1524 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))
2444 if (unlikely(test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)))
2523 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))
2809 if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq)) {

Completed in 230 milliseconds