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

/linux-master/io_uring/
H A Dnapi.c99 static inline void io_napi_remove_stale(struct io_ring_ctx *ctx, bool is_stale) argument
101 if (is_stale)
138 bool is_stale = false; local
148 is_stale = true;
151 return is_stale;
159 bool is_stale = false; local
169 is_stale = __io_napi_do_busy_loop(ctx, loop_end_arg);
173 io_napi_remove_stale(ctx, is_stale);
317 bool is_stale = false; local
325 is_stale
[all...]

Completed in 169 milliseconds