Lines Matching refs:pid_max
68 * first use and are never deallocated. This way a low pid_max
79 .pid_max = PID_MAX_DEFAULT,
164 int pid_max[MAX_PID_NS_LEVEL + 1] = {};
206 * This stores found pid_max to make sure the used value is the same should
210 pid_max[ns->level - i] = READ_ONCE(tmp->pid_max);
216 if (tid < 1 || tid >= pid_max[ns->level - i])
266 pid_max[ns->level - i], GFP_ATOMIC);
785 .procname = "pid_max",
786 .data = &init_pid_ns.pid_max,
814 tbl->data = &pidns->pid_max;
815 pidns->pid_max = min(pid_max_max, max_t(int, pidns->pid_max,
846 /* bump default and minimum pid_max based on number of cpus */
847 init_pid_ns.pid_max = min(pid_max_max, max_t(int, init_pid_ns.pid_max,
851 pr_info("pid_max: default: %u minimum: %u\n", init_pid_ns.pid_max, pid_max_min);