Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_fault.c1286 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()
H A Dvm_pageout.c1924 p->p_pid == 1 || P_KILLED(p) || in vm_pageout_oom()
/freebsd/sys/kern/
H A Dkern_time.c964 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()
H A Dkern_event.c759 if (P_SHOULDSTOP(p) || P_KILLED(p)) { in filt_timerexpire_l()
762 if (P_SHOULDSTOP(p) || P_KILLED(p)) { in filt_timerexpire_l()
H A Dkern_sig.c2842 if (P_KILLED(p)) { in ptracestop()
/freebsd/sys/sys/
H A Dproc.h847 #define P_KILLED(p) ((p)->p_flag & P_WKILLED) macro