Searched refs:ONLINE (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/scripts/ |
H A D | coccicheck | 68 ONLINE=1 74 ONLINE=0 97 if [ "$ONLINE" = "0" ] ; then 107 if [ "$ONLINE" = "0" ] ; then 115 if [ "$ONLINE" = "0" ] ; then 195 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
|
/openbmc/linux/scripts/ |
H A D | coccicheck | 61 ONLINE=1 82 ONLINE=0 116 if [ "$ONLINE" = "0" ] ; then 126 if [ "$ONLINE" = "0" ] ; then 134 if [ "$ONLINE" = "0" ] ; then 211 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | cpu_hotplug.rst | 209 * ONLINE阶段 211 ONLINE阶段涵盖了CPUHP_AP_ONLINE + 1到CPUHP_ONLINE之间的状态空间。 350 只有PREPARE和ONLINE阶段提供了一个动态分配范围。STARTING阶段则没有,因为该部分的大多 371 的常量之一, 具体取决于应该分配动态状态的状态阶段(PREPARE,ONLINE)。 385 online 对应ONLINE阶段中的状态 387 offline 对应ONLINE阶段中不提供startup回调的状态 408 当前的CPU上调用(PREPARE阶段),要么在CPU的热插拔线程中调用每个在线CPU(ONLINE阶段)。 450 (PREPARE阶段),要么在CPU的热插拔线程中调用每个在线CPU(ONLINE阶段)。 480 程中调用每个在线CPU(ONLINE阶段)。 499 线程中调用每个在线CPU(ONLINE阶段)。 [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | gfs2-uevents.rst | 19 is successful, an ONLINE uevent will follow. If it is not successful 27 2. ONLINE 30 The ONLINE uevent is generated after a successful mount or remount. It 31 has the same environment variables as the ADD uevent. The ONLINE 57 cluster. For this reason the ONLINE uevent was used when adding a new
|
/openbmc/linux/Documentation/core-api/ |
H A D | cpu_hotplug.rst | 220 * The ONLINE section 222 The ONLINE section covers the state space between CPUHP_AP_ONLINE + 1 and 373 Only the PREPARE and ONLINE sections provide a dynamic allocation 399 CPUHP_AP_ONLINE_DYN - depending on the state section (PREPARE, ONLINE) for 417 online For states in the ONLINE section 419 offline For states in the ONLINE section which do not provide 447 the current CPU (PREPARE section) or on each online CPU (ONLINE 501 each online CPU (ONLINE section) in the context of the CPU's hotplug 541 on each online CPU (ONLINE section) in the context of the CPU's hotplug 567 section) or on each online CPU (ONLINE section) in the context of the [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | sata_fsl.c | 121 ONLINE = (1 << 31), enumerator 773 ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, 1, 1); in sata_fsl_port_stop() 821 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, in sata_fsl_hardreset() 824 if (temp & ONLINE) { in sata_fsl_hardreset() 861 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, 0, 1, 500); in sata_fsl_hardreset() 863 if (!(temp & ONLINE)) { in sata_fsl_hardreset()
|
/openbmc/linux/drivers/power/supply/ |
H A D | power_supply_sysfs.c | 150 POWER_SUPPLY_ATTR(ONLINE),
|
/openbmc/linux/Documentation/power/ |
H A D | charger-manager.rst | 165 battery_present is "CM_CHARGER_STAT"), "ONLINE" (shows whether an
|
/openbmc/qemu/docs/system/devices/ |
H A D | nvme.rst | 359 * assign the flexible resources to the VF and set it ONLINE
|