Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dtasklet.c35 unsigned int cpu = t->scheduled_on; in tasklet_enqueue()
62 t->scheduled_on = cpu; in tasklet_schedule_on_cpu()
88 BUG_ON(t->is_dead || t->is_running || (t->scheduled_on != cpu)); in do_tasklet_work()
89 t->scheduled_on = -1; in do_tasklet_work()
99 if ( t->scheduled_on >= 0 ) in do_tasklet_work()
161 BUG_ON(t->is_dead || t->is_running || (t->scheduled_on < 0)); in tasklet_kill()
165 t->scheduled_on = -1; in tasklet_kill()
188 BUG_ON(t->scheduled_on != cpu); in migrate_tasklets_from_cpu()
189 t->scheduled_on = smp_processor_id(); in migrate_tasklets_from_cpu()
202 t->scheduled_on = -1; in tasklet_init()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtasklet.h20 int scheduled_on; member

Completed in 3 milliseconds