Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-ioprio.c180 .cpd_alloc_fn = ioprio_alloc_cpd,
H A Dblk-cgroup.c1405 if (!pol || !pol->cpd_alloc_fn) in blkcg_css_alloc()
1408 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_css_alloc()
1749 if ((!pol->cpd_alloc_fn ^ !pol->cpd_free_fn) || in blkcg_policy_register()
1758 if (pol->cpd_alloc_fn) { in blkcg_policy_register()
1762 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_policy_register()
H A Dblk-cgroup.h176 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn; member
H A Dbfq-cgroup.c1299 .cpd_alloc_fn = bfq_cpd_alloc,
H A Dblk-iocost.c3537 .cpd_alloc_fn = ioc_cpd_alloc,