Searched refs:maxthreads (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/usr.bin/netstat/
H A Dnetisr.c58 static u_int maxthreads; variable
153 kread(nl[N_NETISR_MAXTHREADS].n_value, &maxthreads, sizeof(u_int));
192 netisr_load_sysctl_uint("net.isr.maxthreads", &maxthreads);
468 "Thread count", numthreads, maxthreads);
/freebsd-11.0-release/usr.sbin/nfsd/
H A Dnfsd.c89 static int maxthreads; variable
102 { "maxthreads", required_argument, &maxthreads_set, 1 },
172 " [-n numservers] [--minthreads #] [--maxthreads #]\n";
210 } else if (!strcmp(lopt, "maxthreads")) {
211 maxthreads = atoi(optarg);
222 if (minthreads_set && maxthreads_set && minthreads > maxthreads)
225 "maxthreads(%d)", minthreads, maxthreads);
967 nfsdargs.minthreads = nfsdargs.maxthreads = nfsdcnt;
970 nfsdargs.maxthreads
[all...]
/freebsd-11.0-release/tools/tools/crypto/
H A Dcryptotest.c522 int maxthreads = 1; local
549 maxthreads = atoi(optarg);
597 runtests(alg, count, sizes[j], cmd, maxthreads, profile);
603 runtests(alg, count, sizes[i], cmd, maxthreads, profile);
/freebsd-11.0-release/sys/nfsserver/
H A Dnfs.h109 int maxthreads; /* maximum service thread count */ member in struct:nfsd_nfsd_args
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c515 nfsrvd_pool->sp_maxthreads = args->maxthreads;
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs.h176 int maxthreads; /* maximum service thread count */ member in struct:nfsd_nfsd_args
/freebsd-11.0-release/sys/net/
H A Dnetisr.c167 SYSCTL_INT(_net_isr, OID_AUTO, maxthreads, CTLFLAG_RDTUN,
1284 printf("netisr_init: forcing maxthreads from %d to %d\n",
1300 printf("netisr_init: forcing maxthreads to 1 and "

Completed in 127 milliseconds