Home
last modified time | relevance | path

Searched refs:PID_MAX (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/sys/
H A Dproc.h468 #define PID_MAX 30000 macro
/netbsd/sys/fs/nfs/nlm/
H A Dnlm_advlock.c104 nlm_svid_allocator = new_unrhdr(PID_MAX + 2, INT_MAX, &nlm_svid_lock); in nlm_client_init()
412 if (fl->l_pid > PID_MAX) { in nlm_set_creds_for_lock()
/netbsd/sys/kern/
H A Dkern_proc.c379 #define LINK_EMPTY ((PID_MAX + INITIAL_PID_TABLE_SIZE) & ~(INITIAL_PID_TABLE_SIZE - 1)) in procinit()
391 pid_max = PID_MAX; in procinit()
1032 if (pid_tbl_mask > PID_MAX) { in expand_pid_table()
H A Dinit_sysctl.c869 if (nmaxproc < 0 || nmaxproc >= PID_MAX) in sysctl_kern_maxproc()
/netbsd/sys/dist/pf/net/
H A Dpfvar.h1779 #define NO_PID (PID_MAX + 1)
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20183355 * procfs.c (MAX_PROC_NAME_SIZE): Allow for 6-digit PID_MAX and
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20183355 * procfs.c (MAX_PROC_NAME_SIZE): Allow for 6-digit PID_MAX and