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

  /external/fio/
io_u_queue.h 27 static inline void io_u_qpush(struct io_u_queue *q, struct io_u *io_u) function
backend.c 1239 io_u_qpush(&td->io_u_freelist, io_u);
1245 io_u_qpush(&td->io_u_all, io_u);
    [all...]
io_u.c 814 io_u_qpush(&td->io_u_freelist, io_u);
    [all...]

Completed in 80 milliseconds