Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c767 static boolean_t memorystatus_kill_process_sync(pid_t victim_pid, uint32_t cause, os_reason_t jetsa…
4367 …if (memorystatus_kill_process_sync(proc_getpid(p), kMemorystatusKilledPerProcessLimit, jetsam_reas… in memorystatus_on_ledger_footprint_exceeded()
4477 memorystatus_kill_process_sync(pid_t victim_pid, uint32_t cause, os_reason_t jetsam_reason) in memorystatus_kill_process_sync() function
6452 …return memorystatus_kill_process_sync(-1, kMemorystatusKilledVMCompressorSpaceShortage, jetsam_rea… in memorystatus_kill_on_VM_compressor_space_shortage()
6468 …return memorystatus_kill_process_sync(-1, kMemorystatusKilledVMCompressorThrashing, jetsam_reason); in memorystatus_kill_on_VM_compressor_thrashing()
6483 return memorystatus_kill_process_sync(-1, kMemorystatusKilledVMPageShortage, jetsam_reason); in memorystatus_kill_on_VM_page_shortage()
6498 return memorystatus_kill_process_sync(-1, kMemorystatusKilledFCThrashing, jetsam_reason); in memorystatus_kill_on_FC_thrashing()
6510 return memorystatus_kill_process_sync(-1, kMemorystatusKilledVnodes, jetsam_reason); in memorystatus_kill_on_vnode_limit()
6524 return memorystatus_kill_process_sync(-1, kMemorystatusKilledSustainedPressure, jetsam_reason); in memorystatus_kill_on_sustained_pressure()
6531 return memorystatus_kill_process_sync(pid, kMemorystatusKilled, jetsam_reason); in memorystatus_kill_with_jetsam_reason_sync()
[all …]