Lines Matching refs:temp

130   PrUsage *tots, *temp;  in compute_data()  local
138 temp = fetchPrUsage (index); in compute_data()
139 tots->pr_tstamp += temp->pr_tstamp; in compute_data()
140 tots->pr_create += temp->pr_create; in compute_data()
141 tots->pr_term += temp->pr_term; in compute_data()
142 tots->pr_rtime += temp->pr_rtime; in compute_data()
143 tots->pr_utime += temp->pr_utime; in compute_data()
144 tots->pr_stime += temp->pr_stime; in compute_data()
145 tots->pr_ttime += temp->pr_ttime; in compute_data()
146 tots->pr_tftime += temp->pr_tftime; in compute_data()
147 tots->pr_dftime += temp->pr_dftime; in compute_data()
148 tots->pr_kftime += temp->pr_kftime; in compute_data()
149 tots->pr_slptime += temp->pr_slptime; in compute_data()
150 tots->pr_ltime += temp->pr_ltime; in compute_data()
151 tots->pr_wtime += temp->pr_wtime; in compute_data()
152 tots->pr_stoptime += temp->pr_stoptime; in compute_data()
153 tots->pr_minf += temp->pr_minf; in compute_data()
154 tots->pr_majf += temp->pr_majf; in compute_data()
155 tots->pr_nswap += temp->pr_nswap; in compute_data()
156 tots->pr_inblk += temp->pr_inblk; in compute_data()
157 tots->pr_oublk += temp->pr_oublk; in compute_data()
158 tots->pr_msnd += temp->pr_msnd; in compute_data()
159 tots->pr_mrcv += temp->pr_mrcv; in compute_data()
160 tots->pr_sigs += temp->pr_sigs; in compute_data()
161 tots->pr_vctx += temp->pr_vctx; in compute_data()
162 tots->pr_ictx += temp->pr_ictx; in compute_data()
163 tots->pr_sysc += temp->pr_sysc; in compute_data()
164 tots->pr_ioch += temp->pr_ioch; in compute_data()