Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_memorystatus_freeze.c164 struct memorystatus_freezer_stats_t memorystatus_freezer_stats = {0}; variable
285 …rror_excess_shared_memory_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
286 …_low_private_shared_ratio_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
287 …error_no_compressor_space_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
288 …eezer_error_no_swap_space_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
289 …zer_error_below_min_pages_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
290 …or_low_probability_of_use_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
291 …us_freezer_error_elevated_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
292 …tatus_freezer_error_other_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro…
293 …reezer_process_considered_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_proc…
[all …]
H A Dkern_memorystatus_policy.c469 memorystatus_freezer_stats.mfs_process_considered_count++; in memorystatus_is_process_eligible_for_freeze()
477 memorystatus_freezer_stats.mfs_error_below_min_pages_count++; in memorystatus_is_process_eligible_for_freeze()
490 memorystatus_freezer_stats.mfs_error_other_count++; in memorystatus_is_process_eligible_for_freeze()
505 memorystatus_freezer_stats.mfs_error_low_probability_of_use_count++; in memorystatus_is_process_eligible_for_freeze()
518 memorystatus_freezer_stats.mfs_error_elevated_count++; in memorystatus_is_process_eligible_for_freeze()
538 memorystatus_freezer_stats.mfs_process_considered_count++; in memorystatus_is_process_eligible_for_freeze()
634 &memorystatus_freezer_stats.mfs_freeze_pid_mismatches); in memorystatus_freeze_pick_process()
708 memorystatus_freezer_stats.mfs_below_threshold_count++; in memorystatus_freeze_thread_should_run()
715 memorystatus_freezer_stats.mfs_skipped_full_count++; in memorystatus_freeze_thread_should_run()
722 memorystatus_freezer_stats.mfs_skipped_shared_mb_high_count++; in memorystatus_freeze_thread_should_run()
H A Dkern_memorystatus_internal.h423 extern struct memorystatus_freezer_stats_t memorystatus_freezer_stats;
H A Dkern_memorystatus.c3216 os_atomic_inc(&(memorystatus_freezer_stats.mfs_processes_thawed), relaxed); in memorystatus_on_resume()
3218 os_atomic_inc(&(memorystatus_freezer_stats.mfs_processes_thawed_webcontent), relaxed); in memorystatus_on_resume()
/xnu-11215.1.10/bsd/sys/
H A Dkern_memorystatus_freeze.h254 extern struct memorystatus_freezer_stats_t memorystatus_freezer_stats;