Searched refs:sched_shutdown (Results 1 – 7 of 7) sorted by relevance
135 struct sched_shutdown { struct138 typedef struct sched_shutdown sched_shutdown_t;
17 #define xen_sched_shutdown sched_shutdown
1825 struct sched_shutdown sched_shutdown; in do_sched_op() local1828 if ( copy_from_guest(&sched_shutdown, arg, 1) ) in do_sched_op()1833 sched_shutdown.reason); in do_sched_op()1834 ret = domain_shutdown(current->domain, (u8)sched_shutdown.reason); in do_sched_op()1841 struct sched_shutdown sched_shutdown; in do_sched_op() local1845 if ( copy_from_guest(&sched_shutdown, arg, 1) ) in do_sched_op()1849 d->domain_id, current->vcpu_id, sched_shutdown.reason); in do_sched_op()1853 d->shutdown_code = (u8)sched_shutdown.reason; in do_sched_op()
727 struct sched_shutdown sched_shutdown = { .reason = SHUTDOWN_reboot }; in grub_reboot() local728 HYPERVISOR_sched_op(SCHEDOP_shutdown, &sched_shutdown); in grub_reboot()
140 struct sched_shutdown s = { .reason = reason }; in xen_hypercall_shutdown()
139 ? sched_shutdown sched.h
717 struct sched_shutdown shutdown = { .reason = SHUTDOWN_crash }; in crash()
Completed in 18 milliseconds