Searched refs:delta_t (Results 1 – 2 of 2) sorted by relevance
240 ktime_t delta_t, now; in dcon_load_holdoff() local244 delta_t = ktime_sub(now, dcon->load_time); in dcon_load_holdoff()245 if (ktime_to_ns(delta_t) > NSEC_PER_MSEC * 20) in dcon_load_holdoff()331 ktime_t delta_t; in dcon_source_switch() local355 delta_t = ktime_sub(dcon->irq_time, dcon->load_time); in dcon_source_switch()356 if (dcon->switched && ktime_to_ns(delta_t) in dcon_source_switch()
3663 int delta_t = qeth_get_micros(); in qeth_qdio_cq_handler() local3664 delta_t -= card->perf_stats.cq_start_time; in qeth_qdio_cq_handler()3665 card->perf_stats.cq_time += delta_t; in qeth_qdio_cq_handler()