Home
last modified time | relevance | path

Searched refs:__thread_io_list_sz (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dverify-state.h68 static inline size_t __thread_io_list_sz(uint32_t depth, uint32_t nofiles) in __thread_io_list_sz() function
75 return __thread_io_list_sz(le32_to_cpu(s->depth), le32_to_cpu(s->nofiles)); in thread_io_list_sz()
/external/fio/t/
Dverify-state.c60 size -= __thread_io_list_sz(s->depth, s->nofiles); in show()
61 s = (void *) s + __thread_io_list_sz(s->depth, s->nofiles); in show()