Home
last modified time | relevance | path

Searched refs:mfs_error_other_count (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dkern_memorystatus_freeze.h178 uint64_t mfs_error_other_count; member
/xnu-12377.61.12/bsd/kern/
H A Dkern_memorystatus_freeze.c301 …r_other_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_error_other_count, "");
1536 …e->error_other = memorystatus_freezer_stats.mfs_error_other_count * 100 / process_considered_count; in memorystatus_freeze_record_interval_analytics()
1870 memorystatus_freezer_stats.mfs_error_other_count++; in memorystatus_freeze_process()
2676 memorystatus_freezer_stats.mfs_error_other_count = 0; in memorystatus_freeze_start_normal_throttle_interval()
H A Dkern_memorystatus_policy.c746 memorystatus_freezer_stats.mfs_error_other_count++; in memorystatus_is_process_eligible_for_freeze()