Searched refs:AUDIT_SYSCALL_CLASSES (Results 1 – 2 of 2) sorted by relevance
176 static __u32 *classes[AUDIT_SYSCALL_CLASSES];185 if (n >= AUDIT_BITMASK_SIZE * 32 - AUDIT_SYSCALL_CLASSES) { in audit_register_class()191 if (class >= AUDIT_SYSCALL_CLASSES || classes[class]) { in audit_register_class()203 if (unlikely(class >= AUDIT_SYSCALL_CLASSES || !classes[class])) in audit_match_class()293 for (i = 0; i < AUDIT_SYSCALL_CLASSES; i++) { in audit_to_entry_common()
182 #define AUDIT_SYSCALL_CLASSES 16 macro