Home
last modified time | relevance | path

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

/block/
Dblk-cgroup.c38 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()
[all …]
Dblk-cgroup.h84 int plid; member
122 int plid; member
218 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd()