Searched refs:CHI_LOW (Results 1 – 1 of 1) sorted by relevance
3031 typedef enum { CHI_LOW, CHI_HIGH } cache_hs_t; enumerator3033 static cache_hs_t neg_cache_hysteresis_state[2] = { CHI_LOW, CHI_LOW };3034 static cache_hs_t pos_cache_hysteresis_state[2] = { CHI_LOW, CHI_LOW };3035 static cache_hs_t exc_cache_hysteresis_state[2] = { CHI_LOW, CHI_LOW };3071 case CHI_LOW: in cache_hysteresis()3092 neg_cache_hysteresis_state[critpath] = CHI_LOW; in cache_hysteresis()3119 case CHI_LOW: in cache_hysteresis()3137 pos_cache_hysteresis_state[critpath] = CHI_LOW; in cache_hysteresis()3154 case CHI_LOW: in cache_hysteresis()3172 exc_cache_hysteresis_state[critpath] = CHI_LOW; in cache_hysteresis()