[roll] Roll fuchsia [kernel][vm] Loaned count in VmCowReclaimSuccess

VmCowReclaimSuccess has been designed to support reclaiming multiple
pages, even though it's never used.

Replace `EvictLoaned` and `EvictNonLoaned` with a count of loaned pages.

This makes the return type more versatile as it can represent a range
with mixed loaned and un-loaned pages.

Original-Bug: 495533715
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1555921
Original-Revision: fac1938f090cca33f66627aeb69f25490c105f12
GitOrigin-RevId: 091d5999d806e71435f784591db13737e39a4eea
Change-Id: Id819694951f004a5bb16380c4de9045936cb0adc
1 file changed
tree: 0a772f7bf0473d9d046373e766f3246baddc8ab8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.