Lines Matching defs:time_delta
1499 hrtime_t time_delta;
1542 time_delta = stats->cs_time_start ?
1548 if (time_delta > 0) { /* wrap shouldn't happen */
1554 stats->cs_time_stopped += time_delta;
1556 stats->cs_time_running += time_delta;
1568 if (time_delta > cu_sample_interval_min)
1569 stats->cs_rate = CU_RATE(delta, time_delta);
1597 hrtime_t time_delta;
1653 time_delta = now - hw_util->pghw_time_stamp;
1674 if (time_delta > CU_SAMPLE_INTERVAL_MIN)
1675 hw_util->pghw_rate = CU_RATE(utilization_delta, time_delta);