HomeSort by relevance Sort by last modified time
    Searched refs:avg_info (Results 1 - 3 of 3) sorted by null

  /external/blktrace/btt/
globals.h 75 struct avg_info { struct
82 struct avg_info q2q_dm;
83 struct avg_info q2a_dm;
84 struct avg_info q2c_dm;
86 struct avg_info q2q;
87 struct avg_info q2a;
88 struct avg_info q2g;
89 struct avg_info s2g;
90 struct avg_info g2i;
91 struct avg_info q2m
    [all...]
inlines.h 82 static inline void avg_update(struct avg_info *ap, __u64 t)
95 static inline void avg_update_n(struct avg_info *ap, __u64 t, int n)
111 static inline void avg_unupdate(struct avg_info *ap, __u64 t)
117 static inline void update_lq(__u64 *last_q, struct avg_info *avg, __u64 time)
output.c 24 typedef struct avg_info *ai_dip_t;
39 typedef struct avg_info *ai_pip_t;
68 void __output_avg(FILE *ofp, char *hdr, struct avg_info *ap, int do_easy)
84 static inline char *avg2string(struct avg_info *ap, char *string)

Completed in 27 milliseconds