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)
Tue, Mar 17, 1:08 PM
Unknown Object (File)
Sun, Mar 15, 2:23 PM
Unknown Object (File)
Sat, Mar 7, 1:58 PM
Unknown Object (File)
Thu, Mar 5, 3:14 PM
Unknown Object (File)
Feb 8 2026, 6:44 AM
Unknown Object (File)
Feb 8 2026, 5:28 AM
Unknown Object (File)
Jan 31 2026, 1:48 PM
Unknown Object (File)
Jan 18 2026, 9:25 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