Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-cgroup.c48 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable
53 const struct blkcg_policy *pol) in blkcg_policy_enabled()
73 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_free()
119 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc()
217 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create()
231 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create()
322 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy()
456 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_reset_stats()
498 const struct blkcg_policy *pol, int data, in blkcg_print_blkgs()
699 struct blkcg_policy *pol, int off) in blkg_stat_recursive_sum()
[all …]
Dblk-throttle.c24 static struct blkcg_policy blkcg_policy_throtl;
1386 static struct blkcg_policy blkcg_policy_throtl = {
Dcfq-iosched.c616 static struct blkcg_policy blkcg_policy_cfq;
4735 static struct blkcg_policy blkcg_policy_cfq = {
/linux-4.4.14/include/linux/
Dblk-cgroup.h149 struct blkcg_policy { struct
181 int blkcg_policy_register(struct blkcg_policy *pol); argument
182 void blkcg_policy_unregister(struct blkcg_policy *pol);
184 const struct blkcg_policy *pol);
186 const struct blkcg_policy *pol);
192 const struct blkcg_policy *pol, int data,
206 struct blkcg_policy *pol, int off);
208 struct blkcg_policy *pol, int off);
216 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
309 struct blkcg_policy *pol) in blkg_to_pd()
[all …]