Home
last modified time | relevance | path

Searched refs:plid (Results 1 – 5 of 5) 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/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1835 __le16 plid; member
/linux/net/wireless/
H A Dtrace.h201 __field(u16, plid) \
217 __entry->plid = sinfo->plid; \
H A Dnl80211.c7853 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
/linux/net/mac80211/
H A Dsta_info.c2727 sinfo->plid = sta->mesh->plid; in sta_set_mesh_sinfo()