Searched refs:ut_maxpid (Results 1 – 1 of 1) sorted by relevance
121 static pid_t ut_maxpid = 0; /* Value of MAXPID from sysconf */ variable249 ut_maxpid = sysconf(_SC_MAXPID); in big_pids_in_use()251 return (ut_maxpid > SHRT_MAX ? 1 : 0); in big_pids_in_use()