Searched refs:blkcg_policy (Results 1 - 11 of 11) sorted by relevance

/linux-master/block/
H A Dblk-cgroup.h170 struct blkcg_policy { struct
197 int blkcg_policy_register(struct blkcg_policy *pol);
198 void blkcg_policy_unregister(struct blkcg_policy *pol);
199 int blkcg_activate_policy(struct gendisk *disk, const struct blkcg_policy *pol);
201 const struct blkcg_policy *pol);
207 const struct blkcg_policy *pol, int data,
220 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
276 struct blkcg_policy *pol)
282 struct blkcg_policy *pol)
479 struct blkcg_policy { struct
[all...]
H A Dblk-cgroup.c40 * blkcg_pol_mutex protects blkcg_policy[] and policy [de]activation.
55 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable in typeref:struct:blkcg_policy
114 const struct blkcg_policy *pol)
136 blkcg_policy[i]->pd_free_fn(blkg->pd[i]);
339 struct blkcg_policy *pol = blkcg_policy[i];
360 blkcg_policy[i]->pd_free_fn(blkg->pd[i]);
417 struct blkcg_policy *pol = blkcg_policy[
[all...]
H A Dblk-ioprio.c50 static struct blkcg_policy ioprio_policy;
176 static struct blkcg_policy ioprio_policy = {
H A Dblk-cgroup-rwstat.c92 * @pol: blkcg_policy which contains the blkg_rwstat
103 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol,
H A Dblk-cgroup-rwstat.h48 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol,
H A Dblk-throttle.h155 extern struct blkcg_policy blkcg_policy_throtl;
H A Dbfq-iosched.h1100 extern struct blkcg_policy blkcg_policy_bfq;
H A Dblk-iolatency.c84 static struct blkcg_policy blkcg_policy_iolatency;
1051 static struct blkcg_policy blkcg_policy_iolatency = {
H A Dbfq-cgroup.c1295 struct blkcg_policy blkcg_policy_bfq = {
H A Dblk-iocost.c657 static struct blkcg_policy blkcg_policy_iocost;
3526 static struct blkcg_policy blkcg_policy_iocost = {
H A Dblk-throttle.c1708 struct blkcg_policy blkcg_policy_throtl = {

Completed in 243 milliseconds