Lines Matching defs:btrace_out
48 struct btrace_out { struct
49 unsigned long ios[DDIR_RWDIR_CNT];
50 unsigned long merges[DDIR_RWDIR_CNT];
52 uint64_t last_end[DDIR_RWDIR_CNT];
53 uint64_t seq[DDIR_RWDIR_CNT];
55 struct bs *bs[DDIR_RWDIR_CNT];
56 unsigned int nr_bs[DDIR_RWDIR_CNT];
58 int inflight;
59 unsigned int depth;
60 int depth_disabled;
84 struct btrace_out o; argument