Home
last modified time | relevance | path

Searched refs:ONLINE (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/translations/zh_CN/filesystems/
H A Dgfs2-uevents.rst29 功,随后会生成 ONLINE uevent。如果挂载失败,则随后会生成 REMOVE uevent。
34 2. ONLINE
37 ONLINE uevent 在成功挂载或重新挂载后生成。它具有与 ADD uevent 相同的环
38 境变量。ONLINE uevent 及其用于标识观察者和 RDONLY 状态的两个环境变量是较
56 于标识成功挂载或重新挂载的 uevent 时,选择了使用 ONLINE uevent。
/linux/scripts/
H A Dcoccicheck61 ONLINE=1
82 ONLINE=0
112 if [ "$ONLINE" = "0" ] ; then
122 if [ "$ONLINE" = "0" ] ; then
130 if [ "$ONLINE" = "0" ] ; then
207 if [ $VERBOSE -ne 0 -a $ONLINE -eq 0 ] ; then
/linux/Documentation/translations/zh_CN/core-api/
H A Dcpu_hotplug.rst203 * ONLINE阶段
205 ONLINE阶段涵盖了CPUHP_AP_ONLINE + 1到CPUHP_ONLINE之间的状态空间。
344 只有PREPARE和ONLINE阶段提供了一个动态分配范围。STARTING阶段则没有,因为该部分的大多
365 的常量之一, 具体取决于应该分配动态状态的状态阶段(PREPARE,ONLINE)。
379 online 对应ONLINE阶段中的状态
381 offline 对应ONLINE阶段中不提供startup回调的状态
402 当前的CPU上调用(PREPARE阶段),要么在CPU的热插拔线程中调用每个在线CPU(ONLINE阶段)。
444 (PREPARE阶段),要么在CPU的热插拔线程中调用每个在线CPU(ONLINE阶段)。
474 程中调用每个在线CPU(ONLINE阶段)。
493 线程中调用每个在线CPU(ONLINE阶段)。
[all …]
/linux/Documentation/core-api/
H A Dcpu_hotplug.rst214 * The ONLINE section
216 The ONLINE section covers the state space between CPUHP_AP_ONLINE + 1 and
367 Only the PREPARE and ONLINE sections provide a dynamic allocation
393 CPUHP_AP_ONLINE_DYN - depending on the state section (PREPARE, ONLINE) for
411 online For states in the ONLINE section
413 offline For states in the ONLINE section which do not provide
441 the current CPU (PREPARE section) or on each online CPU (ONLINE
495 each online CPU (ONLINE section) in the context of the CPU's hotplug
535 on each online CPU (ONLINE section) in the context of the CPU's hotplug
561 section) or on each online CPU (ONLINE section) in the context of the
[all …]
/linux/drivers/ata/
H A Dsata_fsl.c121 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()
/linux/Documentation/power/
H A Dcharger-manager.rst165 battery_present is "CM_CHARGER_STAT"), "ONLINE" (shows whether an
/linux/drivers/md/dm-vdo/
H A Ddedupe.c174 static const char *ONLINE = "online"; variable
2766 return READ_ONCE(zones->dedupe_flag) ? ONLINE : OFFLINE; in index_state_to_string()