Searched refs:pd_alloc_fn (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | blk-ioprio.c | 183 .pd_alloc_fn = ioprio_alloc_pd,
|
H A D | blk-cgroup.h | 179 blkcg_pol_alloc_pd_fn *pd_alloc_fn; member
|
H A D | blk-cgroup.c | 346 pd = pol->pd_alloc_fn(disk, blkcg, gfp_mask); in blkg_alloc() 1539 pd = pol->pd_alloc_fn(disk, blkg->blkcg, in blkcg_activate_policy() 1557 pd_prealloc = pol->pd_alloc_fn(disk, blkg->blkcg, in blkcg_activate_policy() 1701 /* Make sure cpd/pd_alloc_fn and cpd/pd_free_fn in pairs */ in blkcg_policy_register() 1703 (!pol->pd_alloc_fn ^ !pol->pd_free_fn)) in blkcg_policy_register()
|
H A D | blk-iolatency.c | 1053 .pd_alloc_fn = iolatency_pd_alloc,
|
H A D | bfq-cgroup.c | 1302 .pd_alloc_fn = bfq_pd_alloc,
|
H A D | blk-throttle.c | 1712 .pd_alloc_fn = throtl_pd_alloc,
|
H A D | blk-iocost.c | 3526 .pd_alloc_fn = ioc_pd_alloc,
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 187 pd = pol->pd_alloc_fn(gfp_mask, q, blkcg); in blkg_alloc() 1348 pd = pol->pd_alloc_fn(GFP_NOWAIT | __GFP_NOWARN, q, in blkcg_activate_policy() 1366 pd_prealloc = pol->pd_alloc_fn(GFP_KERNEL, q, in blkcg_activate_policy() 1488 /* Make sure cpd/pd_alloc_fn and cpd/pd_free_fn in pairs */ in blkcg_policy_register() 1490 (!pol->pd_alloc_fn ^ !pol->pd_free_fn)) in blkcg_policy_register()
|
H A D | blk-iolatency.c | 1045 .pd_alloc_fn = iolatency_pd_alloc,
|
H A D | bfq-cgroup.c | 1284 .pd_alloc_fn = bfq_pd_alloc,
|
H A D | blk-iocost.c | 3446 .pd_alloc_fn = ioc_pd_alloc,
|
H A D | blk-throttle.c | 1830 .pd_alloc_fn = throtl_pd_alloc,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-cgroup.h | 166 blkcg_pol_alloc_pd_fn *pd_alloc_fn; member
|
Completed in 32 milliseconds