Home | History | Annotate | Download | only in btt

Lines Matching refs:__u64

51 static inline void update_range(struct list_head *head_p, __u64 time)
72 static inline void update_qregion(struct region_info *reg, __u64 time)
77 static inline void update_cregion(struct region_info *reg, __u64 time)
82 static inline void avg_update(struct avg_info *ap, __u64 t)
95 static inline void avg_update_n(struct avg_info *ap, __u64 t, int n)
111 static inline void avg_unupdate(struct avg_info *ap, __u64 t)
117 static inline void update_lq(__u64 *last_q, struct avg_info *avg, __u64 time)
119 if (*last_q != ((__u64)-1))
200 static inline void update_q2c(struct io *iop, __u64 c_time)
208 static inline void update_q2a(struct io *iop, __u64 a_time)
216 static inline void update_q2g(struct io *iop, __u64 g_time)
221 static inline void update_s2g(struct io *iop, __u64 g_time)
226 static inline void unupdate_q2g(struct io *iop, __u64 g_time)
231 static inline void update_g2i(struct io *iop, __u64 i_time)
236 static inline void unupdate_g2i(struct io *iop, __u64 i_time)
241 static inline void update_q2m(struct io *iop, __u64 m_time)
246 static inline void unupdate_q2m(struct io *iop, __u64 m_time)
251 static inline void update_i2d(struct io *iop, __u64 d_time)
256 static inline void unupdate_i2d(struct io *iop, __u64 d_time)
261 static inline void update_m2d(struct io *iop, __u64 d_time)
266 static inline void unupdate_m2d(struct io *iop, __u64 d_time)
271 static inline void update_d2c(struct io *iop, __u64 c_time)
278 __u64 nblks = iop->t.bytes >> 9;
310 enum iop_type type, __u64 sec)
315 static inline __u64 tdelta(__u64 from, __u64 to)
340 static inline int histo_idx(__u64 nbytes)
346 static inline void update_q_histo(__u64 nbytes)
351 static inline void update_d_histo(__u64 nbytes)