We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e932c4a commit f66e4a9Copy full SHA for f66e4a9
Documentation/admin-guide/kernel-parameters.txt
@@ -4822,6 +4822,11 @@
4822
can be preempted anytime. Tasks will also yield
4823
contended spinlocks (if the critical section isn't
4824
explicitly preempt disabled beyond the lock itself).
4825
+ lazy - Scheduler controlled. Similar to full but instead
4826
+ of preempting the task immediately, the task gets
4827
+ one HZ tick time to yield itself before the
4828
+ preemption will be forced. One preemption is when the
4829
+ task returns to user space.
4830
4831
print-fatal-signals=
4832
[KNL] debug: print fatal signals
0 commit comments