Home
last modified time | relevance | path

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

/external/blktrace/btt/
Dp_live.c144 gip->plip->nlives++; in p_live_visit()
174 if (plip->nlives == 0) { in p_live_get()
177 else if (plip->nlives == 1) { in p_live_get()
186 plip->avg_live = tot_live / plip->nlives; in p_live_get()
187 plip->avg_lull = (t_time - tot_live) / (plip->nlives - 1); in p_live_get()
Dglobals.h168 unsigned long nlives; member
Doutput.c685 plip->nlives, plip->avg_live, plip->avg_lull, plip->p_live); in __dip_output_p_live()
686 if (plip->nlives) in __dip_output_p_live()