Searched refs:RCU_SOFTIRQ (Results 1 – 10 of 10) sorted by relevance
| /linux/kernel/rcu/ ! |
| H A D | tiny.c | 59 raise_softirq_irqoff(RCU_SOFTIRQ); in rcu_qs() 249 open_softirq(RCU_SOFTIRQ, rcu_process_callbacks); in rcu_init()
|
| H A D | tree_stall.h | 219 rdp->softirq_snap = kstat_softirqs_cpu(RCU_SOFTIRQ, smp_processor_id()); in zero_cpu_stall_ticks() 560 rdp->softirq_snap, kstat_softirqs_cpu(RCU_SOFTIRQ, cpu), in print_cpu_stall_info()
|
| H A D | tree_plugin.h | 752 raise_softirq_irqoff(RCU_SOFTIRQ); in rcu_read_unlock_special()
|
| H A D | tree.c | 2920 raise_softirq(RCU_SOFTIRQ); in invoke_rcu_core() 4887 open_softirq(RCU_SOFTIRQ, rcu_core_si); in rcu_init()
|
| /linux/tools/perf/util/bpf_skel/vmlinux/ ! |
| H A D | vmlinux.h | 45 RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */ enumerator
|
| /linux/include/linux/ ! |
| H A D | interrupt.h | 561 RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */ 578 BIT(HRTIMER_SOFTIRQ) | BIT(RCU_SOFTIRQ)) 571 RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */ global() enumerator
|
| /linux/Documentation/admin-guide/ ! |
| H A D | kernel-per-CPU-kthreads.rst | 191 RCU_SOFTIRQ section in kthreads 325 shift it to RCU_SOFTIRQ.
|
| H A D | kernel-parameters.txt | 5879 If set to zero, move all RCU_SOFTIRQ processing to 5881 value, meaning that RCU_SOFTIRQ is used by default.
|
| /linux/Documentation/RCU/Design/Memory-Ordering/ ! |
| H A 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/Documentation/RCU/Design/Requirements/ ! |
| H A D | Requirements.rst | 1474 completion numbers, rather than waiting for the ``RCU_SOFTIRQ``
|