Home
last modified time | relevance | path

Searched refs:P_KPROC (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_kthread.c111 p2->p_flag |= P_SYSTEM | P_KPROC; in kproc_create()
196 if ((p->p_flag & P_KPROC) == 0) { in kproc_suspend()
213 if ((p->p_flag & P_KPROC) == 0) { in kproc_resume()
H A Dinit_main.c494 p->p_flag = P_SYSTEM | P_INMEM | P_KPROC; in proc0_init()
H A Dkern_racct.c1138 if ((p->p_flag & (P_SYSTEM | P_KPROC)) != 0) in racct_proc_throttle()
H A Dkern_fork.c1075 if (p->p_flag & P_KPROC) { in fork_exit()
H A Dkern_proc.c3259 if ((p->p_flag & (P_KPROC | P_SYSTEM | P_TOTAL_STOP)) != 0) { in stop_all_proc()
/f-stack/freebsd/sys/
H A Dproc.h747 #define P_KPROC 0x00000004 /* Kernel process. */ macro