Xen Test Framework
Data Structures | Macros
sched.h File Reference
#include "event_channel.h"
+ Include dependency graph for sched.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  sched_shutdown
 
struct  sched_poll
 

Macros

#define SCHEDOP_yield   0
 
#define SCHEDOP_shutdown   2
 
#define SCHEDOP_poll   3
 
#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. */
 

Macro Definition Documentation

◆ SCHEDOP_yield

#define SCHEDOP_yield   0

Definition at line 10 of file sched.h.

◆ SCHEDOP_shutdown

#define SCHEDOP_shutdown   2

Definition at line 11 of file sched.h.

◆ SCHEDOP_poll

#define SCHEDOP_poll   3

Definition at line 12 of file sched.h.

◆ SHUTDOWN_poweroff

#define SHUTDOWN_poweroff   0 /* Domain exited normally. Clean up and kill. */

Definition at line 26 of file sched.h.

◆ SHUTDOWN_reboot

#define SHUTDOWN_reboot   1 /* Clean up, kill, and then restart. */

Definition at line 27 of file sched.h.

◆ SHUTDOWN_suspend

#define SHUTDOWN_suspend   2 /* Clean up, save suspend info, kill. */

Definition at line 28 of file sched.h.

◆ SHUTDOWN_crash

#define SHUTDOWN_crash   3 /* Tell controller we've crashed. */

Definition at line 29 of file sched.h.

◆ SHUTDOWN_watchdog

#define SHUTDOWN_watchdog   4 /* Restart because watchdog time expired. */

Definition at line 30 of file sched.h.