diff options
| author | Paul E. McKenney <paulmck@kernel.org> | 2024-07-03 19:52:29 -0700 |
|---|---|---|
| committer | Neeraj Upadhyay <neeraj.upadhyay@kernel.org> | 2024-08-14 16:45:07 +0530 |
| commit | 0ff92d145a2be4da47e2ee6287a731084fba112f (patch) | |
| tree | ef7b3f44c16073c101a142dbc5afcca92d149cc9 /Documentation/admin-guide | |
| parent | 9a13a324f40fc3846cf7867daffaccd785beb10c (diff) | |
| download | linux-0ff92d145a2be4da47e2ee6287a731084fba112f.tar.gz linux-0ff92d145a2be4da47e2ee6287a731084fba112f.tar.bz2 linux-0ff92d145a2be4da47e2ee6287a731084fba112f.zip | |
doc: Remove RCU Tasks Rude asynchronous APIs
The call_rcu_tasks_rude() and rcu_barrier_tasks_rude() APIs are no longer.
This commit therefore removes them from the documentation.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
Diffstat (limited to 'Documentation/admin-guide')
| -rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index f1384c7b59c9..a6107b745076 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -5572,14 +5572,6 @@ of zero will disable batching. Batching is always disabled for synchronize_rcu_tasks(). - rcupdate.rcu_tasks_rude_lazy_ms= [KNL] - Set timeout in milliseconds RCU Tasks - Rude asynchronous callback batching for - call_rcu_tasks_rude(). A negative value - will take the default. A value of zero will - disable batching. Batching is always disabled - for synchronize_rcu_tasks_rude(). - rcupdate.rcu_tasks_trace_lazy_ms= [KNL] Set timeout in milliseconds RCU Tasks Trace asynchronous callback batching for |
