Searched refs:s_time (Results 1 – 5 of 5) sorted by relevance
95 struct timeval s_time; in profile_sample_time() local98 gettimeofday(&s_time, NULL); in profile_sample_time()99 u8_curr_time = (((ULWORD64)s_time.tv_sec * 1000 * 1000) + (ULWORD64)(s_time.tv_usec)); in profile_sample_time()
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