Searched refs:plip (Results 1 – 2 of 2) sorted by relevance
31 struct p_live_info *plip; member144 gip->plip->nlives++; in p_live_visit()160 struct p_live_info *plip = &pli; in p_live_get() local162 .plip = plip, in p_live_get()170 memset(plip, 0, sizeof(*plip)); in p_live_get()174 if (plip->nlives == 0) { in p_live_get()175 plip->avg_live = plip->avg_lull = plip->p_live = 0.0; in p_live_get()177 else if (plip->nlives == 1) { in p_live_get()178 plip->avg_lull = 0.0; in p_live_get()179 plip->p_live = 100.0; in p_live_get()[all …]
682 struct p_live_info *plip = p_live_get(dip, base_y); in __dip_output_p_live() local685 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()