Home
last modified time | relevance | path

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

/linux/block/
A Dblk-ioprio.c178 .cpd_alloc_fn = ioprio_alloc_cpd,
A Dblk-cgroup.c1108 if (!pol || !pol->cpd_alloc_fn) in blkcg_css_alloc()
1111 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_css_alloc()
1465 if ((!pol->cpd_alloc_fn ^ !pol->cpd_free_fn) || in blkcg_policy_register()
1474 if (pol->cpd_alloc_fn) { in blkcg_policy_register()
1478 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_policy_register()
A Dbfq-cgroup.c1254 .cpd_alloc_fn = bfq_cpd_alloc,
A Dblk-iocost.c3434 .cpd_alloc_fn = ioc_cpd_alloc,
/linux/include/linux/
A Dblk-cgroup.h165 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn; member

Completed in 19 milliseconds