You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lkmpg.tex
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1763,7 +1763,8 @@ \section{Scheduling Tasks}
1763
1763
\subsection{Tasklets}
1764
1764
\label{sec:tasklet}
1765
1765
Here is an example tasklet module.
1766
-
The \cpp|tasklet_fn| function runs for a few seconds and in the mean time execution of the \cpp|example_tasklet_init| function continues to the exit point.
1766
+
The \cpp|tasklet_fn| function runs for a few seconds.
1767
+
In the meantime, execution of the \cpp|example_tasklet_init| function may continue to the exit point, depending on whether it is interrupted by \textbf{softirq}.
0 commit comments