Searched refs:slot_index (Results 1 – 2 of 2) sorted by relevance
344 size_t slot_index = 0; in spl_ab_decrease_tries() local353 slot_index = 0; in spl_ab_decrease_tries()355 slot_index = 1; in spl_ab_decrease_tries()357 slot_index = 0; in spl_ab_decrease_tries()373 if (!ab_data.slots[slot_index].successful_boot && in spl_ab_decrease_tries()374 ab_data.slots[slot_index].tries_remaining > 0) in spl_ab_decrease_tries()375 ab_data.slots[slot_index].tries_remaining -= 1; in spl_ab_decrease_tries()
541 size_t slot_index = 0; in ab_decrease_tries() local547 slot_index = 0; in ab_decrease_tries()549 slot_index = 1; in ab_decrease_tries()551 slot_index = 0; in ab_decrease_tries()565 if (!ab_data.slots[slot_index].successful_boot && in ab_decrease_tries()566 ab_data.slots[slot_index].tries_remaining > 0) in ab_decrease_tries()567 ab_data.slots[slot_index].tries_remaining -= 1; in ab_decrease_tries()