Function report |
Source Code:kernel\pid.c |
Create Date:2022-07-28 09:28:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pid_idr_init
Proto:void __init pid_idr_init(void)
Type:void
Parameter:Nothing
567 | BUILD_BUG_ON - break compile if a condition is true(A maximum of 4 million PIDs should be enough for a while.* [NOTE: PID/TIDs are limited to 2^29 ~= 500+ million, see futex.h.] >= PIDNS_ADDING) |
572 | pid_max_min = max_t - return maximum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(int, pid_max_min, PIDS_PER_CPU_MIN * num_possible_cpus()) |
574 | pr_info("pid_max: default: %u minimum: %u\n", pid_max, pid_max_min) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |