Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dsched_arinc653.c139 s_time_t next_major_frame; member
285 sched_priv->next_major_frame = NOW(); in arinc653_sched_set()
356 prv->next_major_frame = 0; in a653sched_init()
548 sched_priv->next_major_frame = now + DEFAULT_TIMESLICE; in a653sched_do_schedule()
549 else if ( now >= sched_priv->next_major_frame ) in a653sched_do_schedule()
555 sched_priv->next_major_frame = now + sched_priv->major_frame; in a653sched_do_schedule()
574 next_switch_time = sched_priv->next_major_frame; in a653sched_do_schedule()
598 BUG_ON(now >= sched_priv->next_major_frame); in a653sched_do_schedule()

Completed in 3 milliseconds