Home
last modified time | relevance | path

Searched refs:blkcg_policy (Results 1 – 4 of 4) sorted by relevance

/block/
Dblk-cgroup.c33 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable
36 const struct blkcg_policy *pol) in blkcg_policy_enabled()
93 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc()
215 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create()
229 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create()
323 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy()
394 struct blkcg_policy *pol = blkcg_policy[i]; in __blkg_release_rcu()
474 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_reset_stats()
516 const struct blkcg_policy *pol, int data, in blkcg_print_blkgs()
632 struct blkcg_policy *pol = blkcg_policy[pd->plid]; in blkg_stat_recursive_sum()
[all …]
Dblk-cgroup.h121 struct blkcg_policy { struct
146 int blkcg_policy_register(struct blkcg_policy *pol); argument
147 void blkcg_policy_unregister(struct blkcg_policy *pol);
149 const struct blkcg_policy *pol);
151 const struct blkcg_policy *pol);
156 const struct blkcg_policy *pol, int data,
175 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
216 struct blkcg_policy *pol) in blkg_to_pd()
570 struct blkcg_policy { struct
577 static inline int blkcg_policy_register(struct blkcg_policy *pol) { return 0; } in blkcg_policy_register()
[all …]
Dblk-throttle.c24 static struct blkcg_policy blkcg_policy_throtl;
1470 static struct blkcg_policy blkcg_policy_throtl = {
Dcfq-iosched.c603 static struct blkcg_policy blkcg_policy_cfq;
4604 static struct blkcg_policy blkcg_policy_cfq = {