Searched refs:pd_alloc_fn (Results 1 – 6 of 6) sorted by relevance
| /linux/block/ |
| H A D | blk-cgroup.c | 351 pd = pol->pd_alloc_fn(disk, blkcg, gfp_mask); in blkg_alloc() 1602 if (WARN_ON_ONCE(!pol->pd_alloc_fn || !pol->pd_free_fn)) in blkcg_activate_policy() 1626 pd = pol->pd_alloc_fn(disk, blkg->blkcg, in blkcg_activate_policy() 1644 pd_prealloc = pol->pd_alloc_fn(disk, blkg->blkcg, in blkcg_activate_policy() 1754 (!pol->pd_alloc_fn ^ !pol->pd_free_fn)) in blkcg_policy_register()
|
| H A D | blk-cgroup.h | 184 blkcg_pol_alloc_pd_fn *pd_alloc_fn; member
|
| H A D | blk-iolatency.c | 1070 .pd_alloc_fn = iolatency_pd_alloc,
|
| H A D | bfq-cgroup.c | 1272 .pd_alloc_fn = bfq_pd_alloc,
|
| H A D | blk-throttle.c | 1679 .pd_alloc_fn = throtl_pd_alloc,
|
| H A D | blk-iocost.c | 3600 .pd_alloc_fn = ioc_pd_alloc,
|