Home
last modified time | relevance | path

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

/lib/dim/
Ddim.c61 u32 delta_us = ktime_us_delta(end->time, start->time); in dim_calc_stats() local
68 if (!delta_us) in dim_calc_stats()
71 curr_stats->ppms = DIV_ROUND_UP(npkts * USEC_PER_MSEC, delta_us); in dim_calc_stats()
72 curr_stats->bpms = DIV_ROUND_UP(nbytes * USEC_PER_MSEC, delta_us); in dim_calc_stats()
74 delta_us); in dim_calc_stats()
75 curr_stats->cpms = DIV_ROUND_UP(ncomps * USEC_PER_MSEC, delta_us); in dim_calc_stats()