Page MenuHomeFreeBSD

Drop space in "vm object" lock name for a more clear wchan
ClosedPublic

Authored by emaste on Aug 19 2022, 6:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2023, 12:46 AM
Unknown Object (File)
Aug 30 2023, 7:42 AM
Unknown Object (File)
Aug 30 2023, 7:39 AM
Unknown Object (File)
Aug 30 2023, 7:39 AM
Unknown Object (File)
Aug 30 2023, 7:29 AM
Unknown Object (File)
Aug 24 2023, 12:39 PM
Unknown Object (File)
Aug 22 2023, 7:31 PM
Unknown Object (File)
Aug 16 2023, 12:19 PM
Subscribers

Details

Summary

Lock names are shown in top as a '*' followed by five characters of the name. *vmobj is a little more obvious and easier to search for than *vm ob.

[This is a little diff that I found hanging around in a WIP branch for many years]

Diff Detail

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

Event Timeline

emaste created this revision.

can this either go in or get whacked? time for some stale rev cleaning

This revision was not accepted when it landed; it landed in state Needs Review.Feb 15 2023, 1:33 PM
This revision was automatically updated to reflect the committed changes.

It's a small change, I have no real objection, but I also don't feel strongly in favour of it. It makes this lock inconsistent with all the other VM lock names.