Home | History | Annotate | Download | only in btt

Lines Matching refs:time

38 	__out(ofp, iop->t.time, IOP_Q, iop->t.sector, t_sec(&iop->t), 0);
60 update_cregion(&all_regions, c_iop->t.time);
61 update_cregion(&c_iop->dip->regions, c_iop->t.time);
63 update_cregion(&c_iop->pip->regions, c_iop->t.time);
64 aqd_complete(c_iop->dip->aqd_handle, BIT_TIME(c_iop->t.time));
69 __u64 q2c = tdelta(q_iop->t.time, c_iop->t.time);
74 latency_q2c(q_iop->dip, q_iop->t.time, q2c);
77 __u64 d2c = tdelta(q_iop->d_time, c_iop->t.time);
80 latency_d2c(q_iop->dip, c_iop->t.time, d2c);
87 q_iop->c_time = c_iop->t.time;
95 (int)SECONDS(q_iop->t.time),
96 (unsigned long)NANO_SECONDS(q_iop->t.time));
111 (int)SECONDS(c_iop->t.time),
112 (unsigned long)NANO_SECONDS(c_iop->t.time));