Searched refs:thread_io_list_sz (Results 1 – 2 of 2) sorted by relevance
73 static inline size_t thread_io_list_sz(struct thread_io_list *s) in thread_io_list_sz() function80 return (void *) s + thread_io_list_sz(s); in io_list_next()
1683 crc = fio_crc32c((void *)s, thread_io_list_sz(s)); in write_thread_list_state()1686 hdr.size = cpu_to_le64((uint64_t) thread_io_list_sz(s)); in write_thread_list_state()1692 ret = write(fd, s, thread_io_list_sz(s)); in write_thread_list_state()1693 if (ret != thread_io_list_sz(s)) { in write_thread_list_state()