Searched refs:kdb_reboot (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
H A D | kdb_main.c | 1177 * kdb_reboot - This function implements the 'reboot' command. Reboot 1180 static int kdb_reboot(int argc, const char **argv) in kdb_reboot() function 1183 kdb_printf("Hmm, kdb_reboot did not reboot, spinning here\n"); in kdb_reboot() 1885 kdb_reboot(0, NULL); in kdb_go() 2906 kdb_register_flags("reboot", kdb_reboot, "", in kdb_inittab()
|
/kernel/linux/linux-6.6/kernel/debug/kdb/ |
H A D | kdb_main.c | 1162 * kdb_reboot - This function implements the 'reboot' command. Reboot 1165 static int kdb_reboot(int argc, const char **argv) in kdb_reboot() function 1168 kdb_printf("Hmm, kdb_reboot did not reboot, spinning here\n"); in kdb_reboot() 1870 kdb_reboot(0, NULL); in kdb_go() 2817 .func = kdb_reboot,
|
Completed in 7 milliseconds