Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dsubr_param.c76 #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 Dsubr_sfbuf.c46 #define NSFBUFS (512 + maxusers * 16)
H A Dkern_mib.c115 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 Dmkoptions.c81 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 Dconfig.h216 extern int maxusers;
H A Dconfig.y91 int maxusers; variable
191 MAXUSERS NUMBER { maxusers = $2; } |
/freebsd-12.1/contrib/netbsd-tests/usr.bin/config/support/arch/regress/conf/
H A Dfiles.regress2 maxusers 2 4 8
/freebsd-12.1/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-12.1/sys/conf/
H A DmakeLINT.sed4 /^(machine|files|ident|(no)?device|(no)?makeoption(s)?|(no)?option(s)?|profile|cpu|maxusers)[[:spac…
H A DNOTES5 # 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 Dspell.ok194 maxusers
/freebsd-12.1/tools/tools/tinybsd/conf/wrap/
H A DTINYBSD5 maxusers 8
/freebsd-12.1/sys/i386/i386/
H A Dvm_machdep.c90 #define NSFBUFS (512 + maxusers * 16)
/freebsd-12.1/sys/sys/
H A Dsystm.h70 extern int maxusers; /* system tune hint */
/freebsd-12.1/share/examples/ppp/
H A Dppp.conf.sample761 # o Bump maxusers in your kernel configuration to about 256 so that there
/freebsd-12.1/tools/tools/sysdoc/
H A Dtunables.mdoc907 kern.maxusers