Searched refs:cell_from_idx (Results 1 – 2 of 2) sorted by relevance
303 T_QUIET; T_ASSERT_EQ(prev, cell_from_idx(cell->prev), in verify_cell_queue()351 verify_cell_clear(cell_from_idx(i)); in verify_mte_info()488 cell_t *cell = cell_from_idx(idx); in t_set_activating()501 cell_t *cell = cell_from_idx(idx); in t_set_deactivating()514 cell_t *cell = cell_from_idx(idx); in t_set_reclaiming()543 verify_cell_in_list(cell_from_idx(100), MTE_LIST_INACTIVE_IDX);560 verify_cell_in_list(cell_from_idx(cidx), MTE_LIST_ACTIVE_0_IDX);565 verify_cell_in_list(cell_from_idx(cidx), MTE_LIST_INACTIVE_IDX);571 verify_cell_in_list(cell_from_idx(cidx), MTE_LIST_ACTIVE_0_IDX);577 verify_cell_in_list(cell_from_idx(cidx), MTE_LIST_ACTIVE_0_IDX);[all …]
620 cell_from_idx(cell_idx_t idx) in cell_from_idx() function678 return cell_from_idx(cell_queue_first_idx(queue)); in cell_queue_first()693 cell_t *tail = cell_from_idx(tidx); in cell_queue_insert_tail()713 cell_t *prev = cell_from_idx(pidx); in cell_queue_remove()714 cell_t *next = cell_from_idx(nidx); in cell_queue_remove()735 it = cell_from_idx(it->next))739 it != &(q)->head && (__next_it = cell_from_idx(it->next), 1); \1184 return cell_from_idx(pidx); in cell_from_tag_storage_page()1194 return cell_from_idx(cidx); in cell_from_covered_ppnum()1205 return cell_from_idx(cidx); in cell_from_covered_ppnum()[all …]