Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dmq-deadline-cgroup.c100 .cpd_alloc_fn = dd_cpd_alloc,
H A Dblk-cgroup.c1096 if (!pol || !pol->cpd_alloc_fn) in blkcg_css_alloc()
1099 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_css_alloc()
1480 if ((!pol->cpd_alloc_fn ^ !pol->cpd_free_fn) || in blkcg_policy_register()
1489 if (pol->cpd_alloc_fn) { in blkcg_policy_register()
1493 cpd = pol->cpd_alloc_fn(GFP_KERNEL); in blkcg_policy_register()
H A Dblk-ioprio.c178 .cpd_alloc_fn = ioprio_alloc_cpd,
H A Dbfq-cgroup.c1277 .cpd_alloc_fn = bfq_cpd_alloc,
H A Dblk-iocost.c3427 .cpd_alloc_fn = ioc_cpd_alloc,
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-cgroup.h163 blkcg_pol_alloc_cpd_fn *cpd_alloc_fn; member