Home
last modified time | relevance | path

Searched refs:__audit_syscall_exit (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Daudit.h292 extern void __audit_syscall_exit(int ret_success, long ret_value);
340 __audit_syscall_exit(success, return_code); in audit_syscall_exit()
/kernel/linux/linux-6.6/include/linux/
H A Daudit.h294 extern void __audit_syscall_exit(int ret_success, long ret_value);
356 __audit_syscall_exit(success, return_code); in audit_syscall_exit()
/kernel/linux/linux-5.10/kernel/
H A Dauditsc.c1745 * __audit_syscall_exit - deallocate audit context after a system call
1755 void __audit_syscall_exit(int success, long return_code) in __audit_syscall_exit() function
/kernel/linux/linux-6.6/kernel/
H A Dauditsc.c2050 * __audit_syscall_exit - deallocate audit context after a system call
2060 void __audit_syscall_exit(int success, long return_code) in __audit_syscall_exit() function

Completed in 11 milliseconds