Searched refs:active2 (Results 1 – 1 of 1) sorted by relevance
4416 StateDag::Node active2 = d->makeNode(State::ACTIVE, kBurstCommand, last); in makeBurstCommands() local4417 StateDag::Node active = d->makeNode(State::ACTIVE, kBurstCommand, active2); in makeBurstCommands()4420 active2.children().push_back(d->makeNode(State::TRANSFERRING, kTransferReadyEvent, last)); in makeBurstCommands()4421 active.children().push_back(d->makeNode(State::TRANSFERRING, kTransferReadyEvent, active2)); in makeBurstCommands()