Searched refs:RCU_SOFTIRQ (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/kernel/rcu/ |
D | tiny.c | 59 raise_softirq_irqoff(RCU_SOFTIRQ); in rcu_qs() 264 open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); in rcu_init()
|
D | tree_stall.h | 182 rdp->softirq_snap = kstat_softirqs_cpu(RCU_SOFTIRQ, smp_processor_id()); in zero_cpu_stall_ticks() 483 rdp->softirq_snap, kstat_softirqs_cpu(RCU_SOFTIRQ, cpu), in print_cpu_stall_info()
|
D | tree_plugin.h | 653 raise_softirq_irqoff(RCU_SOFTIRQ); in rcu_read_unlock_special()
|
D | tree.c | 2561 raise_softirq(RCU_SOFTIRQ); in invoke_rcu_core() 4771 open_softirq(RCU_SOFTIRQ, rcu_core_si); in rcu_init()
|
/Linux-v6.1/include/linux/ |
D | interrupt.h | 559 RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */ enumerator 573 #define SOFTIRQ_HOTPLUG_SAFE_MASK (BIT(RCU_SOFTIRQ) | BIT(IRQ_POLL_SOFTIRQ))
|
/Linux-v6.1/Documentation/admin-guide/ |
D | kernel-per-CPU-kthreads.rst | 191 RCU_SOFTIRQ section in kthreads 334 shift it to RCU_SOFTIRQ.
|
D | kernel-parameters.txt | 4661 If set to zero, move all RCU_SOFTIRQ processing to 4663 value, meaning that RCU_SOFTIRQ is used by default.
|
/Linux-v6.1/Documentation/RCU/Design/Memory-Ordering/ |
D | Tree-RCU-Memory-Ordering.rst | 291 likely from an ``RCU_SOFTIRQ`` handler. Another code path in the middle 456 The next time an ``RCU_SOFTIRQ`` handler executes on this CPU (for 603 with ``CONFIG_RCU_FAST_NO_HZ=y``). Either way, ``RCU_SOFTIRQ`` is
|
/Linux-v6.1/Documentation/RCU/Design/Requirements/ |
D | Requirements.rst | 1474 completion numbers, rather than waiting for the ``RCU_SOFTIRQ``
|