Lines Matching defs:ios
191 struct io_unit *ios;
918 size_t bytes = num_files * depth * sizeof(*t->ios);
920 t->ios = SAFE_MALLOC(bytes);
922 memset(t->ios, 0, bytes);
925 t->ios[i].buf = aligned_buffer;
927 t->ios[i].buf_size = reclen;
929 memset(t->ios[i].buf, 'b', reclen);
931 memset(t->ios[i].buf, 0, reclen);
932 t->ios[i].next = t->free_ious;
933 t->free_ious = t->ios + i;