Searched refs:tmap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | print-events.c | 241 struct perf_thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported() local 243 if (tmap == NULL) in is_event_supported() 248 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported() 258 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported() 271 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported() 277 perf_thread_map__put(tmap); in is_event_supported()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | parse-events.c | 823 " \tmap:[<arraymap>].value<indices>=[value]\n" in parse_events_config_bpf() 824 " \tmap:[<eventmap>].event<indices>=[event]\n" in parse_events_config_bpf() 2602 struct perf_thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported() local 2604 if (tmap == NULL) in is_event_supported() 2609 open_return = evsel__open(evsel, NULL, tmap); in is_event_supported() 2621 ret = evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported() 2626 perf_thread_map__put(tmap); in is_event_supported()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | tables_nphy.c | 3305 check(tmap, TMAP); in assert_ntab_array_sizes()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | tables_nphy.c | 3305 check(tmap, TMAP); in assert_ntab_array_sizes()
|
Completed in 14 milliseconds