Page MenuHomeFreeBSD

crypto: Cleanup mtx_init() calls.
ClosedPublic

Authored by jhb on Oct 29 2021, 9:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 2, 12:03 PM
Unknown Object (File)
Mon, Apr 27, 7:29 AM
Unknown Object (File)
Mon, Apr 27, 4:21 AM
Unknown Object (File)
Mon, Apr 27, 4:08 AM
Unknown Object (File)
Fri, Apr 24, 11:58 AM
Unknown Object (File)
Apr 13 2026, 8:42 PM
Unknown Object (File)
Apr 12 2026, 10:08 PM
Unknown Object (File)
Apr 10 2026, 12:03 AM
Subscribers

Details

Summary

Don't pass the same name to multiple mutexes while using unique types
for WITNESS. Just use the unique types as the mutex names.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable