Searched refs:maxusers (Results 1 – 20 of 20) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | subr_param.c | 73 #define NPROC (20 + 16 * maxusers) 78 #define MAXFILES (40 + 32 * maxusers) 88 int maxusers; /* base tunable */ variable 264 maxusers = MAXUSERS; in init_param2() 265 TUNABLE_INT_FETCH("kern.maxusers", &maxusers); in init_param2() 266 if (maxusers == 0) { in init_param2() 267 maxusers = physpages / (2 * 1024 * 1024 / PAGE_SIZE); in init_param2() 268 if (maxusers < 32) in init_param2() 269 maxusers = 32; in init_param2() 278 if (maxusers > 384) in init_param2() [all …]
|
| H A D | subr_sfbuf.c | 44 #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-14.2/usr.sbin/config/ |
| H A D | mkoptions.cc | 79 if (maxusers == 0) { in options() 81 } else if (maxusers < users.u_min) { in options() 84 maxusers = users.u_min; in options() 85 } else if (maxusers > users.u_max) in options() 87 users.u_max, maxusers); in options() 94 snprintf(buf, sizeof(buf), "%d", maxusers); in options()
|
| H A D | config.y | 89 int maxusers; variable 190 MAXUSERS NUMBER { maxusers = $2; } |
|
| H A D | config.h | 269 extern int maxusers;
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/config/support/arch/regress/conf/ |
| H A D | files.regress | 2 maxusers 2 4 8
|
| /freebsd-14.2/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-14.2/share/doc/smm/02.config/ |
| H A D | spell.ok | 193 maxusers
|
| /freebsd-14.2/sys/sys/ |
| H A D | systm.h | 70 extern int maxusers; /* system tune hint */
|
| /freebsd-14.2/share/examples/ppp/ |
| H A D | ppp.conf.sample | 760 # o Bump maxusers in your kernel configuration to about 256 so that there
|
| /freebsd-14.2/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-14.2/tools/tools/sysdoc/ |
| H A D | tunables.mdoc | 906 kern.maxusers
|