Searched refs:has_handler (Results 1 – 8 of 8) sorted by relevance
232 handle_restart(struct pt_regs *regs, struct k_sigaction *ka, int has_handler) in handle_restart() argument237 if (!has_handler) in handle_restart()242 if (has_handler && !(ka->sa.sa_flags & SA_RESTART)) { in handle_restart()
182 int has_handler) in check_syscall_restart() argument211 restart = !has_handler; in check_syscall_restart()217 restart = !has_handler || (ka->sa.sa_flags & SA_RESTART) != 0; in check_syscall_restart()
552 bool has_handler; in do_signal() local554 has_handler = get_signal(&ksig); in do_signal()560 if (has_handler) { in do_signal()
459 bool has_handler; in do_signal() local482 has_handler = get_signal(&ksig); in do_signal()494 if (has_handler) { in do_signal()
480 bool has_handler; in do_signal() local511 has_handler = get_signal(&ksig); in do_signal()520 if (has_handler) { in do_signal()
667 bool has_handler = get_signal(&ksig); in do_signal32() local675 if (has_handler) { in do_signal32()
1027 handle_restart(struct pt_regs *regs, struct k_sigaction *ka, int has_handler) in handle_restart() argument1031 if (!has_handler) in handle_restart()1037 if (!has_handler) { in handle_restart()1046 if (has_handler && !(ka->sa.sa_flags & SA_RESTART)) { in handle_restart()
300 static __init_or_acpilib bool has_handler(struct acpi_subtable_proc *proc) in has_handler() function366 if (!has_handler(&proc[i]) || in acpi_parse_entries_array()