blkparse.c | 912 static inline int track_rb_insert(struct per_dev_info *pdi,struct io_track *iot) 922 if (iot->sector < __iot->sector) 924 else if (iot->sector > __iot->sector) 929 (unsigned long long) iot->sector, 935 rb_link_node(&iot->rb_node, parent, p); 936 rb_insert_color(&iot->rb_node, &pdi->rb_track); 962 struct io_track *iot; local 964 iot = __find_track(pdi, sector); 965 if (!iot) { 966 iot = malloc(sizeof(*iot)) 980 struct io_track *iot; local 1001 struct io_track *iot; local 1023 struct io_track *iot; local 1041 struct io_track *iot; local 1072 struct io_track *iot; local 1109 struct io_track *iot; local [all...] |