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

  /external/fio/
io_u_queue.h 8 struct io_u_queue { struct
13 static inline struct io_u *io_u_qpop(struct io_u_queue *q)
26 static inline void io_u_qpush(struct io_u_queue *q, struct io_u *io_u)
31 static inline int io_u_qempty(const struct io_u_queue *q)
39 int io_u_qinit(struct io_u_queue *q, unsigned int nr);
40 void io_u_qexit(struct io_u_queue *q);
io_u_queue.c 2 #include "io_u_queue.h"
4 int io_u_qinit(struct io_u_queue *q, unsigned int nr)
14 void io_u_qexit(struct io_u_queue *q)
Android.mk 30 cconv.c client.c filelock.c flow.c gettime-thread.c idletime.c io_u_queue.c \
fio.h 42 #include "io_u_queue.h"
212 struct io_u_queue io_u_freelist;
213 struct io_u_queue io_u_all;
Makefile 38 profiles/tiobench.c profiles/act.c io_u_queue.c filelock.c \

Completed in 106 milliseconds