Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dwait.c170 if (unlikely(READ_ONCE(ctx->check_cq))) in io_cqring_wait_schedule()
205 if (unlikely(test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq))) in io_cqring_wait()
253 unsigned long check_cq; in io_cqring_wait() local
288 check_cq = READ_ONCE(ctx->check_cq); in io_cqring_wait()
289 if (unlikely(check_cq)) { in io_cqring_wait()
291 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)) in io_cqring_wait()
293 if (check_cq & BIT(IO_CHECK_CQ_DROPPED_BIT)) { in io_cqring_wait()
H A Dio_uring.c574 clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in __io_cqring_overflow_flush()
648 set_bit(IO_CHECK_CQ_DROPPED_BIT, &ctx->check_cq); in io_cqring_add_overflow()
652 set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq); in io_cqring_add_overflow()
723 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))) in io_cqe_cache_refill()
1198 unsigned long check_cq; in io_iopoll_check()
1207 check_cq = READ_ONCE(ctx->check_cq); in io_iopoll_check()
1208 if (unlikely(check_cq)) { in io_iopoll_check()
1209 if (check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT)) in io_iopoll_check()
1215 if (check_cq in io_iopoll_check()
1191 unsigned long check_cq; io_iopoll_check() local
[all...]
H A Dio_uring.h581 return test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->check_cq) ||
/linux/include/linux/
H A Dio_uring_types.h408 unsigned long check_cq;
394 unsigned long check_cq; global() member