Home
last modified time | relevance | path

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

/external/fio/
Dverify.h131 static inline size_t thread_io_list_sz(struct thread_io_list *s) in thread_io_list_sz() function
138 return (void *) s + thread_io_list_sz(s); in io_list_next()
Dverify.c1393 crc = fio_crc32c((void *)s, thread_io_list_sz(s)); in write_thread_list_state()
1396 hdr.size = cpu_to_le64((uint64_t) thread_io_list_sz(s)); in write_thread_list_state()
1402 ret = write(fd, s, thread_io_list_sz(s)); in write_thread_list_state()
1403 if (ret != thread_io_list_sz(s)) { in write_thread_list_state()