Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dsqpoll.c323 if (!io_sqring_full(ctx)) in io_sqpoll_wait_sq()
327 if (!io_sqring_full(ctx)) in io_sqpoll_wait_sq()
Dio_uring.h252 static inline bool io_sqring_full(struct io_ring_ctx *ctx) in io_sqring_full() function
Dio_uring.c3008 if (!io_sqring_full(ctx)) in io_uring_poll()