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)
Mon, Feb 17, 12:35 PM
Unknown Object (File)
Fri, Jan 24, 4:56 PM
Unknown Object (File)
Thu, Jan 23, 6:59 PM
Unknown Object (File)
Jan 18 2025, 10:00 PM
Unknown Object (File)
Jan 16 2025, 2:14 AM
Unknown Object (File)
Jan 16 2025, 12:52 AM
Unknown Object (File)
Jan 15 2025, 10:47 PM
Unknown Object (File)
Jan 8 2025, 1:40 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