Home
last modified time | relevance | path

Searched refs:tp_list (Results 1 – 3 of 3) sorted by relevance

/linux/net/batman-adv/
H A Dtp_meter.c268 hlist_for_each_entry_rcu(pos, &bat_priv->tp_list, list) { in batadv_tp_list_find()
307 hlist_for_each_entry_rcu(pos, &bat_priv->tp_list, list) { in batadv_tp_list_find_session()
1030 hlist_add_head_rcu(&tp_vars->list, &bat_priv->tp_list); in batadv_tp_start()
1361 hlist_add_head_rcu(&tp_vars->list, &bat_priv->tp_list); in batadv_tp_init_recv()
/linux/kernel/trace/
H A Dtrace_uprobe.c1249 list_for_each_entry(event, &filter->perf_events, hw.tp_list) { in __uprobe_perf_filter()
1271 list_del(&event->hw.tp_list); in trace_uprobe_filter_remove()
1303 list_add(&event->hw.tp_list, &filter->perf_events); in trace_uprobe_filter_add()
/linux/include/linux/
H A Dperf_event.h179 struct list_head tp_list; member