Searched refs:RFHIGHPID (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | unistd.h | 184 #define RFHIGHPID (1<<18) /* use a pid higher than 10 (idleproc) */ macro 196 RFTHREAD | RFSIGSHARE | RFLINUXTHPN | RFSTOPPED | RFHIGHPID | RFTSIGZMB | \ 198 #define RFKERNELONLY (RFSTOPPED | RFHIGHPID | RFPROCDESC)
|
| /f-stack/freebsd/kern/ |
| H A D | kern_idle.c | 69 RFSTOPPED | RFHIGHPID, 0, "idle", "idle: cpu%d", pc->pc_cpuid); in idle_setup() 73 RFSTOPPED | RFHIGHPID, 0, "idle", "idle"); in idle_setup()
|
| H A D | kern_fork.c | 271 if (flags & RFHIGHPID) { in fork_findpid() 297 if ((flags & RFHIGHPID) == 0) in fork_findpid()
|
| H A D | kern_intr.c | 541 &td, RFSTOPPED | RFHIGHPID, in ithread_create()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_worker.c | 542 error = kproc_create(audit_worker, NULL, &audit_thread, RFHIGHPID, in audit_worker_init()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 3227 RFHIGHPID, 0, "ng_queue", "ng_queue%d", i)) { in ngb_mod_event()
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 3254 RFHIGHPID, 0, "ng_queue", "ng_queue%d", i)) { in ngb_mod_event()
|