pth 339 fs/nfsd/export.c char *pth; pth 342 fs/nfsd/export.c pth = d_path(&exp->ex_path, *bpp, *blen); pth 343 fs/nfsd/export.c if (IS_ERR(pth)) { pth 348 fs/nfsd/export.c qword_add(bpp, blen, pth); pth 192 tools/perf/bench/sched-messaging.c static unsigned int group(pthread_t *pth, pth 221 tools/perf/bench/sched-messaging.c pth[i] = create_worker(ctx, (void *)receiver); pth 234 tools/perf/bench/sched-messaging.c pth[num_fds+i] = create_worker(snd_ctx, (void *)sender); pth 70 tools/testing/selftests/futex/functional/futex_requeue_pi.c int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, pth 99 tools/testing/selftests/futex/functional/futex_requeue_pi.c ret = pthread_create(pth, &attr, func, arg); pth 49 tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, pth 78 tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c ret = pthread_create(pth, &attr, func, arg); pth 125 tools/testing/selftests/timers/threadtest.c pthread_t pth[MAX_THREADS]; pth 170 tools/testing/selftests/timers/threadtest.c pthread_create(&pth[i], 0, thread, 0); pth 187 tools/testing/selftests/timers/threadtest.c pthread_join(pth[i], &tret);