Lines Matching full:static
22 static inline int remapper_dev(__u32 dev)
28 static inline void region_init(struct region_info *reg)
34 static inline void __region_exit(struct list_head *range_head)
45 static inline void region_exit(struct region_info *reg)
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)
124 static inline void dip_update_q(struct d_info *dip, struct io *iop)
133 static inline struct io *io_alloc(void)
143 static inline void io_free(struct io *iop)
149 static inline void io_free_all(void)
160 static inline int io_setup(struct io *iop, enum iop_type type)
172 static inline void io_release(struct io *iop)
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)
276 static inline void update_blks(struct io *iop)
285 static inline struct rb_root *__get_root(struct d_info *dip, enum iop_type type)
291 static inline int dip_rb_ins(struct d_info *dip, struct io *iop)
296 static inline void dip_rb_rem(struct io *iop)
301 static inline void dip_rb_fe(struct d_info *dip, enum iop_type type,
309 static inline struct io *dip_rb_find_sec(struct d_info *dip,
315 static inline __u64 tdelta(__u64 from, __u64 to)
320 static inline int type2c(enum iop_type type)
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)
356 static inline struct io *io_first_list(struct list_head *head)
364 static inline void __dump_iop(FILE *ofp, struct io *iop, int extra_nl)
374 static inline void __dump_iop2(FILE *ofp, struct io *a_iop, struct io *l_iop)