Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dnotifier.c260 if (unlikely(system_state == SYSTEM_BOOTING)) in __blocking_notifier_chain_register()
323 if (unlikely(system_state == SYSTEM_BOOTING)) in blocking_notifier_chain_unregister()
482 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_register()
512 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_unregister()
/linux-6.15/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()
/linux-6.15/arch/s390/kernel/
H A Dctlreg.c74 if (system_state == SYSTEM_BOOTING) { in system_ctlreg_update()
/linux-6.15/include/linux/
H A Dkernel.h184 SYSTEM_BOOTING, enumerator
H A Ddmar.h92 system_state == SYSTEM_BOOTING; in dmar_rcu_check()
/linux-6.15/drivers/xen/
H A Dmanage.c191 case SYSTEM_BOOTING: in do_poweroff()
/linux-6.15/mm/
H A Dsparse-vmemmap.c581 if (system_state == SYSTEM_BOOTING) in __populate_section_memmap()
H A Dpage_alloc.c5603 if (system_state == SYSTEM_BOOTING) { in build_all_zonelists()
/linux-6.15/drivers/thermal/intel/
H A Dtherm_throt.c748 if (system_state == SYSTEM_BOOTING) in intel_init_thermal()
/linux-6.15/mm/kfence/
H A Dcore.c80 if (num && !READ_ONCE(kfence_enabled) && system_state != SYSTEM_BOOTING) in param_set_sample_interval()
/linux-6.15/kernel/trace/
H A Dtrace_events_trigger.c1091 if (system_state != SYSTEM_BOOTING) in set_trigger_filter()
H A Dring_buffer.c4257 if (WARN_ON_ONCE(system_state != SYSTEM_BOOTING)) \
/linux-6.15/kernel/rcu/
H A Dtree_nocb.h1436 WARN_ON_ONCE(system_state > SYSTEM_BOOTING && rcu_segcblist_n_cbs(&rdp->cblist)); in rcu_spawn_cpu_nocb_kthread()
/linux-6.15/kernel/sched/
H A Dcore.c5597 if (system_state == SYSTEM_BOOTING) in cpu_resched_latency()
8784 system_state == SYSTEM_BOOTING || system_state > SYSTEM_RUNNING || in __might_resched()