Home
last modified time | relevance | path

Searched refs:__audit_uring_exit (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Daudit.h315 extern void __audit_uring_exit(int success, long code);
365 __audit_uring_exit(success, code); in audit_uring_exit()
/linux/kernel/
H A Dauditsc.c1912 void __audit_uring_exit(int success, long code) in __audit_uring_exit() function