HomeSort by relevance Sort by last modified time
    Searched refs:io_u_qpop (Results 1 - 3 of 3) sorted by null

  /external/fio/
io_u_queue.h 13 static inline struct io_u *io_u_qpop(struct io_u_queue *q) function
backend.c 997 while ((io_u = io_u_qpop(&td->io_u_freelist)) != NULL) {
    [all...]
io_u.c 1304 io_u = io_u_qpop(&td->io_u_freelist);
    [all...]

Completed in 62 milliseconds