Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c1346 memorystatus_log("memorystatus: draining ballast " in memorystatus_ballast_control()
1364 memorystatus_log("memorystatus: flooding ballast " in memorystatus_ballast_control()
2110 memorystatus_log( in memorystatus_do_kill()
3159 memorystatus_log( in memorystatus_dirty_track()
3448 memorystatus_log( in memorystatus_on_terminate()
3638 memorystatus_log( in kill_idle_exit_proc()
6249 memorystatus_log( in memorystatus_kill_processes_aggressive()
8926 memorystatus_log(
8932 memorystatus_log(
8938 memorystatus_log(
[all …]
H A Dkern_memorystatus_notify.c1316memorystatus_log("memorystatus: Pressure level has been elevated for too long. killing up to %d id… in sustained_pressure_handler()
1334memorystatus_log("memorystatus: Killed %d idle processes due to sustained pressure, but device did… in sustained_pressure_handler()
1477memorystatus_log("memorystatus: Pressure has returned to level %d. Cancelling scheduled jetsam\n",… in memorystatus_update_vm_pressure()
1487memorystatus_log("memorystatus: Pressure level has increased from %d to %d. Scheduling jetsam.\n",… in memorystatus_update_vm_pressure()
1744 memorystatus_log("memorystatus: issuing %s jetsam pressure notification to %d waiters", in memorystatus_broadcast_jetsam_pressure()
H A Dkern_memorystatus_freeze.c534 memorystatus_log("sysctl_freeze: Freeze is DISABLED\n");
1305memorystatus_log("memorystatus: Skipping kill of frozen process %s (%d) because it's already exiti… in kill_all_frozen_processes()
1371 memorystatus_log("memorystatus: Disabling freezer. Will kill all frozen processes\n"); in memorystatus_disable_freeze()
1929memorystatus_log("memorystatus: %sfreezing (%s) pid %d [%s] done, memorystatus_freeze_budget_pages… in memorystatus_freeze_process()
2317 memorystatus_log("memorystatus_demote_frozen_process(%s) pid %d [%s]\n", in memorystatus_demote_frozen_process()
2619 memorystatus_log("%s: %sfreezing (%s) pid %d [%s]...skipped (%s)\n", in memorystatus_freeze_handle_error()
2752 memorystatus_log( in memorystatus_freeze_out_of_budget()
2770 memorystatus_log( in memorystatus_freeze_out_of_slots()
H A Dkern_memorystatus_internal.h267 #define memorystatus_log(format, ...) _memorystatus_log_with_type(OS_LOG_TYPE_DEFAULT, format, ##__… macro
H A Dkern_memorystatus_policy.c219 memorystatus_log("memorystatus: Starting aggressive jetsam.\n"); in memorystatus_pick_action()