Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_memorystatus_freeze.c173 struct memorystatus_freezer_stats_t memorystatus_freezer_stats = {0}; variable
294 …rror_excess_shared_memory_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
295 …_low_private_shared_ratio_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
296 …error_no_compressor_space_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
297 …eezer_error_no_swap_space_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
298 …zer_error_below_min_pages_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
299 …or_low_probability_of_use_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
300 …us_freezer_error_elevated_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
301 …tatus_freezer_error_other_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
302 …reezer_process_considered_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_proc…
[all …]
H A Dkern_memorystatus_policy.c725 memorystatus_freezer_stats.mfs_process_considered_count++; in memorystatus_is_process_eligible_for_freeze()
733 memorystatus_freezer_stats.mfs_error_below_min_pages_count++; in memorystatus_is_process_eligible_for_freeze()
746 memorystatus_freezer_stats.mfs_error_other_count++; in memorystatus_is_process_eligible_for_freeze()
761 memorystatus_freezer_stats.mfs_error_low_probability_of_use_count++; in memorystatus_is_process_eligible_for_freeze()
774 memorystatus_freezer_stats.mfs_error_elevated_count++; in memorystatus_is_process_eligible_for_freeze()
794 memorystatus_freezer_stats.mfs_process_considered_count++; in memorystatus_is_process_eligible_for_freeze()
885 &memorystatus_freezer_stats.mfs_freeze_pid_mismatches); in memorystatus_freeze_pick_process()
954 memorystatus_freezer_stats.mfs_below_threshold_count++; in memorystatus_freeze_thread_should_run()
961 memorystatus_freezer_stats.mfs_skipped_full_count++; in memorystatus_freeze_thread_should_run()
968 memorystatus_freezer_stats.mfs_skipped_shared_mb_high_count++; in memorystatus_freeze_thread_should_run()
H A Dkern_memorystatus_internal.h587 extern struct memorystatus_freezer_stats_t memorystatus_freezer_stats;
H A Dkern_memorystatus.c3878 os_atomic_inc(&(memorystatus_freezer_stats.mfs_processes_thawed), relaxed); in memorystatus_on_resume()
3880 os_atomic_inc(&(memorystatus_freezer_stats.mfs_processes_thawed_webcontent), relaxed); in memorystatus_on_resume()
/xnu-12377.81.4/bsd/sys/
H A Dkern_memorystatus_freeze.h254 extern struct memorystatus_freezer_stats_t memorystatus_freezer_stats;