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, Apr 13, 8:42 PM
Unknown Object (File)
Sun, Apr 12, 10:08 PM
Unknown Object (File)
Fri, Apr 10, 12:03 AM
Unknown Object (File)
Mon, Apr 6, 2:12 PM
Unknown Object (File)
Thu, Apr 2, 10:37 PM
Unknown Object (File)
Mon, Mar 23, 6:47 AM
Unknown Object (File)
Mon, Mar 23, 3:16 AM
Unknown Object (File)
Sat, Mar 21, 9:30 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