Lines Matching refs:list
35 * for faster lookup and a list for iteration. They are managed using
36 * RCU, i.e. access to the list and hash table is protected by RCU.
62 * owned by the global hash table/list until it is removed. All users of
234 list_for_each_entry_rcu(sta, &local->sta_list, list,
614 list_for_each_entry_rcu(sta, &local->sta_list, list) {
669 list_add_tail_rcu(&sta->list, &local->sta_list);
708 list_del_rcu(&sta->list);
1042 list_del_rcu(&sta->list);
1163 list_for_each_entry_rcu(sta, &local->sta_list, list)
1214 list_for_each_entry_safe(sta, tmp, &local->sta_list, list) {
1241 list_for_each_entry_safe(sta, tmp, &local->sta_list, list) {
1272 * ... first in list.
1687 * frame to the list to send it after the MMPDU.