[roll] Roll fuchsia [kernel][vm] Skip redundant mark accessed

Skips the rest of the mark accessed logic if the page is already in the
target queue. The added kcounters show this short circuit can happen up
to 70% of the time.

MarkAccessedDeferredCount is also moved out of the header as there is
no benefit to it being there since it is too large to be inlined at
call sites anyway.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/936552
Original-Revision: dad5f61821ab8c5952f5e5b04a76430a1871f16a
GitOrigin-RevId: 7bcc39e7096a24796c7ce545dacaa5d6fa58d0d3
Change-Id: I7ac434d8f0940cc5123750c50ac1c15c97f9b373
1 file changed
tree: 2b2683388a96bf867bb1e865624d8248ad048526
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.