Searched refs:pid_max (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/tools/testing/selftests/clone3/ |
H A D | clone3_set_tid.c | 153 int pid_max = 0; in main() local 171 fscanf(f, "%d", &pid_max); in main() 173 ksft_print_msg("/proc/sys/kernel/pid_max %d\n", pid_max); in main() 239 set_tid[0] = pid_max; in main()
|
/openbmc/linux/kernel/ |
H A D | pid.c | 62 int pid_max = PID_MAX_DEFAULT; variable 197 if (tid < 1 || tid >= pid_max) in alloc_pid() 237 pid_max, GFP_ATOMIC); in alloc_pid() 654 pid_max = min(pid_max_max, max_t(int, pid_max, in pid_idr_init() 658 pr_info("pid_max: default: %u minimum: %u\n", pid_max, pid_max_min); in pid_idr_init()
|
H A D | pid_namespace.c | 306 extern int pid_max; 314 .extra2 = &pid_max,
|
H A D | sysctl.c | 1814 .data = &pid_max,
|
/openbmc/openbmc/meta-google/recipes-google/systemd/files/ |
H A D | 40-gbmc-sysctl.conf | 3 kernel.pid_max = 32768
|
/openbmc/linux/include/linux/ |
H A D | pid.h | 116 extern int pid_max;
|
/openbmc/linux/tools/testing/kunit/test_data/ |
H A D | test_is_test_passed-no_tests_run_no_header.log | 19 pid_max: default: 32768 minimum: 301
|
H A D | test_output_isolated_correctly.log | 44 pid_max: default: 32768 minimum: 301
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 126 if (limit > pid_max-1) { 128 - r = write_string_file("/proc/sys/kernel/pid_max", buffer, WRITE_STRING_FILE_DISABL… 129 + r = write_string_file("/proc/sys/kernel/pid_max", buffer, 0);
|
/openbmc/linux/kernel/trace/ |
H A D | pid_list.c | 417 WARN_ON_ONCE(pid_max > (1 << 30)); in trace_pid_list_alloc()
|
H A D | trace.h | 698 extern int pid_max;
|
H A D | trace.c | 5358 tgid_map_max = pid_max; in set_tracer_flag()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-sched.c | 452 static int pid_max; in register_pid() local 455 if (sysctl__read_int("kernel/pid_max", &pid_max) < 0) in register_pid() 456 pid_max = MAX_PID; in register_pid() 457 BUG_ON((sched->pid_to_task = calloc(pid_max, sizeof(struct task_desc *))) == NULL); in register_pid() 459 if (pid >= (unsigned long)pid_max) { in register_pid() 462 while (pid >= (unsigned long)pid_max) in register_pid() 463 sched->pid_to_task[pid_max++] = NULL; in register_pid()
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 95 if (limit > pid_max-1) { 97 - r = write_string_file("/proc/sys/kernel/pid_max", buffer, WRITE_STRING_FILE_DISABL… 98 + r = write_string_file("/proc/sys/kernel/pid_max", buffer, 0);
|
/openbmc/u-boot/doc/ |
H A D | README.ae350 | 222 [ 0.000000] pid_max: default: 32768 minimum: 301
|
H A D | README.sifive-fu540 | 204 [ 0.001034] pid_max: default: 32768 minimum: 301
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | kernel.rst | 1003 pid_max chapter 1008 PIDs of value ``pid_max`` or larger are not allocated.
|