Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-cgroup.c1000 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()
Dcfq-iosched.c4739 .cpd_alloc_fn = cfq_cpd_alloc,
/linux-4.4.14/include/linux/
Dblk-cgroup.h156 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn; member