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)
Wed, Apr 16, 10:02 AM
Unknown Object (File)
Tue, Apr 15, 7:26 AM
Unknown Object (File)
Mar 2 2025, 6:11 PM
Unknown Object (File)
Feb 25 2025, 5:39 PM
Unknown Object (File)
Feb 20 2025, 12:01 AM
Unknown Object (File)
Feb 19 2025, 5:23 AM
Unknown Object (File)
Feb 17 2025, 12:35 PM
Unknown Object (File)
Jan 24 2025, 4:56 PM
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