Searched refs:delta_t (Results 1 – 2 of 2) sorted by relevance
241 struct timespec delta_t, now; in dcon_load_holdoff() local245 delta_t = timespec_sub(now, dcon->load_time); in dcon_load_holdoff()246 if (delta_t.tv_sec != 0 || in dcon_load_holdoff()247 delta_t.tv_nsec > NSEC_PER_MSEC * 20) { in dcon_load_holdoff()334 struct timespec delta_t; in dcon_source_switch() local358 delta_t = timespec_sub(dcon->irq_time, dcon->load_time); in dcon_source_switch()359 if (dcon->switched && delta_t.tv_sec == 0 && in dcon_source_switch()360 delta_t.tv_nsec < NSEC_PER_MSEC * 20) { in dcon_source_switch()
3711 int delta_t = qeth_get_micros(); in qeth_qdio_cq_handler() local3712 delta_t -= card->perf_stats.cq_start_time; in qeth_qdio_cq_handler()3713 card->perf_stats.cq_time += delta_t; in qeth_qdio_cq_handler()