Searched refs:next_transition_time (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevPit-i8254.cpp175 * As apposed to the next_transition_time which contains the correct time of the next tick. */
181 int64_t next_transition_time; member in struct:PITCHANNEL
573 pChan->next_transition_time = expire_time;
893 SSMR3PutS64(pSSM, pChan->next_transition_time);
969 SSMR3GetS64(pSSM, &pChan->next_transition_time);
1011 pit_irq_timer_update(pChan, pChan->next_transition_time, TMTimerGet(pTimer), true);
1036 " count_load_time=%016RX64 next_transition_time=%016RX64\n"
1044 pChan->count_load_time, pChan->next_transition_time,
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp675 GEN_CHECK_OFF(PITCHANNEL, next_transition_time);

Completed in 234 milliseconds