[roll] Roll fuchsia [kernel][sched] Update access to 'non-local' bandwidth parameters

This change removes the capacity, 'timeslice remaining', and expiration
accessors from ThreadBase, as the latter two are dependent on capacity,
and capacity is to become dependent on the state of the entire run
queue. Given that, it makes more sense to move access to this
information to the run queue.

Original-Bug: 328641440
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1017461
Original-Revision: e08b89f7ce395da6e40dd33faf27a8c14290c0dd
GitOrigin-RevId: 10c567b2e73a7f2a5448592783f4873e929abfb2
Change-Id: I6098bcd53de72ebfe7278298efdf45b706d923aa
1 file changed
tree: 1c0a7a29e2dcf5bf1351b6a6a2eacc047a7d2a66
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.