Searched refs:RB_QUICK (Results 1 – 2 of 2) sorted by relevance
182 if ((howto & (RB_PANIC | RB_QUICK)) == (RB_PANIC | RB_QUICK)) { in reboot_kernel()187 if ((howto & RB_QUICK) == RB_QUICK) { in reboot_kernel()216 if ((howto & RB_QUICK) == RB_QUICK) { in reboot_kernel()
89 #define RB_QUICK 0x400 /* quick and ungraceful reboot with file system caches flushed*/ macro