We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05da811 commit 5b91a75Copy full SHA for 5b91a75
include/linux/threads.h
@@ -38,7 +38,7 @@
38
* Define a minimum number of pids per cpu. Heuristically based
39
* on original pid max of 32k for 32 cpus. Also, increase the
40
* minimum settable value for pid_max on the running system based
41
- * on similar defaults. See kernel/pid.c:pidmap_init() for details.
+ * on similar defaults. See kernel/pid.c:pid_idr_init() for details.
42
*/
43
#define PIDS_PER_CPU_DEFAULT 1024
44
#define PIDS_PER_CPU_MIN 8
0 commit comments