Searched refs:kill_cad_pid (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/acpi/ |
D | tiny-power-button.c | 29 kill_cad_pid(power_signal, 1); in acpi_tiny_power_button_notify()
|
/linux-5.19.10/arch/mips/sgi-ip32/ |
D | ip32-reset.c | 98 if (shutting_down || kill_cad_pid(SIGINT, 1)) { in ip32_prepare_poweroff()
|
/linux-5.19.10/drivers/parisc/ |
D | power.c | 97 if (kill_cad_pid(SIGINT, 1)) { in process_shutdown()
|
/linux-5.19.10/drivers/char/ |
D | nwbutton.c | 135 kill_cad_pid(SIGINT, 1); /* Ask init to reboot us */ in button_sequence_finished()
|
/linux-5.19.10/arch/mips/sgi-ip22/ |
D | ip22-reset.c | 126 kill_cad_pid(SIGINT, 1)) { in power_button()
|
/linux-5.19.10/drivers/ps3/ |
D | ps3-sys-manager.c | 438 kill_cad_pid(SIGINT, 1); /* ctrl_alt_del */ in ps3_sys_manager_handle_event() 456 kill_cad_pid(SIGINT, 1); /* ctrl_alt_del */ in ps3_sys_manager_handle_event()
|
/linux-5.19.10/arch/s390/kernel/ |
D | nmi.c | 160 kill_cad_pid(SIGPWR, 1); in __s390_handle_mcck()
|
/linux-5.19.10/include/linux/sched/ |
D | signal.h | 570 static inline int kill_cad_pid(int sig, int priv) in kill_cad_pid() function
|
/linux-5.19.10/kernel/ |
D | reboot.c | 788 kill_cad_pid(SIGINT, 1); in ctrl_alt_del()
|