|
Linux Kernel
3.7.1
|
#include <xen/interface/event_channel.h>Go to the source code of this file.
Data Structures | |
| struct | sched_shutdown |
| struct | sched_poll |
| struct | sched_remote_shutdown |
| struct | sched_watchdog |
Macros | |
| #define | SCHEDOP_yield 0 |
| #define | SCHEDOP_block 1 |
| #define | SCHEDOP_shutdown 2 |
| #define | SCHEDOP_poll 3 |
| #define | SCHEDOP_remote_shutdown 4 |
| #define | SCHEDOP_shutdown_code 5 |
| #define | SCHEDOP_watchdog 6 |
| #define | SHUTDOWN_poweroff 0 /* Domain exited normally. Clean up and kill. */ |
| #define | SHUTDOWN_reboot 1 /* Clean up, kill, and then restart. */ |
| #define | SHUTDOWN_suspend 2 /* Clean up, save suspend info, kill. */ |
| #define | SHUTDOWN_crash 3 /* Tell controller we've crashed. */ |
| #define | SHUTDOWN_watchdog 4 /* Restart because watchdog time expired. */ |
Functions | |
| DEFINE_GUEST_HANDLE_STRUCT (sched_shutdown) | |
| DEFINE_GUEST_HANDLE_STRUCT (sched_poll) | |
| #define SHUTDOWN_crash 3 /* Tell controller we've crashed. */ |
| DEFINE_GUEST_HANDLE_STRUCT | ( | sched_shutdown | ) |
| DEFINE_GUEST_HANDLE_STRUCT | ( | sched_poll | ) |
1.8.2