Searched refs:tp_list (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/batman-adv/
H A Dtp_meter.c268 hlist_for_each_entry_rcu(pos, &bat_priv->tp_list, list) {
307 hlist_for_each_entry_rcu(pos, &bat_priv->tp_list, list) {
1030 hlist_add_head_rcu(&tp_vars->list, &bat_priv->tp_list);
1361 hlist_add_head_rcu(&tp_vars->list, &bat_priv->tp_list);
H A Dtypes.h1445 /** @list: list node for &bat_priv.tp_list */
1735 /** @tp_list: list of tp sessions */
1736 struct hlist_head tp_list; member in struct:batadv_priv
1747 /** @tp_list_lock: spinlock protecting @tp_list */
H A Dmain.c190 INIT_HLIST_HEAD(&bat_priv->tp_list);
/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.c539 u16 *tp_list)
551 tmp_group = MI_RATE_GROUP(tp_list[j - 1]);
552 tmp_idx = MI_RATE_IDX(tp_list[j - 1]);
563 memmove(&tp_list[j + 1], &tp_list[j], (sizeof(*tp_list) *
567 tp_list[j] = index;
538 minstrel_ht_sort_best_tp_rates(struct minstrel_ht_sta *mi, u16 index, u16 *tp_list) argument
/linux-master/kernel/trace/
H A Dtrace_uprobe.c1205 list_for_each_entry(event, &filter->perf_events, hw.tp_list) {
1227 list_del(&event->hw.tp_list);
1259 list_add(&event->hw.tp_list, &filter->perf_events);
/linux-master/include/linux/
H A Dperf_event.h176 struct list_head tp_list; member in struct:hw_perf_event::__anon300::__anon303

Completed in 181 milliseconds