Searched refs:audit_file_rotate_wait (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/security/audit/
H A Daudit_worker.c85 * replaced (rotated) while in use. The audit_file_rotate_wait flag is set
90 static int audit_file_rotate_wait; variable
226 audit_size >= audit_fstat.af_filesz * (audit_file_rotate_wait + 1)) {
229 audit_file_rotate_wait++;
501 audit_file_rotate_wait = 0;

Completed in 107 milliseconds