Searched refs:P_KILLED (Results 1 – 4 of 4) sorted by relevance
1120 if (!vm_page_count_severe_set(&dset->ds_mask) || P_KILLED(curproc)) { in vm_fault_allocate()1124 alloc_req = P_KILLED(curproc) ? in vm_fault_allocate()1196 P_KILLED(curproc)) { in vm_fault_getpages()1474 if (nera == -1 && !P_KILLED(curproc)) in vm_fault()
1958 p->p_pid == 1 || P_KILLED(p) || in vm_pageout_oom()
790 #define P_KILLED(p) ((p)->p_flag & P_WKILLED) macro
2593 if (P_KILLED(p)) { in ptracestop()