Searched defs:sched_shutdown (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/
H A Dsched.h64 * @arg == pointer to sched_shutdown structure.
67 struct sched_shutdown { struct
70 typedef struct sched_shutdown sched_shutdown_t;
/illumos-gate/usr/src/uts/common/xen/os/
H A Dhypercall.c371 struct sched_shutdown sched_shutdown; local
373 sched_shutdown.reason = reason;
375 return (HYPERVISOR_sched_op(SCHEDOP_shutdown, &sched_shutdown));
400 struct sched_shutdown sched_shutdown; local
402 sched_shutdown.reason = SHUTDOWN_suspend;
405 (ulong_t)&sched_shutdown, start_info_mfn));

Completed in 53 milliseconds