Page MenuHomeFreeBSD

rman: Embed the mutex in struct rman instead of using a separate allocation
ClosedPublic

Authored by jhb on Dec 8 2025, 6:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 13, 12:47 AM
Unknown Object (File)
Tue, May 12, 6:51 PM
Unknown Object (File)
Sat, May 9, 5:24 PM
Unknown Object (File)
Wed, Apr 29, 12:47 AM
Unknown Object (File)
Tue, Apr 28, 8:58 PM
Unknown Object (File)
Tue, Apr 28, 11:09 AM
Unknown Object (File)
Mon, Apr 27, 3:13 PM
Unknown Object (File)
Sat, Apr 25, 10:07 AM
Subscribers

Details

Summary

This used a separate allocation when rman was first imported (back
when the lock was a pre-SMPng "simplelock" instead of a mutex).

Reported by: des

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Thanks. I wonder if the performance impact is measurable...

This revision is now accepted and ready to land.Dec 8 2025, 11:09 PM

Hopefully rman routines are not used in any critical paths (attach/detach handlers should be a relatively rare path compared to, say, an interrupt handler)