Searched refs:kill_cad_pid (Results 1 – 6 of 6) sorted by relevance
24 kill_cad_pid(power_signal, 1); in acpi_tiny_power_button_notify()
100 if (shutting_down || kill_cad_pid(SIGINT, 1)) { in ip32_prepare_poweroff()
135 kill_cad_pid(SIGINT, 1); /* Ask init to reboot us */ in button_sequence_finished()
126 kill_cad_pid(SIGINT, 1)) { in power_button()
71 if (kill_cad_pid(SIGINT, 1)) { in process_shutdown()
564 static inline int kill_cad_pid(int sig, int priv) in kill_cad_pid() function