Home
last modified time | relevance | path

Searched refs:pth (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/proc/
H A Dproc-tid0.c51 pthread_t pth; in main() local
52 pthread_create(&pth, NULL, f, NULL); in main()
53 pthread_join(pth, NULL); in main()
/linux/tools/testing/selftests/timers/
H A Dthreadtest.c125 pthread_t pth[MAX_THREADS]; in main() local
170 pthread_create(&pth[i], 0, thread, 0); in main()
187 pthread_join(pth[i], &tret); in main()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c47 struct tcphdr *pth; in __check_active_hdr_in() local
115 pth = (struct tcphdr *)(&hdr.ip6 + 1); in __check_active_hdr_in()
116 if (pth->dest != passive_lport_n || pth->source != active_lport_n) in __check_active_hdr_in()
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c40 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument
63 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
H A Dfutex_requeue_pi.c121 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument
150 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
/linux/fs/nfsd/
H A Dexport.c715 char *pth; in svc_export_parse()
719 pth = d_path(&exp->ex_path, pathbuf, PATH_MAX); in svc_export_parse()
720 if (IS_ERR(pth)) in svc_export_parse()
732 nla_put_string(skb, NFSD_A_SVC_EXPORT_PATH, pth)) { in svc_export_parse()
1093 char *pth; in exp_find()
1096 pth = d_path(&exp->ex_path, *bpp, *blen);
1097 if (IS_ERR(pth)) {
1102 qword_add(bpp, blen, pth);
400 char *pth; svc_export_request() local