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, Sep 28, 8:37 PM
Unknown Object (File)
Sat, Sep 28, 10:43 AM
Unknown Object (File)
Fri, Sep 27, 10:24 AM
Unknown Object (File)
Wed, Sep 25, 7:26 AM
Unknown Object (File)
Sat, Sep 21, 10:51 PM
Unknown Object (File)
Tue, Sep 17, 6:10 PM
Unknown Object (File)
Mon, Sep 16, 12:43 PM
Unknown Object (File)
Wed, Sep 4, 9:33 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46421
Build 43310: 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