Searched refs:nrthreads (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c563 static unsigned long nrthreads = 4; variable
631 printf("%s [-r <start_cpu>] [-n <nrthreads>] [-l <logdir>] [-t <timeout>]\n", argv[0]);
635 nrthreads = strtoul(optarg, NULL, 10);
650 if (nrthreads > MAX_THREADS)
651 nrthreads = MAX_THREADS;
675 printf("number of worker threads:%lu + 1 snapshot thread\n", nrthreads);
686 for (i = 0; i < nrthreads; i++) {
708 for (i = 0; i < nrthreads; i++) {
719 for (i = 0; i < nrthreads; i++) {
/linux-master/fs/nfsd/
H A Dtrace.h1847 int nrthreads
1849 TP_ARGS(net, pool, nrthreads),
1853 __field(int, nrthreads)
1858 __entry->nrthreads = nrthreads;
1860 TP_printk("pool=%d nrthreads=%d",
1861 __entry->pool, __entry->nrthreads

Completed in 114 milliseconds