Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dunistd.h184 #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 Dkern_idle.c69 RFSTOPPED | RFHIGHPID, 0, "idle", "idle: cpu%d", pc->pc_cpuid); in idle_setup()
73 RFSTOPPED | RFHIGHPID, 0, "idle", "idle"); in idle_setup()
H A Dkern_fork.c271 if (flags & RFHIGHPID) { in fork_findpid()
297 if ((flags & RFHIGHPID) == 0) in fork_findpid()
H A Dkern_intr.c541 &td, RFSTOPPED | RFHIGHPID, in ithread_create()
/f-stack/freebsd/security/audit/
H A Daudit_worker.c542 error = kproc_create(audit_worker, NULL, &audit_thread, RFHIGHPID, in audit_worker_init()
/f-stack/freebsd/netgraph/
H A Dng_base.c3227 RFHIGHPID, 0, "ng_queue", "ng_queue%d", i)) { in ngb_mod_event()
/f-stack/lib/
H A Dff_ng_base.c3254 RFHIGHPID, 0, "ng_queue", "ng_queue%d", i)) { in ngb_mod_event()