Home
last modified time | relevance | path

Searched refs:delta_t (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/olpc_dcon/
Dolpc_dcon.c240 ktime_t delta_t, now; in dcon_load_holdoff() local
244 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() local
355 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()
/linux-4.4.14/drivers/s390/net/
Dqeth_core_main.c3663 int delta_t = qeth_get_micros(); in qeth_qdio_cq_handler() local
3664 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()