Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dsqpoll.c339 if (!io_sqring_full(ctx)) in io_sqpoll_wait_sq()
343 if (!io_sqring_full(ctx)) in io_sqpoll_wait_sq()
H A Dio_uring.h261 static inline bool io_sqring_full(struct io_ring_ctx *ctx) in io_sqring_full() function
H A Dio_uring.c3001 if (!io_sqring_full(ctx)) in io_uring_poll()