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
1146 struct sched_shutdown sched_shutdown; in do_sched_op() local1149 if ( copy_from_guest(&sched_shutdown, arg, 1) ) in do_sched_op()1154 sched_shutdown.reason); in do_sched_op()1155 ret = domain_shutdown(current->domain, (u8)sched_shutdown.reason); in do_sched_op()1162 struct sched_shutdown sched_shutdown; in do_sched_op() local1166 if ( copy_from_guest(&sched_shutdown, arg, 1) ) in do_sched_op()1170 d->domain_id, current->vcpu_id, sched_shutdown.reason); in do_sched_op()1174 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()
136 struct sched_shutdown s = { .reason = reason }; in xen_hypercall_shutdown()
124 ? sched_shutdown sched.h
717 struct sched_shutdown shutdown = { .reason = SHUTDOWN_crash }; in crash()
Completed in 12 milliseconds