Searched refs:pd_free_fn (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | blk-ioprio.c | 184 .pd_free_fn = ioprio_free_pd,
|
H A D | blk-cgroup.c | 127 * pd_free_fn() can also be called from blkcg_deactivate_policy(), in blkg_free_workfn() 128 * in order to make sure pd_free_fn() is called in order, the deletion in blkg_free_workfn() 136 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_free_workfn() 162 * Both ->pd_free_fn() and request queue's release handler may in blkg_free() 360 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_alloc() 1556 pol->pd_free_fn(pd_prealloc); in blkcg_activate_policy() 1591 pol->pd_free_fn(pd_prealloc); in blkcg_activate_policy() 1607 pol->pd_free_fn(pd); in blkcg_activate_policy() 1650 pol->pd_free_fn(blkg->pd[pol->plid]); in blkcg_deactivate_policy() 1701 /* Make sure cpd/pd_alloc_fn and cpd/pd_free_fn i in blkcg_policy_register() [all...] |
H A D | blk-cgroup.h | 183 blkcg_pol_free_pd_fn *pd_free_fn; member
|
H A D | blk-iolatency.c | 1056 .pd_free_fn = iolatency_pd_free,
|
H A D | bfq-cgroup.c | 1305 .pd_free_fn = bfq_pd_free,
|
H A D | blk-throttle.c | 1716 .pd_free_fn = throtl_pd_free,
|
H A D | blk-iocost.c | 3528 .pd_free_fn = ioc_pd_free,
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 81 blkcg_policy[i]->pd_free_fn(blkg->pd[i]); in blkg_free() 1365 pol->pd_free_fn(pd_prealloc); in blkcg_activate_policy() 1398 pol->pd_free_fn(pd_prealloc); in blkcg_activate_policy() 1409 pol->pd_free_fn(blkg->pd[pol->plid]); in blkcg_activate_policy() 1450 pol->pd_free_fn(blkg->pd[pol->plid]); in blkcg_deactivate_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 | 1048 .pd_free_fn = iolatency_pd_free,
|
H A D | bfq-cgroup.c | 1287 .pd_free_fn = bfq_pd_free,
|
H A D | blk-iocost.c | 3448 .pd_free_fn = ioc_pd_free,
|
H A D | blk-throttle.c | 1834 .pd_free_fn = throtl_pd_free,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-cgroup.h | 170 blkcg_pol_free_pd_fn *pd_free_fn; member
|
Completed in 31 milliseconds