Searched refs:pol (Results 1 – 3 of 3) sorted by relevance
62 const struct blkcg_policy *pol) in blkcg_policy_enabled() argument64 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled()181 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc() local184 if (!blkcg_policy_enabled(q, pol)) in blkg_alloc()188 pd = pol->pd_alloc_fn(gfp_mask, q, blkcg); in blkg_alloc()276 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local278 if (blkg->pd[i] && pol->pd_init_fn) in blkg_create()279 pol->pd_init_fn(blkg->pd[i]); in blkg_create()290 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local292 if (blkg->pd[i] && pol->pd_online_fn) in blkg_create()[all …]
103 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum() argument120 if (pol) in blkg_rwstat_recursive_sum()121 rwstat = (void *)blkg_to_pd(pos_blkg, pol) + off; in blkg_rwstat_recursive_sum()
48 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol,