Home
last modified time | relevance | path

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

/linux/tools/cgroup/
H A Diocost_monitor.py43 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/block/
H A Dblk-cgroup.h141 int plid; member
157 int plid; member
175 int plid; member
289 return blkg ? READ_ONCE(blkg->pd[pol->plid]) : NULL; in blkg_to_pd()
295 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
482 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled()
H A Dblk-cgroup.c356 pd->plid = i; in blkg_alloc()
609 __clear_bit(pol->plid, q->blkcg_pols); in blkg_destroy_all()
1418 cpd->plid = i; in blkcg_css_alloc()
1558 pd = blkg->pd[pol->plid]; in blkcg_policy_teardown_pds()
1564 WRITE_ONCE(blkg->pd[pol->plid], NULL); in blkcg_policy_teardown_pds()
1616 if (blkg->pd[pol->plid]) in blkcg_activate_policy()
1655 pd->plid = pol->plid; in blkcg_activate_policy()
1656 WRITE_ONCE(blkg->pd[pol->plid], pd); in blkcg_activate_policy()
1668 __set_bit(pol->plid, q->blkcg_pols); in blkcg_activate_policy()
1715 __clear_bit(pol->plid, q->blkcg_pols); in blkcg_deactivate_policy()
[all …]
/linux/net/mac80211/
H A Dsta_info.h407 u16 plid; member
H A Dsta_info.c2772 sinfo->plid = sta->mesh->plid; in sta_set_mesh_sinfo()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1835 __le16 plid; member
/linux/net/wireless/
H A Dtrace.h211 __field(u16, plid) \
227 __entry->plid = sinfo->plid; \
H A Dnl80211.c8133 PUT_SINFO(PLID, plid, u16); in nl80211_put_sta_info_common()
/linux/include/net/
H A Dcfg80211.h2423 u16 plid; member