Home
last modified time | relevance | path

Searched refs:last_ts (Results 1 – 4 of 4) sorted by relevance

/external/blktrace/btt/
Dplat.c27 double first_ts, last_ts, tl; member
39 pp->first_ts = pp->last_ts = pp->tl = -1.0; in plat_alloc()
59 double delta = pp->last_ts - pp->first_ts; in plat_free()
76 pp->first_ts = pp->last_ts = now; in plat_x2c()
80 double delta = pp->last_ts - pp->first_ts; in plat_x2c()
85 pp->first_ts = pp->last_ts = now; in plat_x2c()
89 pp->last_ts = now; in plat_x2c()
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh250 if test -z "last_ts"
254 if test "$newline" != "$oldline" -a "$last_ts" -lt $((seconds + $TORTURE_SHUTDOWN_GRACE))
/external/fio/
Dstat.c1558 int i, j, k, nr_ts, last_ts, idx; in __show_run_stats() local
1576 last_ts = -1; in __show_run_stats()
1582 if (last_ts == td->groupid) in __show_run_stats()
1587 last_ts = td->groupid; in __show_run_stats()
1600 last_ts = -1; in __show_run_stats()
1606 (td->o.group_reporting && last_ts != td->groupid))) { in __show_run_stats()
1611 last_ts = td->groupid; in __show_run_stats()
/external/toybox/kconfig/
Dlex.zconf.c_shipped783 static int last_ts, first_ts;
1221 last_ts = ts;
1261 first_ts = last_ts;
2243 last_ts = first_ts = 0;