Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dkern_memorystatus_freeze.h154 uint64_t mfs_error_other_count; member
/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus_freeze.c270 …r_other_count, CTLFLAG_RD | CTLFLAG_LOCKED, &memorystatus_freezer_stats.mfs_error_other_count, "");
1499 …e->error_other = memorystatus_freezer_stats.mfs_error_other_count * 100 / process_considered_count; in memorystatus_freeze_record_interval_analytics()
1744 memorystatus_freezer_stats.mfs_error_other_count++; in memorystatus_is_process_eligible_for_freeze()
1886 memorystatus_freezer_stats.mfs_error_other_count++; in memorystatus_freeze_process()
2750 memorystatus_freezer_stats.mfs_error_other_count = 0; in memorystatus_freeze_start_normal_throttle_interval()