Searched refs:maxusers (Results 1 – 20 of 20) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_param.c | 72 #define NPROC (20 + 16 * maxusers) 77 #define MAXFILES (40 + 32 * maxusers) 87 int maxusers; /* base tunable */ variable 281 maxusers = MAXUSERS; in init_param2() 282 TUNABLE_INT_FETCH("kern.maxusers", &maxusers); in init_param2() 283 if (maxusers == 0) { in init_param2() 284 maxusers = physpages / (2 * 1024 * 1024 / PAGE_SIZE); in init_param2() 285 if (maxusers < 32) in init_param2() 286 maxusers = 32; in init_param2() 288 if (maxusers > VM_MAX_AUTOTUNE_MAXUSERS) in init_param2() [all …]
|
H A D | subr_sfbuf.c | 43 #define NSFBUFS (512 + maxusers * 16)
|
H A D | kern_mib.c | 118 SYSCTL_INT(_kern, OID_AUTO, maxusers, CTLFLAG_RDTUN | CTLFLAG_NOFETCH, 119 &maxusers, 0, "Hint for kernel tuning");
|
/freebsd/usr.sbin/config/ |
H A D | mkoptions.cc | 74 if (maxusers == 0) { in options() 78 } else if (maxusers < users.u_min) { in options() 81 maxusers = users.u_min; in options() 82 } else if (maxusers > users.u_max) in options() 84 users.u_max, maxusers); in options() 91 snprintf(buf, sizeof(buf), "%d", maxusers); in options()
|
H A D | config.y | 89 int maxusers; variable 195 MAXUSERS NUMBER { maxusers = $2; } |
|
H A D | config.h | 269 extern int maxusers;
|
/freebsd/contrib/netbsd-tests/usr.bin/config/support/arch/regress/conf/ |
H A D | files.regress | 2 maxusers 2 4 8
|
/freebsd/contrib/netbsd-tests/usr.bin/config/ |
H A D | d_min | 2 maxusers 4
|
H A D | d_deffs_redef | 2 maxusers 4
|
H A D | d_no_pseudo | 3 maxusers 4
|
H A D | d_pseudo_parent | 2 maxusers 4
|
H A D | d_loop2 | 2 maxusers 4
|
H A D | d_postponed_orphan | 3 maxusers 4
|
H A D | d_loop | 2 maxusers 4
|
H A D | d_shadow_instance | 3 maxusers 4
|
/freebsd/share/doc/smm/02.config/ |
H A D | spell.ok | 193 maxusers
|
/freebsd/sys/sys/ |
H A D | systm.h | 68 extern int maxusers; /* system tune hint */
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.sample | 760 # o Bump maxusers in your kernel configuration to about 256 so that there
|
/freebsd/sys/conf/ |
H A D | NOTES | 4 # 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 D | tunables.mdoc | 906 kern.maxusers
|