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

  /external/fio/
verify-state.h 32 struct thread_io_list { struct
45 struct thread_io_list state[0];
66 extern int verify_state_hdr(struct verify_state_hdr *, struct thread_io_list *);
70 return sizeof(struct thread_io_list) + depth * nofiles * sizeof(struct file_comp);
73 static inline size_t thread_io_list_sz(struct thread_io_list *s)
78 static inline struct thread_io_list *io_list_next(struct thread_io_list *s)
verify.c     [all...]
fio.h 232 struct thread_io_list *vstate;
server.c     [all...]
  /external/fio/t/
verify-state.c 18 static void show_s(struct thread_io_list *s, unsigned int no_s)
39 static void show(struct thread_io_list *s, size_t size)
68 struct thread_io_list *s;

Completed in 1112 milliseconds