Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_cache.c3034 static cache_hs_t pos_cache_hysteresis_state[2] = { CHI_LOW, CHI_LOW }; variable
3118 switch(pos_cache_hysteresis_state[critpath]) { in cache_hysteresis()
3126 pos_cache_hysteresis_state[critpath] = CHI_HIGH; in cache_hysteresis()
3137 pos_cache_hysteresis_state[critpath] = CHI_LOW; in cache_hysteresis()