Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-cgroup.c1148 if (!pol || !pol->cpd_alloc_fn) in blkcg_css_alloc()
1151 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_css_alloc()
1520 if ((!pol->cpd_alloc_fn ^ !pol->cpd_free_fn) || in blkcg_policy_register()
1529 if (pol->cpd_alloc_fn) { in blkcg_policy_register()
1533 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_policy_register()
Dbfq-cgroup.c1200 .cpd_alloc_fn = bfq_cpd_alloc,
Dblk-iocost.c2451 .cpd_alloc_fn = ioc_cpd_alloc,
/Linux-v5.4/include/linux/
Dblk-cgroup.h169 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn; member