Searched refs:plid (Results 1 – 8 of 8) sorted by relevance
/linux/block/ |
H A D | blk-cgroup.c | 116 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled() 351 pd->plid = i; in blkg_alloc() 615 __clear_bit(pol->plid, q->blkcg_pols); in blkg_destroy_all() 723 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs() 1412 cpd->plid = i; in blkcg_css_alloc() 1570 if (blkg->pd[pol->plid]) in blkcg_activate_policy() 1607 pd->plid = pol->plid; in blkcg_activate_policy() 1608 blkg->pd[pol->plid] = pd; in blkcg_activate_policy() 1620 __set_bit(pol->plid, q->blkcg_pols); in blkcg_activate_policy() 1641 pd = blkg->pd[pol->plid]; in blkcg_activate_policy() [all …]
|
H A D | blk-cgroup.h | 141 int plid; member 155 int plid; member 173 int plid; member 280 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd() 286 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
|
/linux/tools/cgroup/ |
H A D | iocost_monitor.py | 43 plid = prog['blkcg_policy_iocost'].plid.value_() variable 233 if blkg.pd[plid]: 234 root_iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd') 261 if not blkg.pd[plid]: 264 iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')
|
/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 1830 __le16 plid; member
|
/linux/net/mac80211/ |
H A D | sta_info.c | 2762 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
|
/linux/net/wireless/ |
H A D | trace.h | 201 __field(u16, plid) \ 217 __entry->plid = sinfo->plid; \
|
H A D | nl80211.c | 6754 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
|
/linux/include/net/ |
H A D | cfg80211.h | 2129 u16 plid; member
|