Searched refs:free_slot_idx (Results 1 – 1 of 1) sorted by relevance
48 uint16_t free_slot_idx[NUM_BANKS]; /* Up to 1KiB. Move to dynamic? */ member116 memset(self->free_slot_idx, 0, sizeof(self->free_slot_idx)); in FN()139 const size_t idx = self->free_slot_idx[bank]++ & (BANK_SIZE - 1); in FN()