Searched refs:AUDIT_NAMES (Results 1 – 2 of 2) sorted by relevance
20 /* AUDIT_NAMES is the number of slots we reserve in the audit_context23 #define AUDIT_NAMES 5 macro 121 * syscall. The first AUDIT_NAMES entries in the names_list will127 struct audit_names preallocated_names[AUDIT_NAMES];
2173 if (context->name_count < AUDIT_NAMES) { in audit_alloc_name()