RESERVED_PIDS
if (idr_get_cursor(&tmp->idr) > RESERVED_PIDS)
pid_min = RESERVED_PIDS;
static int pid_max_min = RESERVED_PIDS + 1;