Displaying 1 result from an estimated 1 matches for "ddi_tim".
Did you mean:
ddi_timer
2008 Jun 18
1
snv_81 domU: long delay during boot when dom0 has been up for a long time
...*req;
575 timer_tw_t *tw;
576 hrtime_t curr_tick, curr;
577
578 /* If the system is suspended, just return */
579 if (timer_suspended)
580 return;
581
582 /* Get the current time */
583 timer_hrtime = ddi_timer->tick_time = curr = gethrtime();
gethrtime returned 3468552305121315; dividing by nanoseconds and the number
of seconds in a day:
3468552305121315/10^9/(24*60*60)
40.145
(dom0 is up for 40.145 days)
584 curr_tick = tw_tick(ddi_timer->tick_time);
tw_tick returns 2774841844....