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
333 list_for_each_entry_rcu(sta, &local->sta_list, list,
796 list_for_each_entry_rcu(sta, &local->sta_list, list) {
860 list_add_tail_rcu(&sta->list, &local->sta_list);
924 list_del_rcu(&sta->list);
1270 list_del_rcu(&sta->list);
1513 list_for_each_entry_rcu(sta, &local->sta_list, list)
1571 list_for_each_entry_safe(sta, tmp, &local->sta_list, list) {
1607 list_for_each_entry_safe(sta, tmp, &local->sta_list, list) {
1638 * ... first in list.
2053 * frame to the list to send it after the MMPDU.