Searched refs:s_time (Results 1 – 4 of 4) sorted by relevance
106 nsec_t s_time, e_time, diff_time; in main() local171 ts_to_nsec(&p_ts, &s_time); in main()174 diff_time = e_time - s_time; in main()
33 if (q_iop->s_time != 0) in handle_g()34 update_s2g(q_iop, tdelta(q_iop->s_time, g_iop->t.time)); in handle_g()43 q_iop->s_time = s_iop->t.time; in handle_s()
158 __u64 s_time; member
89 for q_time, s_time, f_time, machine in durations:90 total_run_time += f_time - s_time91 total_queued_time += s_time - q_time