Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dcpu_hotplug.rst197 * STARTING阶段
199 STARTING阶段涵盖了CPUHP_BRINGUP_CPU + 1到CPUHP_AP_ONLINE之间的状态空间。
350 只有PREPARE和ONLINE阶段提供了一个动态分配范围。STARTING阶段则没有,因为该部分的大多
381 starting 对应STARTING阶段中的状态
383 dying 对应STARTING阶段中不提供startup回调的状态
509STARTING阶段设置和取消静态分配的状态,以获取上线和下线操作的通知::
/openbmc/phosphor-inventory-manager/
H A Dmanager.hpp221 volatile enum class ManagerStatus { STARTING, RUNNING, STOPPING } _status; enumerator
H A Dmanager.cpp64 _status(ManagerStatus::STARTING) in Manager()
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h74 STARTING, enumerator
H A Drcar-dma.c1083 vin->state = STARTING; in rvin_capture_start()
1139 if (vin->state == STARTING) { in rvin_irq()
/openbmc/linux/Documentation/core-api/
H A Dcpu_hotplug.rst204 * The STARTING section
206 The STARTING section covers the state space between CPUHP_BRINGUP_CPU + 1
374 range. The STARTING section does not as most of the callbacks in that
412 starting For states in the STARTING section
414 dying For states in the STARTING section which do not provide
579 Setup and teardown a statically allocated state in the STARTING section for
/openbmc/linux/drivers/misc/mei/
H A Dhbm.c55 MEI_HBM_STATE(STARTING); in mei_hbm_state_str()
/openbmc/linux/tools/power/pm-graph/
H A DREADME640 STARTING FTRACE
/openbmc/linux/drivers/scsi/isci/
H A Dhost.c740 task_assignment |= (SMU_TCA_GEN_VAL(STARTING, 0)) | in sci_controller_assign_task_entries()