Searched refs:entry_idx (Results 1 – 3 of 3) sorted by relevance
231 uint32_t entry_idx; in ShouldStop() local234 &entry_idx)) { in ShouldStop()237 if (entry_idx > 0) { in ShouldStop()245 if (line_table->GetLineEntryAtIndex(entry_idx - 1, in ShouldStop()272 entry_idx + look_ahead_step, next_line_entry)) { in ShouldStop()
318 auto entry_idx = m_reserved_blocks.FindEntryIndexThatContains(addr); in FreeBlock() local319 if (entry_idx != UINT32_MAX) in FreeBlock()321 m_free_blocks.Insert(m_reserved_blocks.GetEntryRef(entry_idx), true); in FreeBlock()322 m_reserved_blocks.RemoveEntryAtIndex(entry_idx); in FreeBlock()
814 unsigned entry_idx = __MF_CACHE_INDEX (ptr); in __mfu_check() local815 struct __mf_cache *entry = & __mf_lookup_cache [entry_idx]; in __mfu_check()827 ptr, entry_idx, (unsigned long)sz, in __mfu_check()1023 __mf_lookup_cache_reusecount [entry_idx] ++; in __mfu_check()