Home
last modified time | relevance | path

Searched refs:TIMER_SOFTIRQ (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h29 TIMER_SOFTIRQ, enumerator
/openbmc/linux/include/linux/
H A Dinterrupt.h551 TIMER_SOFTIRQ, enumerator
575 #define SOFTIRQ_HOTPLUG_SAFE_MASK (BIT(TIMER_SOFTIRQ) | BIT(IRQ_POLL_SOFTIRQ) |\
/openbmc/linux/kernel/time/
H A Dtimer.c2057 raise_softirq(TIMER_SOFTIRQ); in run_local_timers()
2310 open_softirq(TIMER_SOFTIRQ, run_timer_softirq); in init_timers()
H A Dtick-sched.c798 return local_softirq_pending() & BIT(TIMER_SOFTIRQ); in local_timer_softirq_pending()
/openbmc/linux/kernel/rcu/
H A Dtree_stall.h586 cpu, kstat_softirqs_cpu(TIMER_SOFTIRQ, cpu)); in rcu_check_gp_kthread_expired_fqs_timer()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst90 TIMER_SOFTIRQ section in kthreads
/openbmc/linux/Documentation/RCU/
H A Dstallwarn.rst341 is the current ``TIMER_SOFTIRQ`` count on cpu 4. If this value does not
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst1498 (infatti, sono chiamati da ``TIMER_SOFTIRQ``).
/openbmc/linux/Documentation/kernel-hacking/
H A Dlocking.rst1442 are called from the ``TIMER_SOFTIRQ``).