Home
last modified time | relevance | path

Searched refs:maxusers (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_param.c72 #define NPROC (20 + 16 * maxusers)
77 #define MAXFILES (40 + 32 * maxusers)
87 int maxusers; /* base tunable */ variable
262 maxusers = MAXUSERS; in init_param2()
263 TUNABLE_INT_FETCH("kern.maxusers", &maxusers); in init_param2()
264 if (maxusers == 0) { in init_param2()
265 maxusers = physpages / (2 * 1024 * 1024 / PAGE_SIZE); in init_param2()
266 if (maxusers < 32) in init_param2()
267 maxusers = 32; in init_param2()
276 if (maxusers > 384) in init_param2()
[all …]
H A Dsubr_sfbuf.c43 #define NSFBUFS (512 + maxusers * 16)
H A Dkern_mib.c116 SYSCTL_INT(_kern, OID_AUTO, maxusers, CTLFLAG_RDTUN | CTLFLAG_NOFETCH,
117 &maxusers, 0, "Hint for kernel tuning");
/freebsd/usr.sbin/config/
H A Dmkoptions.cc73 if (maxusers == 0) { in options()
75 } else if (maxusers < users.u_min) { in options()
78 maxusers = users.u_min; in options()
79 } else if (maxusers > users.u_max) in options()
81 users.u_max, maxusers); in options()
88 snprintf(buf, sizeof(buf), "%d", maxusers); in options()
H A Dconfig.y87 int maxusers; variable
188 MAXUSERS NUMBER { maxusers = $2; } |
H A Dconfig.h267 extern int maxusers;
/freebsd/contrib/netbsd-tests/usr.bin/config/support/arch/regress/conf/
H A Dfiles.regress2 maxusers 2 4 8
/freebsd/contrib/netbsd-tests/usr.bin/config/
H A Dd_min2 maxusers 4
H A Dd_deffs_redef2 maxusers 4
H A Dd_no_pseudo3 maxusers 4
H A Dd_pseudo_parent2 maxusers 4
H A Dd_loop22 maxusers 4
H A Dd_postponed_orphan3 maxusers 4
H A Dd_loop2 maxusers 4
H A Dd_shadow_instance3 maxusers 4
/freebsd/share/doc/smm/02.config/
H A Dspell.ok193 maxusers
/freebsd/sys/sys/
H A Dsystm.h68 extern int maxusers; /* system tune hint */
/freebsd/share/examples/ppp/
H A Dppp.conf.sample760 # o Bump maxusers in your kernel configuration to about 256 so that there
/freebsd/sys/conf/
H A DNOTES4 # Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
45 # The `maxusers' parameter controls the static sizing of a number of
50 maxusers 10
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc906 kern.maxusers