Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dio_uring.c358 unsigned long cq_check_overflow; member
1663 clear_bit(0, &ctx->cq_check_overflow); in io_cqring_mark_overflow()
1727 if (test_bit(0, &ctx->cq_check_overflow)) { in io_cqring_overflow_flush()
1767 set_bit(0, &ctx->cq_check_overflow); in __io_cqring_fill_event()
2526 if (test_bit(0, &ctx->cq_check_overflow)) in io_iopoll_check()
6967 if (io_should_wake(iowq) || test_bit(0, &iowq->ctx->cq_check_overflow)) in io_wake_function()
7044 if (test_bit(0, &ctx->cq_check_overflow)) { in io_cqring_wait()
8483 if (io_cqring_events(ctx) || test_bit(0, &ctx->cq_check_overflow)) in io_uring_poll()