Page MenuHomeFreeBSD

Show wiring state of map entries in procstat -v.
ClosedPublic

Authored by markj on Mar 4 2019, 8:57 PM.
Tags
None
Referenced Files
F138008573: D19461.id54742.diff
Fri, Nov 28, 2:38 AM
Unknown Object (File)
Tue, Nov 25, 4:08 AM
Unknown Object (File)
Sun, Nov 23, 3:43 PM
Unknown Object (File)
Fri, Nov 21, 1:41 AM
Unknown Object (File)
Fri, Nov 21, 1:35 AM
Unknown Object (File)
Fri, Nov 21, 1:32 AM
Unknown Object (File)
Fri, Nov 21, 1:26 AM
Unknown Object (File)
Fri, Nov 21, 1:23 AM
Subscribers

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22890
Build 21976: arc lint + arc unit

Event Timeline

kib added inline comments.
usr.bin/procstat/procstat.1
666

Wouldn't it be better to say that the range was mlock(2)ed ? Wired is the kernel term.

This revision is now accepted and ready to land.Mar 4 2019, 9:23 PM
  • Change man page wording.
  • Call the flag KVME_FLAG_USER_WIRED; we do not set it if the mapping is wired by vslock().
This revision now requires review to proceed.Mar 4 2019, 10:20 PM
markj added inline comments.
usr.bin/procstat/procstat.1
666

Sure, though we use the term in e.g., top and vmstat -s output.

This revision was not accepted when it landed; it landed in state Needs Review.Mar 5 2019, 7:45 PM
This revision was automatically updated to reflect the committed changes.
markj marked an inline comment as done.