Searched refs:memorystatus_freezer_stats (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_memorystatus_freeze.c | 148 struct memorystatus_freezer_stats_t memorystatus_freezer_stats = {0}; variable 269 …rror_excess_shared_memory_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro… 270 …_low_private_shared_ratio_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro… 271 …error_no_compressor_space_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro… 272 …eezer_error_no_swap_space_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro… 273 …zer_error_below_min_pages_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro… 274 …or_low_probability_of_use_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro… 275 …us_freezer_error_elevated_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro… 276 …tatus_freezer_error_other_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_erro… 277 …reezer_process_considered_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_proc… [all …]
|
| H A D | kern_memorystatus_policy.c | 735 memorystatus_freezer_stats.mfs_process_considered_count++; in memorystatus_is_process_eligible_for_freeze() 743 memorystatus_freezer_stats.mfs_error_below_min_pages_count++; in memorystatus_is_process_eligible_for_freeze() 756 memorystatus_freezer_stats.mfs_error_other_count++; in memorystatus_is_process_eligible_for_freeze() 771 memorystatus_freezer_stats.mfs_error_low_probability_of_use_count++; in memorystatus_is_process_eligible_for_freeze() 784 memorystatus_freezer_stats.mfs_error_elevated_count++; in memorystatus_is_process_eligible_for_freeze() 804 memorystatus_freezer_stats.mfs_process_considered_count++; in memorystatus_is_process_eligible_for_freeze() 900 &memorystatus_freezer_stats.mfs_freeze_pid_mismatches); in memorystatus_freeze_pick_process() 974 memorystatus_freezer_stats.mfs_below_threshold_count++; in memorystatus_freeze_thread_should_run() 981 memorystatus_freezer_stats.mfs_skipped_full_count++; in memorystatus_freeze_thread_should_run() 988 memorystatus_freezer_stats.mfs_skipped_shared_mb_high_count++; in memorystatus_freeze_thread_should_run()
|
| H A D | kern_memorystatus_internal.h | 585 extern struct memorystatus_freezer_stats_t memorystatus_freezer_stats;
|
| H A D | kern_memorystatus.c | 3860 os_atomic_inc(&(memorystatus_freezer_stats.mfs_processes_thawed), relaxed); in memorystatus_on_resume() 3862 os_atomic_inc(&(memorystatus_freezer_stats.mfs_processes_thawed_webcontent), relaxed); in memorystatus_on_resume()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | kern_memorystatus_freeze.h | 254 extern struct memorystatus_freezer_stats_t memorystatus_freezer_stats;
|