Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c1680 static bool __io_cqring_overflow_flush(struct io_ring_ctx *ctx, bool force) in __io_cqring_overflow_flush() argument
1684 if (!force && __io_cqring_events(ctx) == ctx->cq_entries) in __io_cqring_overflow_flush()
1693 if (!cqe && !force) in __io_cqring_overflow_flush()
3467 struct iov_iter *iter, bool force) in io_setup_async_rw() argument
3469 if (!force && !io_op_defs[req->opcode].needs_async_setup) in io_setup_async_rw()