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

/linux-master/io_uring/
H A Dio_uring.h385 static inline bool io_req_cache_empty(struct io_ring_ctx *ctx) function
404 if (unlikely(io_req_cache_empty(ctx))) {
H A Dio_uring.c1097 if (!io_req_cache_empty(ctx))
2502 if (!ret && io_req_cache_empty(ctx))
2872 while (!io_req_cache_empty(ctx)) {

Completed in 124 milliseconds