Lines Matching refs:plid
38 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled()
106 pd->plid = i; in blkg_alloc()
526 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs()
632 struct blkcg_policy *pol = blkcg_policy[pd->plid]; in blkg_stat_recursive_sum()
665 struct blkcg_policy *pol = blkcg_policy[pd->plid]; in blkg_rwstat_recursive_sum()
1038 blkg->pd[pol->plid] = pd; in blkcg_activate_policy()
1040 pd->plid = pol->plid; in blkcg_activate_policy()
1046 __set_bit(pol->plid, q->blkcg_pols); in blkcg_activate_policy()
1077 __clear_bit(pol->plid, q->blkcg_pols); in blkcg_deactivate_policy()
1092 kfree(blkg->pd[pol->plid]); in blkcg_deactivate_policy()
1093 blkg->pd[pol->plid] = NULL; in blkcg_deactivate_policy()
1128 pol->plid = i; in blkcg_policy_register()
1152 if (WARN_ON(blkcg_policy[pol->plid] != pol)) in blkcg_policy_unregister()
1160 blkcg_policy[pol->plid] = NULL; in blkcg_policy_unregister()