Searched refs:memstat_kill_process_sync (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_memorystatus.c | 901 static bool memstat_kill_process_sync(pid_t victim_pid, uint32_t cause, os_reason_t jetsam_reason); 5131 …if (memstat_kill_process_sync(proc_getpid(p), kMemorystatusKilledPerProcessLimit, jetsam_reason) !… in memorystatus_on_ledger_footprint_exceeded() 5206 …if (memstat_kill_process_sync(proc_getpid(p), kMemorystatusKilledConclaveLimit, jetsam_reason) != … in memorystatus_on_conclave_limit_exceeded() 5280 memstat_kill_process_sync(pid_t victim_pid, uint32_t cause, os_reason_t jetsam_reason) in memstat_kill_process_sync() function 7449 return memstat_kill_process_sync(-1, kMemorystatusKilledVMCompressorSpaceShortage, jetsam_reason); in memorystatus_kill_on_VM_compressor_space_shortage() 7470 return memstat_kill_process_sync(-1, kMemorystatusKilledVnodes, jetsam_reason); in memorystatus_kill_on_vnode_exhaustion() 7483 return memstat_kill_process_sync(-1, kMemorystatusKilledSustainedPressure, jetsam_reason); in memorystatus_kill_on_sustained_pressure() 7491 return memstat_kill_process_sync(pid, kill_cause, jetsam_reason); in memstat_kill_with_jetsam_reason_sync() 7506 return memstat_kill_process_sync(pid, kMemorystatusKilledZoneMapExhaustion, jetsam_reason); in memorystatus_kill_on_zone_map_exhaustion() 9361 error = memstat_kill_process_sync(args->pid, kMemorystatusKilled, jetsam_reason) ? 0 : EINVAL;
|