Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-cgroup.h172 struct blkcg_policy { struct
199 int blkcg_policy_register(struct blkcg_policy *pol); argument
200 void blkcg_policy_unregister(struct blkcg_policy *pol);
201 int blkcg_activate_policy(struct gendisk *disk, const struct blkcg_policy *pol);
203 const struct blkcg_policy *pol);
209 const struct blkcg_policy *pol, int data,
223 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
282 struct blkcg_policy *pol) in blkg_to_pd()
288 struct blkcg_policy *pol) in blkcg_to_cpd()
472 struct blkcg_policy { struct
[all …]
H A Dblk-cgroup.c55 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable
114 const struct blkcg_policy *pol) in blkcg_policy_enabled()
136 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_free_workfn()
339 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc()
360 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_alloc()
417 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create()
431 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create()
546 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy()
612 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy_all()
674 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_reset_stats()
[all …]
H A Dblk-cgroup-rwstat.c97 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
H A Dblk-throttle.h133 extern struct blkcg_policy blkcg_policy_throtl;
H A Dblk-iolatency.c84 static struct blkcg_policy blkcg_policy_iolatency;
1054 static struct blkcg_policy blkcg_policy_iolatency = {
H A Dbfq-iosched.h1096 extern struct blkcg_policy blkcg_policy_bfq;
H A Dbfq-cgroup.c1239 struct blkcg_policy blkcg_policy_bfq = {
H A Dblk-iocost.c657 static struct blkcg_policy blkcg_policy_iocost;
3532 static struct blkcg_policy blkcg_policy_iocost = {
H A Dblk-throttle.c1681 struct blkcg_policy blkcg_policy_throtl = {