Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_pipe.c200 static struct rwlock audit_pipe_lock; variable
202 #define AUDIT_PIPE_LIST_LOCK_INIT() rw_init(&audit_pipe_lock, \
204 #define AUDIT_PIPE_LIST_LOCK_DESTROY() rw_destroy(&audit_pipe_lock)
205 #define AUDIT_PIPE_LIST_RLOCK() rw_rlock(&audit_pipe_lock)
206 #define AUDIT_PIPE_LIST_RUNLOCK() rw_runlock(&audit_pipe_lock)
207 #define AUDIT_PIPE_LIST_WLOCK() rw_wlock(&audit_pipe_lock)
208 #define AUDIT_PIPE_LIST_WLOCK_ASSERT() rw_assert(&audit_pipe_lock, \
210 #define AUDIT_PIPE_LIST_WUNLOCK() rw_wunlock(&audit_pipe_lock)