Lines Matching refs:blk_io_trace

225 	struct blk_io_trace *bit;
239 static struct blk_io_trace *bit_alloc_list;
575 static void handle_notify(struct blk_io_trace *bit) in handle_notify()
753 static inline void bit_free(struct blk_io_trace *bit) in bit_free()
760 bit_alloc_list = (struct blk_io_trace *) bit; in bit_free()
766 static inline struct blk_io_trace *bit_alloc(void) in bit_alloc()
768 struct blk_io_trace *bit = bit_alloc_list; in bit_alloc()
771 bit_alloc_list = (struct blk_io_trace *) (unsigned long) \ in bit_alloc()
978 struct blk_io_trace *t) in log_track_frontmerge()
999 static void log_track_getrq(struct per_dev_info *pdi, struct blk_io_trace *t) in log_track_getrq()
1021 static void log_track_queue(struct per_dev_info *pdi, struct blk_io_trace *t) in log_track_queue()
1038 struct blk_io_trace *t) in log_track_insert()
1069 struct blk_io_trace *t) in log_track_issue()
1106 struct blk_io_trace *t) in log_track_complete()
1170 static void check_time(struct per_dev_info *pdi, struct blk_io_trace *bit) in check_time()
1179 static inline void __account_m(struct io_stats *ios, struct blk_io_trace *t, in __account_m()
1193 static inline void account_m(struct blk_io_trace *t, struct per_cpu_info *pci, in account_m()
1206 struct blk_io_trace *t, int rw) in __account_pc_queue()
1219 static inline void account_pc_queue(struct blk_io_trace *t, in account_pc_queue()
1245 static inline void account_pc_issue(struct blk_io_trace *t, in account_pc_issue()
1258 struct blk_io_trace *t, int rw) in __account_pc_requeue()
1271 static inline void account_pc_requeue(struct blk_io_trace *t, in account_pc_requeue()
1291 static inline void account_pc_c(struct blk_io_trace *t, in account_pc_c()
1303 static inline void __account_queue(struct io_stats *ios, struct blk_io_trace *t, in __account_queue()
1317 static inline void account_queue(struct blk_io_trace *t, in account_queue()
1342 static inline void account_c(struct blk_io_trace *t, struct per_cpu_info *pci, in account_c()
1368 static inline void account_issue(struct blk_io_trace *t, in account_issue()
1388 static inline void account_unplug(struct blk_io_trace *t, in account_unplug()
1401 struct blk_io_trace *t, int rw) in __account_requeue()
1414 static inline void account_requeue(struct blk_io_trace *t, in account_requeue()
1427 struct blk_io_trace *t, char *act) in log_complete()
1433 struct blk_io_trace *t, char *act) in log_insert()
1438 static void log_queue(struct per_cpu_info *pci, struct blk_io_trace *t, in log_queue()
1445 struct blk_io_trace *t, char *act) in log_issue()
1451 struct blk_io_trace *t, char *act) in log_merge()
1459 static void log_action(struct per_cpu_info *pci, struct blk_io_trace *t, in log_action()
1465 static void log_generic(struct per_cpu_info *pci, struct blk_io_trace *t, in log_generic()
1471 static void log_unplug(struct per_cpu_info *pci, struct blk_io_trace *t, in log_unplug()
1477 static void log_split(struct per_cpu_info *pci, struct blk_io_trace *t, in log_split()
1483 static void log_pc(struct per_cpu_info *pci, struct blk_io_trace *t, char *act) in log_pc()
1490 static void dump_trace_pc(struct blk_io_trace *t, struct per_dev_info *pdi, in dump_trace_pc()
1539 static void dump_trace_fs(struct blk_io_trace *t, struct per_dev_info *pdi, in dump_trace_fs()
1622 static void dump_trace(struct blk_io_trace *t, struct per_cpu_info *pci, in dump_trace()
1955 static inline int check_stopwatch(struct blk_io_trace *bit) in check_stopwatch()
1978 struct blk_io_trace *bit = t->bit; in sort_entries()
2054 struct blk_io_trace *bit = t->bit; in check_sequence()
2105 struct blk_io_trace *bit; in show_entries_rb()
2202 static inline __u16 get_pdulen(struct blk_io_trace *bit) in get_pdulen()
2210 static inline __u32 get_magic(struct blk_io_trace *bit) in get_magic()
2224 struct blk_io_trace *bit; in read_events()
2382 struct blk_io_trace *bit = NULL; in ms_prime()
2527 struct blk_io_trace *bit; in handle()