Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dsysrq.h50 extern const struct sysrq_key_op *__sysrq_reboot_op;
/linux-5.19.10/drivers/tty/
Dsysrq.c177 const struct sysrq_key_op *__sysrq_reboot_op = &sysrq_reboot_op; variable
/linux-5.19.10/arch/alpha/kernel/
Dsetup.c558 unregister_sysrq_key('b', __sysrq_reboot_op); in setup_arch()