Searched refs:nrthreads (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 563 static unsigned long nrthreads = 4; variable 635 nrthreads = strtoul(optarg, NULL, 10); in main() 650 if (nrthreads > MAX_THREADS) in main() 651 nrthreads = MAX_THREADS; in main() 675 printf("number of worker threads:%lu + 1 snapshot thread\n", nrthreads); in main() 686 for (i = 0; i < nrthreads; i++) { in main() 708 for (i = 0; i < nrthreads; i++) { in main() 719 for (i = 0; i < nrthreads; i++) { in main()
|
| /linux/fs/nfsd/ |
| H A D | trace.h | 103 __field(unsigned int, nrthreads) 110 __entry->nrthreads = pool->sp_nrthreads; 115 __entry->pool_id, __entry->nrthreads, 2070 int nrthreads 2072 TP_ARGS(net, pool, nrthreads), 2076 __field(int, nrthreads) 2081 __entry->nrthreads = nrthreads; 2084 __entry->pool, __entry->nrthreads
|