Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-cgroup.c53 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable
61 const struct blkcg_policy *pol) in blkcg_policy_enabled()
81 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_free()
171 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc()
276 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create()
290 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create()
407 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy()
482 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_reset_stats()
523 const struct blkcg_policy *pol, int data, in blkcg_print_blkgs()
715 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
[all …]
Dblk-iolatency.c83 static struct blkcg_policy blkcg_policy_iolatency;
1032 static struct blkcg_policy blkcg_policy_iolatency = {
Dbfq-iosched.h986 extern struct blkcg_policy blkcg_policy_bfq;
Dblk-iocost.c608 static struct blkcg_policy blkcg_policy_iocost;
2449 static struct blkcg_policy blkcg_policy_iocost = {
Dblk-throttle.c39 static struct blkcg_policy blkcg_policy_throtl;
1728 static struct blkcg_policy blkcg_policy_throtl = {
Dbfq-cgroup.c1196 struct blkcg_policy blkcg_policy_bfq = {
/Linux-v5.4/include/linux/
Dblk-cgroup.h162 struct blkcg_policy { struct
198 int blkcg_policy_register(struct blkcg_policy *pol); argument
199 void blkcg_policy_unregister(struct blkcg_policy *pol);
201 const struct blkcg_policy *pol);
203 const struct blkcg_policy *pol);
216 const struct blkcg_policy *pol, int data,
228 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol,
238 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
408 struct blkcg_policy *pol) in blkg_to_pd()
414 struct blkcg_policy *pol) in blkcg_to_cpd()
[all …]