Lines Matching +full:non +full:- +full:tunable
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
88 int maxusers; /* base tunable */
92 int maxfilesperproc; /* per-proc open files limit */
176 * arm64 and riscv currently hard-code the thread0 kstack size in init_param1()
177 * to KSTACK_PAGES, ignoring the tunable. in init_param1()
181 hz = -1; in init_param1()
183 if (hz == -1) in init_param1()
201 ticksl = INT_MAX - (hz * 10 * 60); in init_param1()
250 const int ngroups_max_max = (1 << 24) - 1; in init_param1()
258 * Prevent setting up a non-bootable system if pid_max is too low. in init_param1()
295 maxusers = 384 + ((maxusers - 384) / 8); in init_param2()
304 * overridable by a tunable), and is then clamped at 21 + 1/3 processes in init_param2()
319 * a tunable), and is then clamped at 64 files per MB (which thus never in init_param2()
352 * Physical buffers are pre-allocated buffers (struct buf) that in init_param2()
365 if (maxpipekva > (VM_MAX_KERNEL_ADDRESS - VM_MIN_KERNEL_ADDRESS) / 64) in init_param2()
366 maxpipekva = (VM_MAX_KERNEL_ADDRESS - VM_MIN_KERNEL_ADDRESS) / in init_param2()