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.h 131 static inline size_t thread_io_list_sz(struct thread_io_list *s) function
138 return (void *) s + thread_io_list_sz(s);
verify.c 1393 crc = fio_crc32c((void *)s, thread_io_list_sz(s));
1396 hdr.size = cpu_to_le64((uint64_t) thread_io_list_sz(s));
1402 ret = write(fd, s, thread_io_list_sz(s));
1403 if (ret != thread_io_list_sz(s)) {
    [all...]

Completed in 137 milliseconds