Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Daudit.h292 extern void __audit_uring_exit(int success, long code);
342 __audit_uring_exit(success, code); in audit_uring_exit()
/linux-6.15/kernel/
H A Dauditsc.c1933 void __audit_uring_exit(int success, long code) in __audit_uring_exit() function