Searched refs:__iot (Results 1 - 1 of 1) sorted by relevance

/external/blktrace/
H A Dblkparse.c914 struct io_track *__iot; local
918 __iot = rb_entry(parent, struct io_track, rb_node);
920 if (iot->sector < __iot->sector)
922 else if (iot->sector > __iot->sector)
941 struct io_track *__iot; local
944 __iot = rb_entry(n, struct io_track, rb_node);
946 if (sector < __iot->sector)
948 else if (sector > __iot->sector)
951 return __iot;

Completed in 563 milliseconds