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

  /external/fio/
verify-state.h 68 static inline size_t __thread_io_list_sz(uint32_t depth, uint32_t nofiles) function
75 return __thread_io_list_sz(le32_to_cpu(s->depth), le32_to_cpu(s->nofiles));
  /external/fio/t/
verify-state.c 60 size -= __thread_io_list_sz(s->depth, s->nofiles);
61 s = (void *) s + __thread_io_list_sz(s->depth, s->nofiles);

Completed in 68 milliseconds