[bootlin/training-materials updates] master: common: scheduling-classes: move 'nice' details to sub-bullet (00067f49)

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Nov 15 18:51:36 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/00067f49aec92b873fce821f3d18688e354cd8f0

>---------------------------------------------------------------

commit 00067f49aec92b873fce821f3d18688e354cd8f0
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Nov 15 18:43:40 2023 +0100

    common: scheduling-classes: move 'nice' details to sub-bullet
    
    This is providing additional details about 'nice' which is in the previous
    bullet.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


>---------------------------------------------------------------

00067f49aec92b873fce821f3d18688e354cd8f0
 common/scheduling-classes.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/common/scheduling-classes.tex b/common/scheduling-classes.tex
index 0a8efabe..9312f2c6 100644
--- a/common/scheduling-classes.tex
+++ b/common/scheduling-classes.tex
@@ -19,7 +19,9 @@
 		\item \ksym{SCHED_BATCH}: Similar to \code{SCHED_OTHER}, but designed for CPU-intensive loads that affect the wakeup time
 		\item \ksym{SCHED_IDLE}: Very low priority class. Tasks with this policy will run only if nothing else needs to run.
 		\item \code{SCHED_OTHER} and \ksym{SCHED_BATCH} use the \textbf{nice} value to increase or decrease their scheduling frequency
-		\item A higher nice value means that the tasks gets scheduled \textbf{less} often
+		\begin{itemize}
+			\item A higher nice value means that the tasks gets scheduled \textbf{less} often
+		\end{itemize}
 	\end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list