Page MenuHomeFreeBSD

replace preempt_thresh with a set of knobs to control preemption for each priority class
Needs ReviewPublic

Authored by avg on Jun 7 2018, 5:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 16 2024, 6:11 PM
Unknown Object (File)
Jan 6 2024, 5:09 PM
Unknown Object (File)
Jan 6 2024, 5:09 PM
Unknown Object (File)
Jan 6 2024, 4:57 PM
Unknown Object (File)
Dec 20 2023, 7:15 AM
Unknown Object (File)
Dec 19 2023, 7:22 PM
Unknown Object (File)
Nov 29 2023, 7:46 PM
Unknown Object (File)
Sep 21 2023, 5:35 PM
Subscribers
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

If preemption is enabled the new code always allows a thread from a
"higher" class to preempt a thread of a "lower" class. For example, a
real-time thread can always preempt a kernel thread or a timeshare
thread. The knobs allow to tune whether threads from the same class can
preempt each other (given that the priorities permit for that).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 17078
Build 16939: arc lint + arc unit