Home
last modified time | relevance | path

Searched refs:SCHED_SOFTIRQ (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-domains.rst40SCHED_SOFTIRQ)。
/openbmc/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h35 SCHED_SOFTIRQ, enumerator
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst153 SCHED_SOFTIRQ section in kthreads
162 a subsequent SCHED_SOFTIRQ.
168 runs in SCHED_SOFTIRQ context.
/openbmc/linux/include/linux/
H A Dinterrupt.h557 SCHED_SOFTIRQ, enumerator
/openbmc/linux/Documentation/scheduler/
H A Dsched-domains.rst38 in softirq context (SCHED_SOFTIRQ).
/openbmc/linux/kernel/
H A Dsoftirq.c282 #define SCHED_SOFTIRQ_MASK BIT(SCHED_SOFTIRQ)
/openbmc/linux/kernel/sched/
H A Dfair.c12245 * Update the blocked load only if no SCHED_SOFTIRQ is about to happen in nohz_run_idle_balance()
12448 * Trigger the SCHED_SOFTIRQ if it is time to do periodic load balancing. in trigger_load_balance()
12460 raise_softirq(SCHED_SOFTIRQ); in trigger_load_balance()
13238 open_softirq(SCHED_SOFTIRQ, run_rebalance_domains); in init_sched_fair_class()
H A Dcore.c1188 __raise_softirq_irqoff(SCHED_SOFTIRQ); in nohz_csd_func()