Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-cgroup.c55 return pol && test_bit(pol->plid, q->blkcg_pols); in blkcg_policy_enabled()
132 pd->plid = i; in blkg_alloc()
508 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs()
1010 cpd->plid = i; in blkcg_css_alloc()
1164 if (blkcg->cpd[pol->plid]) in blkcg_bind()
1165 pol->cpd_bind_fn(blkcg->cpd[pol->plid]); in blkcg_bind()
1231 if (blkg->pd[pol->plid]) in blkcg_activate_policy()
1242 blkg->pd[pol->plid] = pd; in blkcg_activate_policy()
1244 pd->plid = pol->plid; in blkcg_activate_policy()
1249 __set_bit(pol->plid, q->blkcg_pols); in blkcg_activate_policy()
[all …]
/linux-4.4.14/net/mac80211/
Dmesh_plink.c79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart()
208 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument
281 if (plid) { in mesh_plink_frame_tx()
303 put_unaligned_le16(plid, pos); in mesh_plink_frame_tx()
374 sta->sta.addr, sta->mesh->llid, sta->mesh->plid, in mesh_plink_deactivate()
668 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer()
921 sta->mesh->llid, sta->mesh->plid, in mesh_plink_fsm()
929 sta->mesh->plid, 0); in mesh_plink_fsm()
954 u16 llid, u16 plid) in mesh_plink_get_event() argument
999 (sta->mesh->plid && sta->mesh->plid != plid)) in mesh_plink_get_event()
[all …]
Dsta_info.h306 u16 plid; member
Dsta_info.c2024 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
/linux-4.4.14/include/linux/
Dblk-cgroup.h88 int plid; member
101 int plid; member
150 int plid; member
311 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd()
317 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
/linux-4.4.14/net/wireless/
Dtrace.h168 __field(u16, plid) \
184 __entry->plid = sinfo->plid; \
Dnl80211.c3746 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
/linux-4.4.14/include/net/
Dcfg80211.h1073 u16 plid; member