Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/
A Dcoccicheck61 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
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dcpu_hotplug.rst209 * ONLINE阶段
211 ONLINE阶段涵盖了CPUHP_AP_ONLINE + 1到CPUHP_ONLINE之间的状态空间。
371 的常量之一, 具体取决于应该分配动态状态的状态阶段(PREPARE,ONLINE)。
385 online 对应ONLINE阶段中的状态
387 offline 对应ONLINE阶段中不提供startup回调的状态
450 (PREPARE阶段),要么在CPU的热插拔线程中调用每个在线CPU(ONLINE阶段)。
480 程中调用每个在线CPU(ONLINE阶段)。
499 线程中调用每个在线CPU(ONLINE阶段)。
517ONLINE阶段设置和取消动态分配的状态,以获取下线操作的通知::
525ONLINE阶段设置和取消动态分配的状态,以获取有关上线操作的通知,而无需调用回调::
[all …]
/linux-6.3-rc2/Documentation/filesystems/
A Dgfs2-uevents.rst19 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
/linux-6.3-rc2/Documentation/core-api/
A Dcpu_hotplug.rst229 * The ONLINE section
382 Only the PREPARE and ONLINE sections provide a dynamic allocation
408 CPUHP_ONLINE_DYN - depending on the state section (PREPARE, ONLINE) for
426 online For states in the ONLINE section
428 offline For states in the ONLINE section which do not provide
456 the current CPU (PREPARE section) or on each online CPU (ONLINE
510 each online CPU (ONLINE section) in the context of the CPU's hotplug
576 section) or on each online CPU (ONLINE section) in the context of the
597 Setup and teardown a dynamically allocated state in the ONLINE section
606 Setup and teardown a dynamically allocated state in the ONLINE section
[all …]
/linux-6.3-rc2/drivers/ata/
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-6.3-rc2/drivers/power/supply/
A Dpower_supply_sysfs.c150 POWER_SUPPLY_ATTR(ONLINE),
/linux-6.3-rc2/Documentation/power/
A Dcharger-manager.rst165 battery_present is "CM_CHARGER_STAT"), "ONLINE" (shows whether an

Completed in 120 milliseconds