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)
Sun, Sep 6, 3:29 PM
Unknown Object (File)
Sun, Sep 6, 3:26 PM
Unknown Object (File)
Sun, Sep 6, 3:23 PM
Unknown Object (File)
Sun, Sep 6, 7:00 AM
Unknown Object (File)
Thu, Sep 3, 6:08 PM
Unknown Object (File)
Tue, Sep 1, 12:10 PM
Unknown Object (File)
Sun, Aug 30, 10:43 AM
Unknown Object (File)
Aug 17 2026, 10:46 PM
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)