blkparse.c | 910 static inline int track_rb_insert(struct per_dev_info *pdi,struct io_track *iot) 920 if (iot->sector < __iot->sector) 922 else if (iot->sector > __iot->sector) 927 (unsigned long long) iot->sector, 933 rb_link_node(&iot->rb_node, parent, p); 934 rb_insert_color(&iot->rb_node, &pdi->rb_track); 960 struct io_track *iot; local 962 iot = __find_track(pdi, sector); 963 if (!iot) { 964 iot = malloc(sizeof(*iot)) 978 struct io_track *iot; local 999 struct io_track *iot; local 1021 struct io_track *iot; local 1039 struct io_track *iot; local 1070 struct io_track *iot; local 1107 struct io_track *iot; local [all...] |