Home
last modified time | relevance | path

Searched refs:thread_io_list (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Dverify-state.h32 struct thread_io_list { struct
45 struct thread_io_list state[0]; argument
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); in __thread_io_list_sz()
73 static inline size_t thread_io_list_sz(struct thread_io_list *s) in thread_io_list_sz()
78 static inline struct thread_io_list *io_list_next(struct thread_io_list *s) in io_list_next()
Dverify.c1533 struct thread_io_list *s, in __fill_file_completions()
1561 struct thread_io_list *s, unsigned int *index) in fill_file_completions()
1602 *sz += nr * sizeof(struct thread_io_list); in get_all_io_list()
1611 struct thread_io_list *s = next; in get_all_io_list()
1671 static int write_thread_list_state(struct thread_io_list *s, in write_thread_list_state()
1708 struct thread_io_list *s = &state->state[0]; in __verify_save_state()
1744 struct thread_io_list *s = p; in verify_assign_state()
1769 int verify_state_hdr(struct verify_state_hdr *hdr, struct thread_io_list *s) in verify_state_hdr()
1851 struct thread_io_list *s = td->vstate; in verify_state_should_stop()
Dfio.h232 struct thread_io_list *vstate;
Dserver.c2015 struct thread_io_list *s; in fio_server_get_verify_state()
/external/fio/t/
Dverify-state.c18 static void show_s(struct thread_io_list *s, unsigned int no_s) in show_s()
39 static void show(struct thread_io_list *s, size_t size) in show()
68 struct thread_io_list *s; in show_verify_state()