Searched refs:cpd_alloc_fn (Results 1 – 3 of 3) sorted by relevance
1000 if (!pol || !pol->cpd_alloc_fn) in blkcg_css_alloc()1003 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_css_alloc()1329 if (pol->cpd_alloc_fn) { in blkcg_policy_register()1333 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_policy_register()1359 if (pol->cpd_alloc_fn) { in blkcg_policy_register()1399 if (pol->cpd_alloc_fn) { in blkcg_policy_unregister()
4739 .cpd_alloc_fn = cfq_cpd_alloc,
156 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn; member