Searched refs:has_handler (Results 1 – 8 of 8) sorted by relevance
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()
231 handle_restart(struct pt_regs *regs, struct k_sigaction *ka, int has_handler) in handle_restart() argument236 if (!has_handler) in handle_restart()241 if (has_handler && !(ka->sa.sa_flags & SA_RESTART)) { in handle_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()
665 bool has_handler = get_signal(&ksig); in do_signal32() local673 if (has_handler) { in do_signal32()
1021 handle_restart(struct pt_regs *regs, struct k_sigaction *ka, int has_handler) in handle_restart() argument1025 if (!has_handler) in handle_restart()1031 if (!has_handler) { in handle_restart()1040 if (has_handler && !(ka->sa.sa_flags & SA_RESTART)) { in handle_restart()
290 static __init_or_acpilib bool has_handler(struct acpi_subtable_proc *proc) in has_handler() function356 if (!has_handler(&proc[i]) || in acpi_parse_entries_array()
Completed in 12 milliseconds