Searched refs:io_req_cache_empty (Results 1 - 2 of 2) sorted by path

/linux-master/io_uring/
H A Dio_uring.c2345 if (!ret && io_req_cache_empty(ctx))
2625 while (!io_req_cache_empty(ctx)) {
H A Dio_uring.h376 static inline bool io_req_cache_empty(struct io_ring_ctx *ctx) function
395 if (unlikely(io_req_cache_empty(ctx))) {

Completed in 241 milliseconds