Lines Matching refs:slot_index_to_boot
209 size_t slot_index_to_boot; in spl_get_current_slot() local
241 slot_index_to_boot = 1; in spl_get_current_slot()
243 slot_index_to_boot = 0; in spl_get_current_slot()
245 slot_index_to_boot = 0; in spl_get_current_slot()
247 slot_index_to_boot = 1; in spl_get_current_slot()
261 if (slot_index_to_boot == 0) in spl_get_current_slot()
263 else if (slot_index_to_boot == 1) in spl_get_current_slot()
266 if (last_slot_index != slot_index_to_boot) { in spl_get_current_slot()
267 last_slot_index = slot_index_to_boot; in spl_get_current_slot()
270 ab_data.slots[slot_index_to_boot].successful_boot, in spl_get_current_slot()
271 ab_data.slots[slot_index_to_boot].tries_remaining); in spl_get_current_slot()