Lines Matching refs:u_int64_t

78 	u_int64_t m1;	/* slope of the first segment in bits/sec */
80 u_int64_t m2; /* slope of the second segment in bits/sec */
135 u_int64_t total; /* total work in bytes */
136 u_int64_t cumul; /* cumulative work in bytes */
138 u_int64_t d; /* deadline */
139 u_int64_t e; /* eligible time */
140 u_int64_t vt; /* virtual time */
141 u_int64_t f; /* fit time for upper-limit */
144 u_int64_t initvt; /* init virtual time */
145 u_int64_t vtoff; /* cl_vt_ipoff */
146 u_int64_t cvtmax; /* cl_maxvt */
147 u_int64_t myf; /* cl_myf */
148 u_int64_t cfmin; /* cl_mincf */
149 u_int64_t cvtmin; /* cl_mincvt */
150 u_int64_t myfadj; /* cl_myfadj */
151 u_int64_t vtadj; /* cl_vtadj */
152 u_int64_t cur_time;
200 u_int64_t sm1; /* scaled slope of the 1st segment */
201 u_int64_t ism1; /* scaled inverse-slope of the 1st segment */
202 u_int64_t dx; /* the x-projection of the 1st segment */
203 u_int64_t dy; /* the y-projection of the 1st segment */
204 u_int64_t sm2; /* scaled slope of the 2nd segment */
205 u_int64_t ism2; /* scaled inverse-slope of the 2nd segment */
210 u_int64_t x; /* current starting position on x-axis */
211 u_int64_t y; /* current starting position on x-axis */
212 u_int64_t sm1; /* scaled slope of the 1st segment */
213 u_int64_t ism1; /* scaled inverse-slope of the 1st segment */
214 u_int64_t dx; /* the x-projection of the 1st segment */
215 u_int64_t dy; /* the y-projection of the 1st segment */
216 u_int64_t sm2; /* scaled slope of the 2nd segment */
217 u_int64_t ism2; /* scaled inverse-slope of the 2nd segment */
250 u_int64_t cl_total; /* total work in bytes */
251 u_int64_t cl_cumul; /* cumulative work in bytes */
253 u_int64_t cl_d; /* deadline */
254 u_int64_t cl_e; /* eligible time */
255 u_int64_t cl_vt; /* virtual time */
256 u_int64_t cl_f; /* time when this class will fit for */
258 u_int64_t cl_myf; /* my fit-time (as calculated from */
261 u_int64_t cl_myfadj; /* my fit-time adjustment */
263 u_int64_t cl_cfmin; /* earliest children's fit-time (used */
265 u_int64_t cl_cvtmin; /* minimal virtual time among the */
268 u_int64_t cl_vtadj; /* intra-period cumulative vt */
270 u_int64_t cl_vtoff; /* inter-period cumulative vt offset */
271 u_int64_t cl_cvtmax; /* max child's vt in the last period */
273 u_int64_t cl_initvt; /* init virtual time (for debugging) */
324 u_int64_t hif_eff_rate; /* last known effective rate */