Home
last modified time | relevance | path

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

/linux/kernel/
H A Daudit.h20 /* AUDIT_NAMES is the number of slots we reserve in the audit_context
23 #define AUDIT_NAMES 5 macro
121 * syscall. The first AUDIT_NAMES entries in the names_list will
127 struct audit_names preallocated_names[AUDIT_NAMES];
H A Dauditsc.c2173 if (context->name_count < AUDIT_NAMES) { in audit_alloc_name()