Lines Matching refs:blk_io_trace
225 struct blk_io_trace *bit;
239 static struct blk_io_trace *bit_alloc_list;
573 static void handle_notify(struct blk_io_trace *bit) in handle_notify()
751 static inline void bit_free(struct blk_io_trace *bit) in bit_free()
758 bit_alloc_list = (struct blk_io_trace *) bit; in bit_free()
764 static inline struct blk_io_trace *bit_alloc(void) in bit_alloc()
766 struct blk_io_trace *bit = bit_alloc_list; in bit_alloc()
769 bit_alloc_list = (struct blk_io_trace *) (unsigned long) \ in bit_alloc()
976 struct blk_io_trace *t) in log_track_frontmerge()
997 static void log_track_getrq(struct per_dev_info *pdi, struct blk_io_trace *t) in log_track_getrq()
1019 static void log_track_queue(struct per_dev_info *pdi, struct blk_io_trace *t) in log_track_queue()
1036 struct blk_io_trace *t) in log_track_insert()
1067 struct blk_io_trace *t) in log_track_issue()
1104 struct blk_io_trace *t) in log_track_complete()
1168 static void check_time(struct per_dev_info *pdi, struct blk_io_trace *bit) in check_time()
1177 static inline void __account_m(struct io_stats *ios, struct blk_io_trace *t, in __account_m()
1189 static inline void account_m(struct blk_io_trace *t, struct per_cpu_info *pci, in account_m()
1202 struct blk_io_trace *t, int rw) in __account_pc_queue()
1213 static inline void account_pc_queue(struct blk_io_trace *t, in account_pc_queue()
1237 static inline void account_pc_issue(struct blk_io_trace *t, in account_pc_issue()
1250 struct blk_io_trace *t, int rw) in __account_pc_requeue()
1261 static inline void account_pc_requeue(struct blk_io_trace *t, in account_pc_requeue()
1281 static inline void account_pc_c(struct blk_io_trace *t, in account_pc_c()
1293 static inline void __account_queue(struct io_stats *ios, struct blk_io_trace *t, in __account_queue()
1305 static inline void account_queue(struct blk_io_trace *t, in account_queue()
1328 static inline void account_c(struct blk_io_trace *t, struct per_cpu_info *pci, in account_c()
1352 static inline void account_issue(struct blk_io_trace *t, in account_issue()
1372 static inline void account_unplug(struct blk_io_trace *t, in account_unplug()
1385 struct blk_io_trace *t, int rw) in __account_requeue()
1396 static inline void account_requeue(struct blk_io_trace *t, in account_requeue()
1409 struct blk_io_trace *t, char *act) in log_complete()
1415 struct blk_io_trace *t, char *act) in log_insert()
1420 static void log_queue(struct per_cpu_info *pci, struct blk_io_trace *t, in log_queue()
1427 struct blk_io_trace *t, char *act) in log_issue()
1433 struct blk_io_trace *t, char *act) in log_merge()
1441 static void log_action(struct per_cpu_info *pci, struct blk_io_trace *t, in log_action()
1447 static void log_generic(struct per_cpu_info *pci, struct blk_io_trace *t, in log_generic()
1453 static void log_unplug(struct per_cpu_info *pci, struct blk_io_trace *t, in log_unplug()
1459 static void log_split(struct per_cpu_info *pci, struct blk_io_trace *t, in log_split()
1465 static void log_pc(struct per_cpu_info *pci, struct blk_io_trace *t, char *act) in log_pc()
1472 static void dump_trace_pc(struct blk_io_trace *t, struct per_dev_info *pdi, in dump_trace_pc()
1521 static void dump_trace_fs(struct blk_io_trace *t, struct per_dev_info *pdi, in dump_trace_fs()
1604 static void dump_trace(struct blk_io_trace *t, struct per_cpu_info *pci, in dump_trace()
1894 static inline int check_stopwatch(struct blk_io_trace *bit) in check_stopwatch()
1917 struct blk_io_trace *bit = t->bit; in sort_entries()
1992 struct blk_io_trace *bit = t->bit; in check_sequence()
2043 struct blk_io_trace *bit; in show_entries_rb()
2138 static inline __u16 get_pdulen(struct blk_io_trace *bit) in get_pdulen()
2146 static inline __u32 get_magic(struct blk_io_trace *bit) in get_magic()
2160 struct blk_io_trace *bit; in read_events()
2318 struct blk_io_trace *bit = NULL; in ms_prime()
2457 struct blk_io_trace *bit; in handle()