Searched defs:ctl_get_io_stats (Results 1 – 1 of 1) sorted by relevance
129 struct ctl_get_io_stats { struct130 struct ctl_io_stats *stats; /* passed to/from kernel */131 size_t alloc_len; /* passed to kernel */132 size_t fill_len; /* passed to userland */133 int first_item; /* passed to kernel */134 int num_items; /* passed to userland */135 ctl_stats_status status; /* passed to userland */136 ctl_stats_flags flags; /* passed to userland */137 struct timespec timestamp; /* passed to userland */