Searched refs:blkio_group (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/block/
H A Dcfq.h6 static inline void cfq_blkiocg_update_io_add_stats(struct blkio_group *blkg,
7 struct blkio_group *curr_blkg, bool direction, bool sync)
12 static inline void cfq_blkiocg_update_dequeue_stats(struct blkio_group *blkg,
18 static inline void cfq_blkiocg_update_timeslice_used(struct blkio_group *blkg,
24 static inline void cfq_blkiocg_set_start_empty_time(struct blkio_group *blkg)
29 static inline void cfq_blkiocg_update_io_remove_stats(struct blkio_group *blkg,
35 static inline void cfq_blkiocg_update_io_merged_stats(struct blkio_group *blkg,
41 static inline void cfq_blkiocg_update_idle_time_stats(struct blkio_group *blkg)
47 cfq_blkiocg_update_avg_queue_size_stats(struct blkio_group *blkg)
53 cfq_blkiocg_update_set_idle_time_stats(struct blkio_group *blk
[all...]
H A Dblk-cgroup.h93 /* Time spent idling for this blkio_group */
106 struct blkio_group { struct
130 typedef void (blkio_unlink_group_fn) (void *key, struct blkio_group *blkg);
131 typedef void (blkio_update_group_weight_fn) (struct blkio_group *blkg,
148 static inline char *blkg_path(struct blkio_group *blkg)
155 struct blkio_group { struct
164 static inline char *blkg_path(struct blkio_group *blkg) { return NULL; }
173 void blkiocg_update_avg_queue_size_stats(struct blkio_group *blkg);
174 void blkiocg_update_dequeue_stats(struct blkio_group *blkg,
176 void blkiocg_update_set_idle_time_stats(struct blkio_group *blk
[all...]
H A Dblk-cgroup.c131 static void blkio_set_start_group_wait_time(struct blkio_group *blkg,
132 struct blkio_group *curr_blkg)
170 void blkiocg_update_set_idle_time_stats(struct blkio_group *blkg)
182 void blkiocg_update_idle_time_stats(struct blkio_group *blkg)
200 void blkiocg_update_avg_queue_size_stats(struct blkio_group *blkg)
216 void blkiocg_set_start_empty_time(struct blkio_group *blkg)
246 void blkiocg_update_dequeue_stats(struct blkio_group *blkg,
253 static inline void blkio_set_start_group_wait_time(struct blkio_group *blkg,
254 struct blkio_group *curr_blkg) {}
258 void blkiocg_update_io_add_stats(struct blkio_group *blk
[all...]
H A Dcfq-iosched.c199 struct blkio_group blkg;
973 static inline struct cfq_group *cfqg_of_blkg(struct blkio_group *blkg)
981 cfq_update_blkio_group_weight(struct blkio_group *blkg, unsigned int weight)
1124 * Blk cgroup controller notification saying that blkio_group object is being
1133 * "key" was fetched from blkio_group under blkio_cgroup->lock. That means
1137 void cfq_unlink_blkio_group(void *key, struct blkio_group *blkg)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/block/
H A Dcfq.h6 static inline void cfq_blkiocg_update_io_add_stats(struct blkio_group *blkg,
7 struct blkio_group *curr_blkg, bool direction, bool sync)
12 static inline void cfq_blkiocg_update_dequeue_stats(struct blkio_group *blkg,
18 static inline void cfq_blkiocg_update_timeslice_used(struct blkio_group *blkg,
24 static inline void cfq_blkiocg_set_start_empty_time(struct blkio_group *blkg)
29 static inline void cfq_blkiocg_update_io_remove_stats(struct blkio_group *blkg,
35 static inline void cfq_blkiocg_update_io_merged_stats(struct blkio_group *blkg,
41 static inline void cfq_blkiocg_update_idle_time_stats(struct blkio_group *blkg)
47 cfq_blkiocg_update_avg_queue_size_stats(struct blkio_group *blkg)
53 cfq_blkiocg_update_set_idle_time_stats(struct blkio_group *blk
[all...]
H A Dblk-cgroup.h93 /* Time spent idling for this blkio_group */
106 struct blkio_group { struct
130 typedef void (blkio_unlink_group_fn) (void *key, struct blkio_group *blkg);
131 typedef void (blkio_update_group_weight_fn) (struct blkio_group *blkg,
148 static inline char *blkg_path(struct blkio_group *blkg)
155 struct blkio_group { struct
164 static inline char *blkg_path(struct blkio_group *blkg) { return NULL; }
173 void blkiocg_update_avg_queue_size_stats(struct blkio_group *blkg);
174 void blkiocg_update_dequeue_stats(struct blkio_group *blkg,
176 void blkiocg_update_set_idle_time_stats(struct blkio_group *blk
[all...]
H A Dblk-cgroup.c131 static void blkio_set_start_group_wait_time(struct blkio_group *blkg,
132 struct blkio_group *curr_blkg)
170 void blkiocg_update_set_idle_time_stats(struct blkio_group *blkg)
182 void blkiocg_update_idle_time_stats(struct blkio_group *blkg)
200 void blkiocg_update_avg_queue_size_stats(struct blkio_group *blkg)
216 void blkiocg_set_start_empty_time(struct blkio_group *blkg)
246 void blkiocg_update_dequeue_stats(struct blkio_group *blkg,
253 static inline void blkio_set_start_group_wait_time(struct blkio_group *blkg,
254 struct blkio_group *curr_blkg) {}
258 void blkiocg_update_io_add_stats(struct blkio_group *blk
[all...]
H A Dcfq-iosched.c199 struct blkio_group blkg;
973 static inline struct cfq_group *cfqg_of_blkg(struct blkio_group *blkg)
981 cfq_update_blkio_group_weight(struct blkio_group *blkg, unsigned int weight)
1124 * Blk cgroup controller notification saying that blkio_group object is being
1133 * "key" was fetched from blkio_group under blkio_cgroup->lock. That means
1137 void cfq_unlink_blkio_group(void *key, struct blkio_group *blkg)

Completed in 135 milliseconds