Searched refs:m_hit_rl_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_cache.cpp48 if (m_hit_rl_max[idx] < m_hit_rl[idx]) \
49 m_hit_rl_max[idx] = m_hit_rl[idx]; \
165 if (m_hit_rl_max[i] < m_hit_rl[i])
166 m_hit_rl_max[i] = m_hit_rl[i];
168 oss << "Run length max page " << std::dec << i << ": " << m_hit_rl_max[i] << "\n"; local
/freebsd-13-stable/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_cache.h94 uint32_t m_hit_rl_max[MEM_ACC_CACHE_MRU_SIZE]; member in class:TrcMemAccCache
108 m_hit_rl_max[i] = 0;

Completed in 133 milliseconds