Searched refs:io_u_qpop (Results 1 – 3 of 3) sorted by relevance
13 static inline struct io_u *io_u_qpop(struct io_u_queue *q) in io_u_qpop() function
1304 io_u = io_u_qpop(&td->io_u_freelist); in __get_io_u()
997 while ((io_u = io_u_qpop(&td->io_u_freelist)) != NULL) { in cleanup_io_u()