Searched refs:free_slot_idx (Results 1 – 1 of 1) sorted by relevance
53 uint16_t free_slot_idx[NUM_BANKS]; member88 memset(self->free_slot_idx, 0, sizeof(self->free_slot_idx)); in FN()107 const size_t idx = self->free_slot_idx[bank]++ & (BANK_SIZE - 1); in FN()