Home
last modified time | relevance | path

Searched refs:cpd_alloc_fn (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/block/
Dblk-cgroup.c1183 if (!pol || !pol->cpd_alloc_fn) in blkcg_css_alloc()
1186 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_css_alloc()
1537 if ((!pol->cpd_alloc_fn ^ !pol->cpd_free_fn) || in blkcg_policy_register()
1546 if (pol->cpd_alloc_fn) { in blkcg_policy_register()
1550 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_policy_register()
Dbfq-cgroup.c1043 .cpd_alloc_fn = bfq_cpd_alloc,
Dcfq-iosched.c4851 .cpd_alloc_fn = cfq_cpd_alloc,
/linux-4.19.296/include/linux/
Dblk-cgroup.h169 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn; member