Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblk-cgroup.h149 struct blkcg_policy { struct
150 int plid;
152 struct cftype *dfl_cftypes;
153 struct cftype *legacy_cftypes;
156 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn;
157 blkcg_pol_init_cpd_fn *cpd_init_fn;
181 int blkcg_policy_register(struct blkcg_policy *pol); argument
739 struct blkcg_policy { struct
/linux-4.4.14/block/
Dblk-cgroup.c48 static struct blkcg_policy *blkcg_policy[BLKCG_MAX_POLS]; variable