Home
last modified time | relevance | path

Searched refs:P_WKILLED (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_swapout.c610 oom_alloc = (p->p_flag & P_WKILLED) != 0 ? VM_ALLOC_SYSTEM : in faultin()
677 if (p->p_state == PRS_NORMAL && (p->p_flag & P_WKILLED) != 0) { in swapper_selector()
/f-stack/freebsd/sys/
H A Dproc.h766 #define P_WKILLED 0x00008000 /* Killed, go to kernel/user boundary macro
790 #define P_KILLED(p) ((p)->p_flag & P_WKILLED)
/f-stack/freebsd/kern/
H A Dkern_sig.c3242 if ((p->p_flag & P_WKILLED) == 0) { in proc_wkilled()
3243 p->p_flag |= P_WKILLED; in proc_wkilled()