mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 04:00:24 +00:00
scx_lavd: fix inconsistent indentation in main.bpf.c
Signed-off-by: Changwoo Min <changwoo@igalia.com>
This commit is contained in:
parent
b421cee59e
commit
4cba06dc33
@ -70,8 +70,8 @@
|
||||
* least once within a predefined time window, which is called a targeted
|
||||
* latency. For example, if a targeted latency is 15 msec and 10 tasks are
|
||||
* runnable, the scheduler equally divides 15 msec of CPU time into 10 tasks.
|
||||
* Of course, the scheduler will consider the task's priority -- a task with
|
||||
* higher priority (lower nice value) will receive a longer time slice.
|
||||
* Of course, the scheduler will consider the task's priority -- a task with
|
||||
* higher priority (lower nice value) will receive a longer time slice.
|
||||
*
|
||||
* The scheduler also considers the behavioral properties of a task in
|
||||
* determining the time slice. If a task is compute-intensive, so it consumes
|
||||
|
Loading…
Reference in New Issue
Block a user