Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_memorystatus.c767 memorystatus_log("memorystatus: WARNING %s [%d] is receiving an entitled " in memorystatus_act_on_entitled_developer_task_limit()
1789 memorystatus_log( in memorystatus_do_kill()
2857 memorystatus_log( in memorystatus_dirty_track()
3146 memorystatus_log( in memorystatus_on_terminate()
3336 memorystatus_log( in kill_idle_exit_proc()
3527 memorystatus_log("memorystatus: purging kernel memory caches\n"); in memstat_purge_caches()
3530 memorystatus_log("memorystatus: recovered %llu pages from pmap\n", in memstat_purge_caches()
3538 memorystatus_log("memorystatus: purging all corpses\n"); in memstat_purge_caches()
3544 memorystatus_log("memorystatus: no corpses to purge\n"); in memstat_purge_caches()
3551 memorystatus_log("memorystatus: reclaiming all deferred user memory\n"); in memstat_purge_caches()
[all …]
H A Dkern_memorystatus_policy.c191 memorystatus_log("memorystatus: Looking for highwatermark kills.\n"); in memorystatus_pick_action()
208 memorystatus_log("memorystatus: Starting aggressive jetsam.\n"); in memorystatus_pick_action()
H A Dkern_memorystatus_notify.c1329memorystatus_log("memorystatus: Pressure level has been elevated for too long. killing up to %d id… in sustained_pressure_handler()
1347memorystatus_log("memorystatus: Killed %d idle processes due to sustained pressure, but device did… in sustained_pressure_handler()
1490memorystatus_log("memorystatus: Pressure has returned to level %d. Cancelling scheduled jetsam\n",… in memorystatus_update_vm_pressure()
1500memorystatus_log("memorystatus: Pressure level has increased from %d to %d. Scheduling jetsam.\n",… in memorystatus_update_vm_pressure()
1757 memorystatus_log("memorystatus: issuing %s jetsam pressure notification to %d waiters", in memorystatus_broadcast_jetsam_pressure()
H A Dkern_memorystatus_freeze.c550 memorystatus_log("sysctl_freeze: Freeze is DISABLED\n");
1321memorystatus_log("memorystatus: Skipping kill of frozen process %s (%d) because it's already exiti… in kill_all_frozen_processes()
1387 memorystatus_log("memorystatus: Disabling freezer. Will kill all frozen processes\n"); in memorystatus_disable_freeze()
1945memorystatus_log("memorystatus: %sfreezing (%s) pid %d [%s] done, memorystatus_freeze_budget_pages… in memorystatus_freeze_process()
2333 memorystatus_log("memorystatus_demote_frozen_process(%s) pid %d [%s]\n", in memorystatus_demote_frozen_process()
2635 memorystatus_log("%s: %sfreezing (%s) pid %d [%s]...skipped (%s)\n", in memorystatus_freeze_handle_error()
2768 memorystatus_log( in memorystatus_freeze_out_of_budget()
2786 memorystatus_log( in memorystatus_freeze_out_of_slots()
H A Dkern_memorystatus_internal.h268 #define memorystatus_log(format, ...) _memorystatus_log_with_type(OS_LOG_TYPE_DEFAULT, format, ##__… macro