Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 69015 Build 65898: arc lint + arc unit
Event Timeline
Comment Actions
There is an occurrence of "swapper" in sys/vm/vnode_pager.c that seems to also point to the swapper process.
Comment Actions
I think that might be a reference to the swap pager as swap_pager_putpages() can do asynchronous I/O. I probably should fix that comment though to reference the swap pager now that I've looked at it in more detail though. There are a couple of "swapper" mentions in swap_pager.c that are clearly about the swap pager, as well, but they are not as trivial to rewrite.