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)
Mon, Mar 31, 7:37 AM
Unknown Object (File)
Fri, Mar 14, 2:02 PM
Unknown Object (File)
Feb 4 2025, 8:28 AM
Unknown Object (File)
Feb 2 2025, 7:47 AM
Unknown Object (File)
Jan 30 2025, 2:04 PM
Unknown Object (File)
Jan 29 2025, 1:52 PM
Unknown Object (File)
Jan 27 2025, 4:54 PM
Unknown Object (File)
Jan 24 2025, 2:42 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
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