Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-cgroup.c50 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable
57 const struct blkcg_policy *pol) in blkcg_policy_enabled()
77 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_free()
123 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc()
222 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create()
236 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create()
327 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy()
461 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_reset_stats()
503 const struct blkcg_policy *pol, int data, in blkcg_print_blkgs()
706 struct blkcg_policy *pol, int off) in blkg_stat_recursive_sum()
[all …]
Dblk-iolatency.c80 static struct blkcg_policy blkcg_policy_iolatency;
935 static struct blkcg_policy blkcg_policy_iolatency = {
Dbfq-iosched.h873 extern struct blkcg_policy blkcg_policy_bfq;
Dbfq-cgroup.c1038 struct blkcg_policy blkcg_policy_bfq = {
Dblk-throttle.c39 static struct blkcg_policy blkcg_policy_throtl;
1740 static struct blkcg_policy blkcg_policy_throtl = {
Dcfq-iosched.c623 static struct blkcg_policy blkcg_policy_cfq;
4847 static struct blkcg_policy blkcg_policy_cfq = {
/Linux-v4.19/include/linux/
Dblk-cgroup.h161 struct blkcg_policy { struct
194 int blkcg_policy_register(struct blkcg_policy *pol); argument
195 void blkcg_policy_unregister(struct blkcg_policy *pol);
197 const struct blkcg_policy *pol);
199 const struct blkcg_policy *pol);
205 const struct blkcg_policy *pol, int data,
219 struct blkcg_policy *pol, int off);
221 struct blkcg_policy *pol, int off);
229 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
363 struct blkcg_policy *pol) in blkg_to_pd()
[all …]