Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dblk-cgroup.h158 struct blkcg_policy { struct
159 int plid;
161 struct cftype *dfl_cftypes;
162 struct cftype *legacy_cftypes;
165 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn;
189 int blkcg_policy_register(struct blkcg_policy *pol); argument
625 struct blkcg_policy { struct
/Linux-v5.15/block/
Dblk-cgroup.c52 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable