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

/freebsd-9.3-release/usr.bin/netstat/
H A Dnetisr.c57 static u_int maxthreads; variable
175 netisr_load_kvm_uint(kd, "_netisr_maxthreads", &maxthreads);
214 netisr_load_sysctl_uint("net.isr.maxthreads", &maxthreads);
526 printf("%-25s %12u %12u\n", "Thread count", numthreads, maxthreads);
/freebsd-9.3-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-9.3-release/sys/nfsserver/
H A Dnfs.h109 int maxthreads; /* maximum service thread count */ member in struct:nfsd_nfsd_args
H A Dnfs_srvkrpc.c457 nfsrv_pool->sp_maxthreads = args->maxthreads;
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs.h174 int maxthreads; /* maximum service thread count */ member in struct:nfsd_nfsd_args
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c470 nfsrvd_pool->sp_maxthreads = args->maxthreads;
/freebsd-9.3-release/sys/net/
H A Dnetisr.c176 TUNABLE_INT("net.isr.maxthreads", &netisr_maxthreads);
177 SYSCTL_INT(_net_isr, OID_AUTO, maxthreads, CTLFLAG_RDTUN,
1174 printf("netisr_init: forcing maxthreads from %d to %d\n",
1190 printf("netisr_init: forcing maxthreads to 1 and "
/freebsd-9.3-release/usr.sbin/nfsd/
H A Dnfsd.c956 nfsdargs.maxthreads = nfsdcnt;

Completed in 97 milliseconds