Home
last modified time | relevance | path

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

/linux-6.12.1/arch/alpha/kernel/
Dprocess.c72 char *restart_cmd; member
107 if (!how->restart_cmd) { in common_shutdown_1()
166 common_shutdown(int mode, char *restart_cmd) in common_shutdown() argument
170 args.restart_cmd = restart_cmd; in common_shutdown()
175 machine_restart(char *restart_cmd) in machine_restart() argument
177 common_shutdown(LINUX_REBOOT_CMD_RESTART, restart_cmd); in machine_restart()