Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/bench/
Dsched-messaging.c200 static unsigned int group(pthread_t *pth, in group() argument
229 pth[i] = create_worker(ctx, (void *)receiver); in group()
242 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender); in group()
/linux-2.6.39/fs/nfsd/
Dexport.c332 char *pth; in svc_export_request() local
335 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
336 if (IS_ERR(pth)) { in svc_export_request()
341 qword_add(bpp, blen, pth); in svc_export_request()