Home
last modified time | relevance | path

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

/hypervisor/common/
A Dsched_iorr.c19 int64_t left_cycles; member
92 data->left_cycles -= now - data->last_cycles; in sched_tick_handler()
96 if (is_idle_thread(current) || data->left_cycles <= 0) { in sched_tick_handler()
162 data->left_cycles = data->slice_cycles = CONFIG_SLICE_MS * TICKS_PER_MS; in sched_iorr_init_data()
177 data->left_cycles -= now - data->last_cycles; in sched_iorr_pick_next()
178 if (data->left_cycles <= 0) { in sched_iorr_pick_next()
180 data->left_cycles += data->slice_cycles; in sched_iorr_pick_next()
197 while (data->left_cycles <= 0) { in sched_iorr_pick_next()
198 data->left_cycles += data->slice_cycles; in sched_iorr_pick_next()

Completed in 2 milliseconds