HomeSort by: relevance | last modified time | path
    Searched refs:PID_MAX (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
proc.h 465 * We use process IDs <= PID_MAX until there are > 16k processes.
468 #define PID_MAX 30000
  /src/sys/fs/nfs/nlm/
nlm_advlock.c 103 /* pid_max cannot be greater than PID_MAX */
104 nlm_svid_allocator = new_unrhdr(PID_MAX + 2, INT_MAX, &nlm_svid_lock);
412 if (fl->l_pid > PID_MAX) {
  /src/sys/kern/
sys_futex.c 1066 MIN(PID_MAX*MAXMAXLWP, FUTEX_TID_MASK));
1068 MIN(PID_MAX*MAXMAXLWP, FUTEX_TID_MASK));
kern_proc.c 188 static pid_t pid_max __read_mostly;
383 #define LINK_EMPTY ((PID_MAX + INITIAL_PID_TABLE_SIZE) & ~(INITIAL_PID_TABLE_SIZE - 1))
395 pid_max = PID_MAX;
398 Preset 'use count' above PID_MAX so we allocate pid 1 next. */
1033 * pid_max starts as PID_MAX (= 30000), once we have 16384
1036 if (pid_tbl_mask > PID_MAX) {
1037 pid_max = pid_tbl_mask * 2 + 1;
1125 if ((uint)pid > (uint)pid_max)
    [all...]
init_sysctl.c 869 if (nmaxproc < 0 || nmaxproc >= PID_MAX)
  /src/sys/dist/pf/net/
pfvar.h 1779 #define NO_PID (PID_MAX + 1)

Completed in 47 milliseconds