Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/olpc_dcon/
Dolpc_dcon.c241 struct timespec delta_t, now; in dcon_load_holdoff() local
245 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() local
358 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()
/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c3711 int delta_t = qeth_get_micros(); in qeth_qdio_cq_handler() local
3712 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()