Lines Matching refs:prev_status
138 static struct memorystatus_system_health_s prev_status = {0}; in memstat_log_system_health() local
145 if (prev_status.msh_zone_map_is_exhausted == status->msh_zone_map_is_exhausted && in memstat_log_system_health()
146 prev_status.msh_compressor_exhausted == status->msh_compressor_exhausted && in memstat_log_system_health()
147 prev_status.msh_swap_low_on_space == status->msh_swap_low_on_space && in memstat_log_system_health()
148 prev_status.msh_swap_exhausted == status->msh_swap_exhausted in memstat_log_system_health()
151 prev_status.msh_available_pages_below_idle == status->msh_available_pages_below_idle && in memstat_log_system_health()
152 prev_status.msh_available_pages_below_soft == status->msh_available_pages_below_soft && in memstat_log_system_health()
153 prev_status.msh_available_pages_below_critical == status->msh_available_pages_below_critical && in memstat_log_system_health()
154 prev_status.msh_available_pages_below_reaper == status->msh_available_pages_below_reaper && in memstat_log_system_health()
155 prev_status.msh_compressor_needs_to_swap == status->msh_compressor_needs_to_swap && in memstat_log_system_health()
156 prev_status.msh_compressor_is_thrashing == status->msh_compressor_is_thrashing && in memstat_log_system_health()
157 prev_status.msh_filecache_is_thrashing == status->msh_filecache_is_thrashing && in memstat_log_system_health()
158 prev_status.msh_phantom_cache_pressure == status->msh_phantom_cache_pressure && in memstat_log_system_health()
159 prev_status.msh_swapin_queue_over_limit == status->msh_swapin_queue_over_limit && in memstat_log_system_health()
160 prev_status.msh_pageout_starved == status->msh_pageout_starved in memstat_log_system_health()
247 prev_status = *status; in memstat_log_system_health()