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).
Details
Details
- Reviewers
- None
Diff Detail
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