Page MenuHomeFreeBSD

4bsd: Simplistic time-sharing for interrupt threads.
ClosedPublic

Authored by jhb on Jun 28 2022, 10:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 5:44 PM
Unknown Object (File)
Sat, Oct 26, 5:24 PM
Unknown Object (File)
Sep 30 2024, 4:37 PM
Unknown Object (File)
Sep 28 2024, 8:37 PM
Unknown Object (File)
Sep 28 2024, 10:43 AM
Unknown Object (File)
Sep 27 2024, 10:24 AM
Unknown Object (File)
Sep 25 2024, 7:26 AM
Unknown Object (File)
Sep 21 2024, 10:51 PM
Subscribers

Details

Summary

If an interrupt thread runs for a full quantum without yielding the
CPU, demote its priority and schedule a preemption to give other
ithreads a turn.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Jun 28 2022, 10:32 PM
  • Apply some cosmetic fixes from the ULE review.
This revision is now accepted and ready to land.Jul 14 2022, 12:57 PM