Lines Matching refs:u_int64_t

52 	u_int64_t	m1;   /* slope of the first segment in bits/sec */
54 u_int64_t m2; /* slope of the second segment in bits/sec */
85 u_int64_t total; /* total work in bytes */
86 u_int64_t cumul; /* cumulative work in bytes
88 u_int64_t d; /* deadline */
89 u_int64_t e; /* eligible time */
90 u_int64_t vt; /* virtual time */
91 u_int64_t f; /* fit time for upper-limit */
94 u_int64_t initvt; /* init virtual time */
95 u_int64_t vtoff; /* cl_vt_ipoff */
96 u_int64_t cvtmax; /* cl_maxvt */
97 u_int64_t myf; /* cl_myf */
98 u_int64_t cfmin; /* cl_mincf */
99 u_int64_t cvtmin; /* cl_mincvt */
100 u_int64_t myfadj; /* cl_myfadj */
101 u_int64_t vtadj; /* cl_vtadj */
102 u_int64_t cur_time;
128 u_int64_t total; /* total work in bytes */
129 u_int64_t cumul; /* cumulative work in bytes
131 u_int64_t d; /* deadline */
132 u_int64_t e; /* eligible time */
133 u_int64_t vt; /* virtual time */
134 u_int64_t f; /* fit time for upper-limit */
137 u_int64_t initvt; /* init virtual time */
138 u_int64_t vtoff; /* cl_vt_ipoff */
139 u_int64_t cvtmax; /* cl_maxvt */
140 u_int64_t myf; /* cl_myf */
141 u_int64_t cfmin; /* cl_mincf */
142 u_int64_t cvtmin; /* cl_mincvt */
143 u_int64_t myfadj; /* cl_myfadj */
144 u_int64_t vtadj; /* cl_vtadj */
145 u_int64_t cur_time;
193 u_int64_t sm1; /* scaled slope of the 1st segment */
194 u_int64_t ism1; /* scaled inverse-slope of the 1st segment */
195 u_int64_t dx; /* the x-projection of the 1st segment */
196 u_int64_t dy; /* the y-projection of the 1st segment */
197 u_int64_t sm2; /* scaled slope of the 2nd segment */
198 u_int64_t ism2; /* scaled inverse-slope of the 2nd segment */
203 u_int64_t x; /* current starting position on x-axis */
204 u_int64_t y; /* current starting position on x-axis */
205 u_int64_t sm1; /* scaled slope of the 1st segment */
206 u_int64_t ism1; /* scaled inverse-slope of the 1st segment */
207 u_int64_t dx; /* the x-projection of the 1st segment */
208 u_int64_t dy; /* the y-projection of the 1st segment */
209 u_int64_t sm2; /* scaled slope of the 2nd segment */
210 u_int64_t ism2; /* scaled inverse-slope of the 2nd segment */
233 u_int64_t cl_total; /* total work in bytes */
234 u_int64_t cl_cumul; /* cumulative work in bytes
236 u_int64_t cl_d; /* deadline */
237 u_int64_t cl_e; /* eligible time */
238 u_int64_t cl_vt; /* virtual time */
239 u_int64_t cl_f; /* time when this class will fit for
241 u_int64_t cl_myf; /* my fit-time (as calculated from this
243 u_int64_t cl_myfadj; /* my fit-time adjustment
245 u_int64_t cl_cfmin; /* earliest children's fit-time (used
247 u_int64_t cl_cvtmin; /* minimal virtual time among the
250 u_int64_t cl_vtadj; /* intra-period cumulative vt
252 u_int64_t cl_vtoff; /* inter-period cumulative vt offset */
253 u_int64_t cl_cvtmax; /* max child's vt in the last period */
255 u_int64_t cl_initvt; /* init virtual time (for debugging) */