Searched refs:NOTIFY_REVERSE (Results 1 – 3 of 3) sorted by relevance
37 #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)
51 #define NOTIFY_REVERSE 0x8000 /* Call chain lowest-priority-first */ macro
75 bool_t reverse = !!(val & NOTIFY_REVERSE); in notifier_call_chain()
Completed in 3 milliseconds