Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dtest_xdp.c51 struct tcphdr *th; in get_dport() local
/tools/perf/util/
Dmachine.c335 struct thread *th, pid_t pid) in machine__update_thread_pid()
391 struct thread *th; in ____machine__findnew_thread() local
465 struct thread *th; in machine__findnew_thread() local
476 struct thread *th; in machine__find_thread() local
1581 static void __machine__remove_thread(struct machine *machine, struct thread *th, bool lock) in __machine__remove_thread()
1603 void machine__remove_thread(struct machine *machine, struct thread *th) in machine__remove_thread()
Dsort.c96 const struct thread *th = arg; in hist_entry__thread_filter() local
/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c398 static void set_pthread_cpu(pthread_t th, int cpu) in set_pthread_cpu()