Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/security/audit/
HDaudit_pipe.c135 struct cv ap_cv; member
497 cv_broadcast(&ap->ap_cv); in audit_pipe_append()
578 cv_init(&ap->ap_cv, "audit_pipe"); in audit_pipe_alloc()
641 cv_destroy(&ap->ap_cv); in audit_pipe_free()
922 error = cv_wait_sig(&ap->ap_cv, AUDIT_PIPE_MTX(ap)); in audit_pipe_read()