Searched refs:AUDIT_SYSCALL_CLASSES (Results 1 – 2 of 2) sorted by relevance
166 static __u32 *classes[AUDIT_SYSCALL_CLASSES];175 if (n >= AUDIT_BITMASK_SIZE * 32 - AUDIT_SYSCALL_CLASSES) { in audit_register_class()181 if (class >= AUDIT_SYSCALL_CLASSES || classes[class]) { in audit_register_class()193 if (unlikely(class >= AUDIT_SYSCALL_CLASSES || !classes[class])) in audit_match_class()284 for (i = 0; i < AUDIT_SYSCALL_CLASSES; i++) { in audit_to_entry_common()
192 #define AUDIT_SYSCALL_CLASSES 16 macro