Home
last modified time | relevance | path

Searched refs:NOTIFY_REVERSE (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dcpu.h37 #define CPU_UP_CANCELED (0x0002 | NOTIFY_REVERSE)
43 #define CPU_DOWN_PREPARE (0x0005 | NOTIFY_REVERSE)
47 #define CPU_DYING (0x0007 | NOTIFY_REVERSE)
49 #define CPU_DEAD (0x0008 | NOTIFY_REVERSE)
A Dnotifier.h51 #define NOTIFY_REVERSE 0x8000 /* Call chain lowest-priority-first */ macro
/xen-4.10.0-shim-comet/xen/common/
A Dnotifier.c75 bool_t reverse = !!(val & NOTIFY_REVERSE); in notifier_call_chain()

Completed in 3 milliseconds