Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.h447 static inline bool __io_sqring_full(struct io_ring_ctx *ctx) in __io_sqring_full() function
464 return __io_sqring_full(ctx); in io_sqring_full()
H A Dio_uring.c2274 if (!__io_sqring_full(ctx)) in io_uring_poll()