Home
last modified time | relevance | path

Searched refs:SYSTEM_BOOTING (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/kernel/
H A Dnotifier.c268 if (unlikely(system_state == SYSTEM_BOOTING)) in __blocking_notifier_chain_register()
331 if (unlikely(system_state == SYSTEM_BOOTING)) in blocking_notifier_chain_unregister()
490 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_register()
520 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_unregister()
/openbmc/linux/arch/x86/kernel/
H A Djump_label.c100 if (init || system_state == SYSTEM_BOOTING) { in __jump_label_transform()
128 if (system_state == SYSTEM_BOOTING) { in arch_jump_label_transform_queue()
H A Dstatic_call.c108 if (system_state == SYSTEM_BOOTING || modinit) in __static_call_transform()
177 BUG_ON(system_state != SYSTEM_BOOTING); in __static_call_update_early()
/openbmc/linux/drivers/xen/
H A Dmanage.c191 case SYSTEM_BOOTING: in do_poweroff()
/openbmc/linux/include/linux/
H A Dkernel.h229 SYSTEM_BOOTING, enumerator
H A Ddmar.h92 system_state == SYSTEM_BOOTING; in dmar_rcu_check()
/openbmc/linux/drivers/thermal/intel/
H A Dtherm_throt.c748 if (system_state == SYSTEM_BOOTING) in intel_init_thermal()
/openbmc/linux/mm/kfence/
H A Dcore.c80 if (num && !READ_ONCE(kfence_enabled) && system_state != SYSTEM_BOOTING) in param_set_sample_interval()
/openbmc/linux/kernel/trace/
H A Dtrace_events_trigger.c1096 if (system_state != SYSTEM_BOOTING) in set_trigger_filter()
H A Dring_buffer.c3528 WARN_ON_ONCE(system_state != SYSTEM_BOOTING); in check_buffer()
/openbmc/linux/arch/x86/kernel/apic/
H A Dapic.c2425 if (system_state != SYSTEM_BOOTING) in cpu_update_apic()
/openbmc/linux/kernel/sched/
H A Dcore.c5597 if (system_state == SYSTEM_BOOTING) in cpu_resched_latency()
10189 system_state == SYSTEM_BOOTING || system_state > SYSTEM_RUNNING || in __might_resched()
/openbmc/linux/mm/
H A Dpage_alloc.c5200 if (system_state == SYSTEM_BOOTING) { in build_all_zonelists()