Home | History | Annotate | Download | only in btt

Lines Matching refs:__u64

23 static inline void __out(FILE *ofp, __u64 tm, enum iop_type type,
24 __u64 sec, __u32 nsec, int indent)
26 if (tm != (__u64)-1) {
40 if (iop->g_time != (__u64)-1)
42 if (iop->i_time != (__u64)-1)
44 if (iop->m_time != (__u64)-1)
56 __u64 d_time = (__u64)-1;
69 __u64 q2c = tdelta(q_iop->t.time, c_iop->t.time);
76 if (q_iop->d_time != (__u64)-1) {
77 __u64 d2c = tdelta(q_iop->d_time, c_iop->t.time);