Searched refs:PGET_NOTID (Results 1 – 6 of 6) sorted by relevance
515 error = pget(id, PGET_CANSEE | PGET_NOTWEXIT | PGET_NOTID, &p); in cpu_procctl()
1128 #define PGET_NOTID 0x00040 /* Do not assume tid if pid > PID_MAX. */ macro
204 error = pget(id, PGET_CANSEE | PGET_NOTID, &p); in kern_clock_getcpuclockid2()
2124 error = pget(pid, PGET_NOTID | PGET_CANDEBUG | PGET_NOTWEXIT | in kcmp_pget()
525 } else if ((flags & PGET_NOTID) == 0) { in pget()
1211 ret = pget(pgid, PGET_NOTWEXIT | PGET_NOTID | PGET_HOLD, &proc); in fsetown()