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, Jul 15, 6:58 AM
Unknown Object (File)
Wed, Jul 15, 6:58 AM
Unknown Object (File)
Sat, Jul 4, 1:48 AM
Unknown Object (File)
Fri, Jul 3, 12:22 PM
Unknown Object (File)
Fri, Jul 3, 5:46 AM
Unknown Object (File)
Wed, Jul 1, 7:52 AM
Unknown Object (File)
Fri, Jun 26, 11:31 PM
Unknown Object (File)
Mon, Jun 22, 2:48 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)