Searched refs:system_state (Results 1 – 25 of 123) sorted by relevance
12345
184 if (system_state > SYSTEM_RUNNING) in scmi_forceful_work_func()286 if (er->system_state >= SCMI_SYSTEM_MAX || in scmi_userspace_notifier()287 er->system_state == SCMI_SYSTEM_POWERUP) { in scmi_userspace_notifier()289 er->system_state); in scmi_userspace_notifier()302 if (system_state > SYSTEM_RUNNING) in scmi_userspace_notifier()314 sc->required_transition = er->system_state; in scmi_userspace_notifier()
32 __le32 system_state; member106 r->system_state = le32_to_cpu(p->system_state); in scmi_system_fill_custom_report()108 r->system_state == SCMI_SYSTEM_SHUTDOWN && in scmi_system_fill_custom_report()
268 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()
86 system_state = SYSTEM_RESTART; in emergency_restart()94 system_state = SYSTEM_RESTART; in kernel_restart_prepare()294 system_state = state; in kernel_shutdown_prepare()360 if (system_state > SYSTEM_RUNNING) in alloc_sys_off_handler()
71 if (system_state < SYSTEM_FREEING_INITMEM && in core_kernel_text()
163 bool init = system_state < SYSTEM_RUNNING; in __static_call_update()486 bool init = system_state < SYSTEM_RUNNING; in static_call_text_reserved()
100 if (init || system_state == SYSTEM_BOOTING) { in __jump_label_transform()128 if (system_state == SYSTEM_BOOTING) { in arch_jump_label_transform_queue()
108 if (system_state == SYSTEM_BOOTING || modinit) in __static_call_transform()
322 system_state = SYSTEM_SUSPEND; in create_image()354 system_state = SYSTEM_RUNNING; in create_image()489 system_state = SYSTEM_SUSPEND; in resume_target_kernel()523 system_state = SYSTEM_RUNNING; in resume_target_kernel()610 system_state = SYSTEM_SUSPEND; in hibernation_platform_enter()623 system_state = SYSTEM_RUNNING; in hibernation_platform_enter()
37 system_state != SYSTEM_RUNNING) { in try_to_suspend()
444 system_state = SYSTEM_SUSPEND; in suspend_enter()461 system_state = SYSTEM_RUNNING; in suspend_enter()
199 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; in pmu_nvram_read_byte()203 if (system_state == SYSTEM_RUNNING) in pmu_nvram_read_byte()215 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; in pmu_nvram_write_byte()219 if (system_state == SYSTEM_RUNNING) in pmu_nvram_write_byte()
33 if (system_state < SYSTEM_SCHEDULING) in check_preemption_disabled()
70 if (dhry_run && system_state == SYSTEM_RUNNING) in dhry_run_set()
79 if (system_state < SYSTEM_RUNNING) in clk_slow_osc_prepare()193 if (system_state < SYSTEM_RUNNING) in clk_slow_rc_osc_prepare()297 if (system_state < SYSTEM_RUNNING) in clk_sam9x5_slow_set_parent()559 if (system_state < SYSTEM_RUNNING) in clk_sama5d4_slow_osc_prepare()
33 return system_state > SYSTEM_RUNNING && in i2c_in_atomic_xfer_mode()
128 enum system_states system_state __read_mostly;129 EXPORT_SYMBOL(system_state);737 system_state = SYSTEM_SCHEDULING; in rest_init()1473 system_state = SYSTEM_FREEING_INITMEM; in kernel_init()1487 system_state = SYSTEM_RUNNING; in kernel_init()
531 system_state = SYSTEM_SUSPEND; in tick_freeze()557 system_state = SYSTEM_RUNNING; in tick_unfreeze()
19 the filesystem which is determined by checking the system_state until
74 if (system_state == SYSTEM_BOOTING) { in system_ctlreg_update()
602 enum system_state { enum640 enum system_state system_state; member
192 } system_state;
213 if (system_state >= SYSTEM_RUNNING) in pas_cpufreq_cpu_exit()
152 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()1273 const bool booting = system_state < SYSTEM_RUNNING; in __cpu_up()1331 if (!cpu_callin_map[cpu] && system_state >= SYSTEM_RUNNING) { in __cpu_up()1646 if (system_state == SYSTEM_RUNNING) in start_secondary()
138 if (system_state < SYSTEM_RUNNING) in alloc_clustermask()
Completed in 51 milliseconds