Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dblk-cgroup.h153 struct blkcg_policy { struct
154 int plid;
156 struct cftype *dfl_cftypes;
157 struct cftype *legacy_cftypes;
160 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn;
184 int blkcg_policy_register(struct blkcg_policy *pol); argument
620 struct blkcg_policy { struct
/kernel/linux/linux-4.19/include/linux/
Dblk-cgroup.h161 struct blkcg_policy { struct
162 int plid;
164 struct cftype *dfl_cftypes;
165 struct cftype *legacy_cftypes;
168 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn;
169 blkcg_pol_init_cpd_fn *cpd_init_fn;
170 blkcg_pol_free_cpd_fn *cpd_free_fn;
194 int blkcg_policy_register(struct blkcg_policy *pol); argument
908 struct blkcg_policy { struct
/kernel/linux/linux-4.19/block/
Dblk-cgroup.c50 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable
/kernel/linux/linux-5.10/block/
Dblk-cgroup.c53 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable