Searched refs:total_time_ts (Results 1 – 2 of 2) sorted by relevance
254 struct timespec total_time_ts, total_dma_ts; in compute_stats() local259 bzero(&total_time_ts, sizeof(total_time_ts)); in compute_stats()298 bintime2timespec(&total_time_bt, &total_time_ts); in compute_stats()304 *ms_per_transfer = total_time_ts.tv_sec * 1000; in compute_stats()305 *ms_per_transfer += total_time_ts.tv_nsec / 1000000; in compute_stats()
564 struct timespec total_time_ts; in compute_new_stats() local567 bzero(&total_time_ts, sizeof(total_time_ts)); in compute_new_stats()