| 372 | } |
| 373 | |
| 374 | static void |
| 375 | audit_pipe_preselect_flush(struct audit_pipe *ap) |
| 376 | { |
| 377 | |
| 378 | AUDIT_PIPE_LOCK(ap); |
| 379 | audit_pipe_preselect_flush_locked(ap); |
| 380 | AUDIT_PIPE_UNLOCK(ap); |
| 381 | } |
| 382 | |
| 383 | /*- |
| 384 | * Determine whether a specific audit pipe matches a record with these |
no test coverage detected