Searched refs:cpd_alloc_fn (Results 1 – 4 of 4) sorted by relevance
1106 if (!pol || !pol->cpd_alloc_fn) in blkcg_css_alloc()1109 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_css_alloc()1485 if ((!pol->cpd_alloc_fn ^ !pol->cpd_free_fn) || in blkcg_policy_register()1494 if (pol->cpd_alloc_fn) { in blkcg_policy_register()1498 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_policy_register()
1279 .cpd_alloc_fn = bfq_cpd_alloc,
3427 .cpd_alloc_fn = ioc_cpd_alloc,
161 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn; member