Searched refs:io_cqring_overflow_flush (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/ |
D | io_uring.c | 1624 static bool io_cqring_overflow_flush(struct io_ring_ctx *ctx, bool force, in io_cqring_overflow_flush() function 2252 io_cqring_overflow_flush(ctx, false, NULL, NULL); in io_cqring_events() 6552 !io_cqring_overflow_flush(ctx, false, NULL, NULL)) in io_submit_sqes() 8373 io_cqring_overflow_flush(ctx, true, NULL, NULL); in io_ring_exit_work() 8393 io_cqring_overflow_flush(ctx, true, NULL, NULL); in io_ring_ctx_wait_and_kill() 8670 io_cqring_overflow_flush(ctx, true, task, files); in io_uring_cancel_task_requests() 8973 io_cqring_overflow_flush(ctx, false, NULL, NULL); in SYSCALL_DEFINE6()
|