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

/freebsd-11-stable/sys/security/audit/
H A Daudit.h127 void audit_thread_free(struct thread *td);
H A Daudit.c655 audit_thread_free(struct thread *td) function
658 KASSERT(td->td_ar == NULL, ("audit_thread_free: td_ar != NULL"));
660 ("audit_thread_free: TDP_AUDITREC set"));
/freebsd-11-stable/sys/kern/
H A Dkern_thread.c248 audit_thread_free(td);

Completed in 63 milliseconds