HomeSort by relevance Sort by last modified time
    Searched full:__iot (Results 1 - 1 of 1) sorted by null

  /external/blktrace/
blkparse.c 914 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;
    [all...]

Completed in 83 milliseconds