Searched refs:pol (Results 1 – 1 of 1) sorted by relevance
54 const struct blkcg_policy *pol) in blkcg_policy_enabled() argument56 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled()120 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc() local123 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() local221 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() local235 if (blkg->pd[i] && pol->pd_online_fn) in blkg_create()[all …]