Searched refs:maxusers (Results 1 – 23 of 23) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | subr_param.c | 76 #define NPROC (20 + 16 * maxusers) 81 #define MAXFILES (40 + 32 * maxusers) 90 int maxusers; /* base tunable */ variable 238 maxusers = MAXUSERS; in init_param2() 239 TUNABLE_INT_FETCH("kern.maxusers", &maxusers); in init_param2() 240 if (maxusers == 0) { in init_param2() 241 maxusers = physpages / (2 * 1024 * 1024 / PAGE_SIZE); in init_param2() 242 if (maxusers < 32) in init_param2() 243 maxusers = 32; in init_param2() 252 if (maxusers > 384) in init_param2() [all …]
|
| H A D | subr_sfbuf.c | 46 #define NSFBUFS (512 + maxusers * 16)
|
| H A D | kern_mib.c | 115 SYSCTL_INT(_kern, OID_AUTO, maxusers, CTLFLAG_RDTUN | CTLFLAG_NOFETCH, 116 &maxusers, 0, "Hint for kernel tuning");
|
| /freebsd-12.1/usr.sbin/config/ |
| H A D | mkoptions.c | 81 if (maxusers == 0) { in options() 83 } else if (maxusers < users.u_min) { in options() 86 maxusers = users.u_min; in options() 87 } else if (maxusers > users.u_max) in options() 89 users.u_max, maxusers); in options() 96 snprintf(buf, sizeof(buf), "%d", maxusers); in options()
|
| H A D | config.h | 216 extern int maxusers;
|
| H A D | config.y | 91 int maxusers; variable 191 MAXUSERS NUMBER { maxusers = $2; } |
|
| /freebsd-12.1/contrib/netbsd-tests/usr.bin/config/support/arch/regress/conf/ |
| H A D | files.regress | 2 maxusers 2 4 8
|
| /freebsd-12.1/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-12.1/sys/conf/ |
| H A D | makeLINT.sed | 4 /^(machine|files|ident|(no)?device|(no)?makeoption(s)?|(no)?option(s)?|profile|cpu|maxusers)[[:spac…
|
| H A D | NOTES | 5 # Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 46 # The `maxusers' parameter controls the static sizing of a number of 51 maxusers 10
|
| /freebsd-12.1/share/doc/smm/02.config/ |
| H A D | spell.ok | 194 maxusers
|
| /freebsd-12.1/tools/tools/tinybsd/conf/wrap/ |
| H A D | TINYBSD | 5 maxusers 8
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | vm_machdep.c | 90 #define NSFBUFS (512 + maxusers * 16)
|
| /freebsd-12.1/sys/sys/ |
| H A D | systm.h | 70 extern int maxusers; /* system tune hint */
|
| /freebsd-12.1/share/examples/ppp/ |
| H A D | ppp.conf.sample | 761 # o Bump maxusers in your kernel configuration to about 256 so that there
|
| /freebsd-12.1/tools/tools/sysdoc/ |
| H A D | tunables.mdoc | 907 kern.maxusers
|