Home
last modified time | relevance | path

Searched defs:blkcg (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dblk-cgroup.c151 static struct blkcg_gq *blkg_alloc(struct blkcg *blkcg, struct request_queue *q, in blkg_alloc()
204 struct blkcg_gq *blkg_lookup_slowpath(struct blkcg *blkcg, in blkg_lookup_slowpath()
232 static struct blkcg_gq *blkg_create(struct blkcg *blkcg, in blkg_create()
326 static struct blkcg_gq *blkg_lookup_create(struct blkcg *blkcg, in blkg_lookup_create()
380 struct blkcg *blkcg = blkg->blkcg; in blkg_destroy() local
430 struct blkcg *blkcg = blkg->blkcg; in blkg_destroy_all() local
444 struct blkcg *blkcg = css_to_blkcg(css); in blkcg_reset_stats() local
503 void blkcg_print_blkgs(struct seq_file *sf, struct blkcg *blkcg, in blkcg_print_blkgs()
547 static struct blkcg_gq *blkg_lookup_check(struct blkcg *blkcg, in blkg_lookup_check()
609 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, in blkg_conf_prep()
[all …]
H A Dblk-ioprio.c72 static struct ioprio_blkcg *blkcg_to_ioprio_blkcg(struct blkcg *blkcg) in blkcg_to_ioprio_blkcg()
96 struct ioprio_blkcg *blkcg = ioprio_blkcg_from_css(seq_css(sf)); in ioprio_show_prio_policy() local
105 struct ioprio_blkcg *blkcg = ioprio_blkcg_from_css(of_css(of)); in ioprio_set_prio_policy() local
120 ioprio_alloc_pd(gfp_t gfp, struct request_queue *q, struct blkcg *blkcg) in ioprio_alloc_pd()
140 struct ioprio_blkcg *blkcg; in ioprio_alloc_cpd() local
151 struct ioprio_blkcg *blkcg = container_of(cpd, typeof(*blkcg), cpd); in ioprio_free_cpd() local
192 struct ioprio_blkcg *blkcg = ioprio_blkcg_from_bio(bio); in blkcg_ioprio_track() local
H A Dmq-deadline-cgroup.c63 struct dd_blkcg *blkcg = dd_blkcg_from_pd(pd); in dd_pd_stat() local
82 struct blkcg *blkcg) in dd_pd_alloc()
H A Dbfq-cgroup.c493 static struct bfq_group_data *blkcg_to_bfqgd(struct blkcg *blkcg) in blkcg_to_bfqgd()
522 struct blkcg *blkcg) in bfq_pd_alloc()
986 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight_legacy() local
1010 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in bfq_io_show_weight() local
1056 struct blkcg *blkcg = css_to_blkcg(css); in bfq_io_set_weight_legacy() local
1084 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in bfq_io_set_device_weight() local
H A Dmq-deadline-main.c235 struct dd_blkcg *blkcg = next->elv.priv[0]; in dd_merged_requests() local
376 struct dd_blkcg *blkcg; in __dd_dispatch_request() local
721 struct dd_blkcg *blkcg; in dd_insert_request() local
816 struct dd_blkcg *blkcg = rq->elv.priv[0]; in dd_finish_request() local
H A Dblk-iocost.c698 static struct ioc_cgrp *blkcg_to_iocc(struct blkcg *blkcg) in blkcg_to_iocc()
2903 struct blkcg *blkcg) in ioc_pd_alloc()
3030 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_weight_show() local
3042 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in ioc_weight_write() local
3131 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_qos_show() local
3298 struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); in ioc_cost_model_show() local
H A Dblk-iolatency.c833 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in iolatency_set_limit() local
956 struct blkcg *blkcg) in iolatency_pd_alloc()
H A Dblk-throttle.c492 struct blkcg *blkcg) in throtl_pd_alloc()
1460 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_conf() local
1649 struct blkcg *blkcg = css_to_blkcg(of_css(of)); in tg_set_limit() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-cgroup.h49 struct blkcg { struct
55 struct blkcg_gq __rcu *blkg_hint; argument
58 struct blkcg_policy_data *cpd[BLKCG_MAX_POLS]; argument
60 struct list_head all_blkcgs_node; argument
78 * A blkcg_gq (blkg) is association between a block cgroup (blkcg) and a argument
103 struct blkcg *blkcg; member
113 struct blkcg *blkcg; member
313 static inline struct blkcg *blkcg_parent(struct blkcg *blkcg) in blkcg_parent()
329 static inline struct blkcg_gq *__blkg_lookup(struct blkcg *blkcg, in __blkg_lookup()
353 static inline struct blkcg_gq *blkg_lookup(struct blkcg *blkcg, in blkg_lookup()
[all …]
H A Dbacking-dev.h384 static inline void wb_blkcg_offline(struct blkcg *blkcg) in wb_blkcg_offline()
/OK3568_Linux_fs/kernel/tools/cgroup/
H A Diocost_monitor.py64 def blkcg_name(blkcg): argument
67 def walk(self, blkcg, q_id, parent_path): argument
/OK3568_Linux_fs/kernel/mm/
H A Dbacking-dev.c385 struct blkcg *blkcg = css_to_blkcg(wb->blkcg_css); in cgwb_release_workfn() local
432 struct blkcg *blkcg; in cgwb_create() local
661 void wb_blkcg_offline(struct blkcg *blkcg) in wb_blkcg_offline()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dblktrace.c148 void __trace_note_message(struct blk_trace *bt, struct blkcg *blkcg, in __trace_note_message()