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
Unknown Object (File)
Dec 20 2023, 4:11 AM
Unknown Object (File)
Nov 9 2023, 10:43 AM
Unknown Object (File)
Nov 7 2023, 2:59 PM
Unknown Object (File)
Nov 7 2023, 4:45 AM
Unknown Object (File)
Nov 4 2023, 2:07 PM
Unknown Object (File)
Nov 1 2023, 1:01 AM
Unknown Object (File)
Oct 8 2023, 9:39 AM
Unknown Object (File)
Oct 6 2023, 1:37 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib added inline comments.
usr.bin/procstat/procstat.1
666 ↗(On Diff #54708)

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 ↗(On Diff #54708)

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.