Searched refs:prev_slot (Results 1 – 1 of 1) sorted by relevance
390 struct irq_handler_chain_slot *prev_slot = NULL; in irq_add_shared_handler() local394 prev_slot = cur_slot; in irq_add_shared_handler()398 if (prev_slot) { in irq_add_shared_handler()409 .inst3 = prev_slot->link >= 0 ? in irq_add_shared_handler()410 … make_j_16(&slot->inst3, resolve_j_16(&prev_slot->inst3)) : // b next_slot in irq_add_shared_handler()412 .link = prev_slot->link, in irq_add_shared_handler()416 prev_slot->inst3 = make_j_16(&prev_slot->inst3, slot), in irq_add_shared_handler()417 prev_slot->link = slot_index; in irq_add_shared_handler()501 struct irq_handler_chain_slot *prev_slot = NULL; in irq_remove_handler() local505 prev_slot = to_free_slot; in irq_remove_handler()[all …]