Home
last modified time | relevance | path

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

/block/
Dblk-cgroup.c54 const struct blkcg_policy *pol) in blkcg_policy_enabled() argument
56 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled()
120 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc() local
123 if (!blkcg_policy_enabled(q, pol)) in blkg_alloc()
127 pd = pol->pd_alloc_fn(gfp_mask, q->node); in blkg_alloc()
219 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local
221 if (blkg->pd[i] && pol->pd_init_fn) in blkg_create()
222 pol->pd_init_fn(blkg->pd[i]); in blkg_create()
233 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local
235 if (blkg->pd[i] && pol->pd_online_fn) in blkg_create()
[all …]