Home
last modified time | relevance | path

Searched defs:th (Results 1 – 16 of 16) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_misc_tcp_hdr_options.c35 struct tcphdr th; in __check_active_hdr_in() member
131 struct tcphdr *th; in check_active_hdr_in() local
171 struct tcphdr *th; in write_active_opt() local
Dtest_btf_skc_cls_ingress.c27 static void test_syncookie_helper(struct ipv6hdr *ip6h, struct tcphdr *th, in test_syncookie_helper()
74 struct tcphdr *th; in handle_ip6_tcp() local
Dtest_tcp_hdr_options.c377 struct tcphdr *th; in handle_write_hdr_opt() local
468 struct tcphdr *th; in handle_passive_estab() local
534 struct tcphdr *th; in handle_parse_hdr() local
Dtest_select_reuseport_kern.c108 struct tcphdr *th = data; in _select_by_skb_data() local
Dtest_xdp.c51 struct tcphdr *th; in get_dport() local
Dtest_xdp_loop.c47 struct tcphdr *th; in get_dport() local
/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py36 def _get_static_size(self, th): argument
237 def dl_set(self, pool, th): argument
311 def dl_set(self, th): argument
/tools/testing/selftests/kvm/x86_64/
Dmmio_warning_test.c56 pthread_t th[NTHREAD]; in test() local
/tools/perf/util/
Dmachine.c410 struct thread *th, pid_t pid) in machine__update_thread_pid()
465 struct thread *th; in __threads__get_last_match() local
484 struct thread *th = NULL; in threads__get_last_match() local
493 __threads__set_last_match(struct threads *threads, struct thread *th) in __threads__set_last_match()
499 threads__set_last_match(struct threads *threads, struct thread *th) in threads__set_last_match()
516 struct thread *th; in ____machine__findnew_thread() local
582 struct thread *th; in machine__findnew_thread() local
594 struct thread *th; in machine__find_thread() local
1873 static void __machine__remove_thread(struct machine *machine, struct thread *th, bool lock) in __machine__remove_thread()
1906 void machine__remove_thread(struct machine *machine, struct thread *th) in machine__remove_thread()
Devlist.h73 pthread_t th; member
Dcs-etm.c2321 struct thread *th; in cs_etm__process_itrace_start() local
2344 struct thread *th; in cs_etm__process_switch_cpu_wide() local
Dsort.c115 const struct thread *th = arg; in hist_entry__thread_filter() local
/tools/testing/selftests/net/
Dtcp_mmap.c328 pthread_t th; in do_accept() local
/tools/testing/selftests/bpf/
Dtest_tcp_hdr_options.h95 static inline unsigned int tcp_hdrlen(const struct tcphdr *th) in tcp_hdrlen()
/tools/perf/bench/
Dinject-buildid.c42 pthread_t th; member
/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c397 static void set_pthread_cpu(pthread_t th, int cpu) in set_pthread_cpu()