Searched refs:syscall_has_error (Results 1 – 1 of 1) sorted by relevance
41 static inline bool syscall_has_error(struct pt_regs *regs) in syscall_has_error() function54 static inline bool syscall_has_error(struct pt_regs *regs) in syscall_has_error() function73 return (syscall_has_error(regs) ? -val : 0); in syscall_get_error()