Searched refs:tmap (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/util/ |
H A D | print-events.c | 252 struct perf_thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported() local 254 if (tmap == NULL) in is_event_supported() 259 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported() 269 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported() 282 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported() 288 perf_thread_map__put(tmap); in is_event_supported()
|
/linux/net/bridge/ |
H A D | br_netlink_tunnel.c | 94 struct nlattr *tmap; in br_fill_vlan_tinfo() local 96 tmap = nla_nest_start_noflag(skb, IFLA_BRIDGE_VLAN_TUNNEL_INFO); in br_fill_vlan_tinfo() 97 if (!tmap) in br_fill_vlan_tinfo() 108 nla_nest_end(skb, tmap); in br_fill_vlan_tinfo() 113 nla_nest_cancel(skb, tmap); in br_fill_vlan_tinfo()
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | tables_nphy.c | 3305 check(tmap, TMAP); in assert_ntab_array_sizes()
|