Searched refs:P_LOWMEMKILL (Results 1 – 4 of 4) sorted by relevance
367 #define P_LOWMEMKILL 0x00010000 /* trying to kill due to low memory */ macro
1655 … if (td->td_proc && (td->td_proc->p_flags & P_LOWMEMKILL)) in vm_fault_object()1769 … if (td->td_proc && (td->td_proc->p_flags & P_LOWMEMKILL)) in vm_fault_object()
1833 atomic_set_int(&info.bigproc->p_flags, P_LOWMEMKILL); in vm_pageout_scan_cache()
3027 (td->td_proc->p_flags & P_LOWMEMKILL)) in vm_wait_pfault()