Home
last modified time | relevance | path

Searched refs:pid_max (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c153 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 Dpid.c62 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 Dpid_namespace.c306 extern int pid_max;
314 .extra2 = &pid_max,
H A Dsysctl.c1814 .data = &pid_max,
/openbmc/openbmc/meta-google/recipes-google/systemd/files/
H A D40-gbmc-sysctl.conf3 kernel.pid_max = 32768
/openbmc/linux/include/linux/
H A Dpid.h116 extern int pid_max;
/openbmc/linux/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-no_tests_run_no_header.log19 pid_max: default: 32768 minimum: 301
H A Dtest_output_isolated_correctly.log44 pid_max: default: 32768 minimum: 301
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch126 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 Dpid_list.c417 WARN_ON_ONCE(pid_max > (1 << 30)); in trace_pid_list_alloc()
H A Dtrace.h698 extern int pid_max;
H A Dtrace.c5358 tgid_map_max = pid_max; in set_tracer_flag()
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c452 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 D0012-do-not-disable-buffer-in-writing-files.patch95 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 DREADME.ae350222 [ 0.000000] pid_max: default: 32768 minimum: 301
H A DREADME.sifive-fu540204 [ 0.001034] pid_max: default: 32768 minimum: 301
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst1003 pid_max chapter
1008 PIDs of value ``pid_max`` or larger are not allocated.