Page MenuHomeFreeBSD

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

Authored by jhb on Jun 28 2022, 10:32 PM.
Tags
None
Referenced Files
F86766049: D35645.id108188.diff
Tue, Jun 25, 6:04 AM
Unknown Object (File)
Sun, Jun 23, 7:46 PM
Unknown Object (File)
Sat, Jun 22, 2:28 AM
Unknown Object (File)
Fri, Jun 21, 1:33 PM
Unknown Object (File)
Fri, Jun 21, 1:33 PM
Unknown Object (File)
Fri, Jun 21, 8:45 AM
Unknown Object (File)
Fri, Jun 21, 8:22 AM
Unknown Object (File)
Fri, Jun 21, 8:18 AM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46372
Build 43261: arc lint + arc unit

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