Home
last modified time | relevance | path

Searched refs:maxthreads (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/tools/tools/crypto/
HDcryptotest.c545 int maxthreads = 1; in main() local
582 maxthreads = atoi(optarg); in main()
612 if (maxthreads > CPU_SETSIZE) in main()
613 errx(EX_USAGE, "Too many threads, %d, choose fewer.", maxthreads); in main()
633 runtests(ealg, alg, count, sizes[j], cmd, maxthreads, profile); in main()
639 runtests(ealg, alg, count, sizes[i], cmd, maxthreads, profile); in main()
/freebsd-14-stable/usr.bin/netstat/
HDnetisr.c57 static u_int maxthreads; variable
152 kread(nl[N_NETISR_MAXTHREADS].n_value, &maxthreads, sizeof(u_int)); in netisr_load_kvm_config()
191 netisr_load_sysctl_uint("net.isr.maxthreads", &maxthreads); in netisr_load_sysctl_config()
467 "Thread count", numthreads, maxthreads); in netisr_stats()
/freebsd-14-stable/usr.sbin/nfsd/
HDnfsd.c96 static int maxthreads; variable
250 maxthreads = atoi(optarg); in main()
261 if (minthreads_set && maxthreads_set && minthreads > maxthreads) in main()
264 "maxthreads(%d)", minthreads, maxthreads); in main()
1072 nfsdargp->minthreads = nfsdargp->maxthreads = nfsdcnt; in start_server()
1075 nfsdargp->maxthreads = maxthreads_set ? maxthreads : nfsdargp->minthreads; in start_server()
1076 if (nfsdargp->maxthreads < nfsdargp->minthreads) in start_server()
1077 nfsdargp->maxthreads = nfsdargp->minthreads; in start_server()
/freebsd-14-stable/sys/fs/nfs/
HDnfs.h185 int maxthreads; /* maximum service thread count */ member
221 int maxthreads; /* maximum service thread count */ member
/freebsd-14-stable/sys/nfsserver/
HDnfs.h110 int maxthreads; /* maximum service thread count */ member
/freebsd-14-stable/sys/fs/nfsserver/
HDnfs_nfsdkrpc.c630 args->maxthreads; in nfsrvd_nfsd()
HDnfs_nfsdport.c3831 nfsdarg.maxthreads = onfsdarg.maxthreads; in nfssvc_nfsd()
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_tasking.cpp3821 kmp_int32 nthreads, maxthreads; local
3831 maxthreads = task_team->tt.tt_max_threads;
3844 if (maxthreads < nthreads) {
3854 __kmp_gtid_from_thread(thread), task_team, nthreads, maxthreads));
3863 (void *)old_data, maxthreads * sizeof(kmp_thread_data_t));
3867 for (i = maxthreads; i < nthreads; i++) {
/freebsd-14-stable/sys/net/
HDnetisr.c170 SYSCTL_INT(_net_isr, OID_AUTO, maxthreads, CTLFLAG_RDTUN,