Searched refs:sched_shutdown (Results 1 – 2 of 2) sorted by relevance
371 struct sched_shutdown sched_shutdown; in HYPERVISOR_shutdown() local373 sched_shutdown.reason = reason; in HYPERVISOR_shutdown()375 return (HYPERVISOR_sched_op(SCHEDOP_shutdown, &sched_shutdown)); in HYPERVISOR_shutdown()400 struct sched_shutdown sched_shutdown; in HYPERVISOR_suspend() local402 sched_shutdown.reason = SHUTDOWN_suspend; in HYPERVISOR_suspend()405 (ulong_t)&sched_shutdown, start_info_mfn)); in HYPERVISOR_suspend()
67 struct sched_shutdown { struct70 typedef struct sched_shutdown sched_shutdown_t; argument