Home | History | Annotate | Download | only in blktrace

Lines Matching defs:this

7  *  This program is free software; you can redistribute it and/or modify
12 * This program is distributed in the hope that it will be useful,
18 * along with this program; if not, write to the Free Software
73 * some duplicated effort here, we can unify this hash and the ppi hash later
1170 unsigned long long this = bit->time;
1173 pdi->backwards = (this < last) ? 'B' : ' ';
1174 pdi->last_reported_time = this;