Searched refs:P_KILLED (Results 1 – 6 of 6) sorted by relevance
1286 if (!vm_page_count_severe_set(&dset->ds_mask) || P_KILLED(curproc)) { in vm_fault_allocate()1295 P_KILLED(curproc) ? VM_ALLOC_SYSTEM : 0); in vm_fault_allocate()1343 if (fs->nera == -1 && !P_KILLED(curproc)) in vm_fault_getpages()1366 P_KILLED(curproc)) { in vm_fault_getpages()
1924 p->p_pid == 1 || P_KILLED(p) || in vm_pageout_oom()
964 if (P_SHOULDSTOP(p) || P_KILLED(p)) { in realitexpire() 1705 if (P_SHOULDSTOP(p) || P_KILLED(p)) { in realtimer_expire_l() 1726 if (P_SHOULDSTOP(p) || P_KILLED(p)) { in realtimer_expire_l()
759 if (P_SHOULDSTOP(p) || P_KILLED(p)) { in filt_timerexpire_l()762 if (P_SHOULDSTOP(p) || P_KILLED(p)) { in filt_timerexpire_l()
2842 if (P_KILLED(p)) { in ptracestop()
847 #define P_KILLED(p) ((p)->p_flag & P_WKILLED) macro