mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Although sometimes to the uninitiated, it may seem like goup, KSEGOUP
is actually spelt KSEGROUP. Go figure. Reported by: samy@kerneled.com
This commit is contained in:
parent
8ea562a029
commit
09a4a69c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Here is the logic..
|
|||
|
||||
If there are N processors, then there are at most N KSEs (kernel
|
||||
schedulable entities) working to process threads that belong to a
|
||||
KSEGOUP (kg). If there are X of these KSEs actually running at the
|
||||
KSEGROUP (kg). If there are X of these KSEs actually running at the
|
||||
moment in question, then there are at most M (N-X) of these KSEs on
|
||||
the run queue, as running KSEs are not on the queue.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue