Home
last modified time | relevance | path

Searched refs:next_major_frame (Results 1 – 1 of 1) sorted by relevance

/xen/xen/common/sched/
A Darinc653.c140 s_time_t next_major_frame; member
286 sched_priv->next_major_frame = NOW(); in arinc653_sched_set()
357 prv->next_major_frame = 0; in a653sched_init()
525 sched_priv->next_major_frame = now + DEFAULT_TIMESLICE; in a653sched_do_schedule()
526 else if ( now >= sched_priv->next_major_frame ) in a653sched_do_schedule()
532 sched_priv->next_major_frame = now + sched_priv->major_frame; in a653sched_do_schedule()
551 next_switch_time = sched_priv->next_major_frame; in a653sched_do_schedule()
575 BUG_ON(now >= sched_priv->next_major_frame); in a653sched_do_schedule()

Completed in 3 milliseconds