Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dblk-cgroup.h162 struct blkcg_policy { struct
163 int plid;
165 struct cftype *dfl_cftypes;
166 struct cftype *legacy_cftypes;
169 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn;
170 blkcg_pol_init_cpd_fn *cpd_init_fn;
171 blkcg_pol_free_cpd_fn *cpd_free_fn;
172 blkcg_pol_bind_cpd_fn *cpd_bind_fn;
174 blkcg_pol_alloc_pd_fn *pd_alloc_fn;
198 int blkcg_policy_register(struct blkcg_policy *pol); argument
[all …]
/Linux-v5.4/block/
Dblk-cgroup.c53 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable