Searched refs:thread_io_list_sz (Results 1 – 2 of 2) sorted by relevance
131 static inline size_t thread_io_list_sz(struct thread_io_list *s) in thread_io_list_sz() function138 return (void *) s + thread_io_list_sz(s); in io_list_next()
1393 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()