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)
Fri, Oct 10, 7:05 PM
Unknown Object (File)
Fri, Oct 10, 7:04 PM
Unknown Object (File)
Fri, Oct 10, 7:04 PM
Unknown Object (File)
Fri, Oct 10, 1:59 PM
Unknown Object (File)
Wed, Oct 8, 1:00 AM
Unknown Object (File)
Sun, Sep 21, 10:29 AM
Unknown Object (File)
Sep 16 2025, 9:39 AM
Unknown Object (File)
Aug 28 2025, 8:10 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