Home
last modified time | relevance | path

Searched refs:s_time (Results 1 – 5 of 5) sorted by relevance

/external/blktrace/btt/
Dtrace_im.c33 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()
Dglobals.h158 __u64 s_time; member
/external/autotest/utils/
Dsite_check_dut_usage.py89 for q_time, s_time, f_time, machine in durations:
90 total_run_time += f_time - s_time
91 total_queued_time += s_time - q_time
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c1057 UINT32 s_time; in GKI_get_time_stamp() local
1064 s_time = ms_time/100; /* 100 Ticks per second */ in GKI_get_time_stamp()
1065 m_time = s_time/60; in GKI_get_time_stamp()
1068 ms_time -= s_time*100; in GKI_get_time_stamp()
1069 s_time -= m_time*60; in GKI_get_time_stamp()
1078 *p_out++ = (INT8)((s_time / 10) + '0'); in GKI_get_time_stamp()
1079 *p_out++ = (INT8)((s_time % 10) + '0'); in GKI_get_time_stamp()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c1034 UINT32 s_time; in GKI_get_time_stamp() local
1041 s_time = ms_time/100; /* 100 Ticks per second */ in GKI_get_time_stamp()
1042 m_time = s_time/60; in GKI_get_time_stamp()
1045 ms_time -= s_time*100; in GKI_get_time_stamp()
1046 s_time -= m_time*60; in GKI_get_time_stamp()
1055 *p_out++ = (INT8)((s_time / 10) + '0'); in GKI_get_time_stamp()
1056 *p_out++ = (INT8)((s_time % 10) + '0'); in GKI_get_time_stamp()