/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_error.h | 113 zdev->online = 0; in convert_error() 117 zdev->ap_dev->qid, zdev->online, ehdr->reply_code); in convert_error() 124 zdev->online = 0; in convert_error() 128 zdev->ap_dev->qid, zdev->online, ehdr->reply_code); in convert_error() 131 zdev->online = 0; in convert_error() 135 zdev->ap_dev->qid, zdev->online, ehdr->reply_code); in convert_error()
|
D | zcrypt_api.c | 96 return snprintf(buf, PAGE_SIZE, "%d\n", zdev->online); in zcrypt_online_show() 104 int online; in zcrypt_online_store() local 106 if (sscanf(buf, "%d\n", &online) != 1 || online < 0 || online > 1) in zcrypt_online_store() 108 zdev->online = online; in zcrypt_online_store() 110 zdev->online); in zcrypt_online_store() 111 if (!online) in zcrypt_online_store() 116 static DEVICE_ATTR(online, 0644, zcrypt_online_show, zcrypt_online_store); 269 zdev->online = 1; /* New devices are online by default. */ in zcrypt_device_register() 271 zdev->online); in zcrypt_device_register() 439 if (!zdev->online || in zcrypt_rsa_modexpo() [all …]
|
D | zcrypt_msgtype6.c | 573 zdev->online = 0; in convert_type86_ica() 577 zdev->ap_dev->qid, zdev->online, in convert_type86_ica() 716 zdev->online = 0; in convert_response_ica() 720 zdev->ap_dev->qid, zdev->online); in convert_response_ica() 748 zdev->online = 0; in convert_response_xcrb() 752 zdev->ap_dev->qid, zdev->online); in convert_response_xcrb() 774 zdev->online = 0; in convert_response_ep11_xcrb() 778 zdev->ap_dev->qid, zdev->online); in convert_response_ep11_xcrb() 801 zdev->online = 0; in convert_response_rng() 805 zdev->ap_dev->qid, zdev->online); in convert_response_rng()
|
D | zcrypt_msgtype50.c | 337 zdev->online = 0; in convert_type80() 341 zdev->ap_dev->qid, zdev->online, t80h->code); in convert_type80() 369 zdev->online = 0; in convert_response() 373 zdev->ap_dev->qid, zdev->online); in convert_response()
|
D | zcrypt_api.h | 108 int online; /* User online/offline */ member
|
D | zcrypt_cex2a.c | 128 zdev->online = 1; in zcrypt_cex2a_probe()
|
D | zcrypt_cex4.c | 149 zdev->online = 1; in zcrypt_cex4_probe()
|
D | zcrypt_pcixcc.c | 276 zdev->online = 1; in zcrypt_pcixcc_probe()
|
/linux-4.4.14/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 29 online_cpus=`cat $SYSFS/devices/system/cpu/online` 50 if [ -f $cpu/online ] && grep -q $state $cpu/online; then 68 grep -q 1 $SYSFS/devices/system/cpu/cpu$1/online 73 grep -q 0 $SYSFS/devices/system/cpu/cpu$1/online 78 echo 1 > $SYSFS/devices/system/cpu/cpu$1/online 83 echo 0 > $SYSFS/devices/system/cpu/cpu$1/online 104 echo $FUNCNAME $cpu: unexpected online >&2
|
/linux-4.4.14/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 49 hotpluggable_memory online 54 grep -q online $SYSFS/devices/system/memory/memory$1/state 64 echo online > $SYSFS/devices/system/memory/memory$1/state 90 echo $FUNCNAME $memory: unexpected online >&2 154 echo offline-online $memory 163 echo online-offline $memory 172 echo offline-online $memory
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-online | 1 What: /sys/devices/.../online 5 The /sys/devices/.../online attribute is only present for 6 devices whose bus types provide .online() and .offline() 13 this file, the device bus type's .online() callback is executed 20 type's .online() is exeucted successfully.
|
D | sysfs-devices-system-xen_cpu | 12 What: /sys/devices/system/xen_cpu/xen_cpu#/online 16 Interface to online/offline Xen physical cpus 19 to online/offline physical cpus, except cpu0 due to several
|
D | sysfs-devices-memory | 47 online/offline state of the memory section. When written, 48 root can toggle the the online/offline state of a removable 51 # echo online > /sys/devices/system/memory/memoryX/state 57 string "online" the following command can be executed by
|
D | sysfs-devices-system-cpu | 14 /sys/devices/system/cpu/online 25 offline: cpus that are not online because they have been 29 online: cpus that are online and being scheduled. 32 brought online if they are present. 152 freqdomain_cpus is the list of CPUs (online+offline) that share
|
D | sysfs-class-mic.txt | 49 "online" - The MIC device has completed boot and is online 73 "online"
|
D | sysfs-ocfs2 | 72 userspace tools when bringing the cluster stack online.
|
/linux-4.4.14/drivers/power/ |
D | 88pm860x_charger.c | 110 unsigned online:1; /* usb charger */ member 277 if (vbatt > CHARGE_THRESHOLD && info->online) in stop_charge() 320 (info->online) ? "online" : "N/A", in set_charging_fsm() 326 if (info->online && info->present && info->allowed) { in set_charging_fsm() 347 if (info->online && info->present && info->allowed) { in set_charging_fsm() 358 if (info->online && info->present && info->allowed) { in set_charging_fsm() 369 if (info->online && info->present && info->allowed) { in set_charging_fsm() 380 else if (vbatt > CHARGE_THRESHOLD && info->online) in set_charging_fsm() 392 (info->online) ? "online" : "N/A", in set_charging_fsm() 411 info->online = 1; in pm860x_charger_handler() [all …]
|
D | power_supply_leds.c | 116 union power_supply_propval online; in power_supply_update_gen_leds() local 118 if (power_supply_get_property(psy, POWER_SUPPLY_PROP_ONLINE, &online)) in power_supply_update_gen_leds() 121 dev_dbg(&psy->dev, "%s %d\n", __func__, online.intval); in power_supply_update_gen_leds() 123 if (online.intval) in power_supply_update_gen_leds()
|
D | bq25890_charger.c | 81 u8 online; member 386 if (!state.online) in bq25890_power_supply_get_property() 405 val->intval = state.online; in bq25890_power_supply_get_property() 435 if (!state.online) { in bq25890_power_supply_get_property() 473 {F_PG_STAT, &state->online}, in bq25890_get_chip_state() 489 state->chrg_status, state->online, state->vsys_status, in bq25890_get_chip_state() 506 old_state.online != new_state->online || in bq25890_state_changed() 522 if (!new_state->online) { /* power removed */ in bq25890_handle_state_change() 527 } else if (!old_state.online) { /* power inserted */ in bq25890_handle_state_change() 944 if (state.online) { in bq25890_resume()
|
D | max17040_battery.c | 47 int online; member 67 val->intval = chip->online; in max17040_get_property() 151 chip->online = chip->pdata->battery_online(); in max17040_get_online() 153 chip->online = 1; in max17040_get_online()
|
D | isp1704_charger.c | 70 unsigned online:1; member 228 } while (!time_after(jiffies, timeout) && isp->online); in isp1704_charger_detect() 257 isp->online = true; in isp1704_charger_work() 288 isp->online = false; in isp1704_charger_work() 337 val->intval = isp->online; in isp1704_charger_get_property()
|
D | axp288_charger.c | 181 bool online; member 343 int ret, online = 0; in axp288_charger_is_online() local 351 online = 1; in axp288_charger_is_online() 352 return online; in axp288_charger_is_online() 450 info->online = ret; in axp288_charger_usb_get_property() 451 val->intval = info->online; in axp288_charger_usb_get_property()
|
D | power_supply_sysfs.c | 142 POWER_SUPPLY_ATTR(online),
|
D | charger-manager.c | 148 bool online = false; in is_ext_pwr_online() local 164 online = true; in is_ext_pwr_online() 169 return online; in is_ext_pwr_online()
|
D | Kconfig | 347 Say Y to include support for chargers which report their online status
|
/linux-4.4.14/Documentation/ |
D | cputopology.txt | 89 offline: CPUs that are not online because they have been 94 online: CPUs that are online and being scheduled [cpu_online_mask] 97 brought online if they are present. [cpu_possible_mask] 107 being 32. Note also that CPUs 2 and 4-31 are not online but could be 108 brought online as they are both present and possible. 112 online: 0-1,3 119 online.) 123 online: 0-1,3
|
D | memory-hotplug.txt | 15 1.3. Unit of Memory online/offline operation 23 5.2. How to online memory 80 In this document, this phase is described as online/offline. 89 1.3. Unit of Memory online/offline operation 98 unit upon which memory online/offline operations are to be performed. The 162 at read: contains online/offline state of memory. 164 "online_movable", "online", "offline" command 211 You may have to write it by yourself or online/offline memory by hand. 212 Please see "How to online memory", "How to offline memory" in this text. 238 not called (in current implementation). You'll have to online memory by [all …]
|
D | cpu-hotplug.txt | 47 other cpus later online, read FAQ's for more info. 87 cpu_online_mask: Bitmap of all CPUs currently online. Its set in __cpu_up() 94 of them may be online. When physical hotplug is processed by the relevant 174 Under each directory you would find an "online" file which is the control 175 file to logically online/offline a processor. 179 CONFIG_HOTPLUG_CPU enables logical online/offline capability in the kernel. 187 #echo 0 > /sys/devices/system/cpu/cpuX/online 193 You should now not see the CPU that you removed. Also online file will report 194 the state as 0 when a cpu if offline and 1 when its online. 197 #cat /sys/devices/system/cpu/cpuX/online [all …]
|
D | kernel-per-CPU-kthreads.txt | 21 o /sys/devices/system/cpu/cpuN/online: Control CPU N's hotplug state, 22 writing "0" to offline and "1" to online. 73 the CPU offline, then bring it back online. This forces 76 first one back online. Once you have onlined the CPUs in question, 85 bring it back online before you start your application.) 92 bring it back online before you start your application.) 99 bring it back online before you start your application.) 129 CPU offline, then bring it back online. This forces recurring 132 back online. Once you have onlined the CPUs in question, do not
|
D | lockup-watchdogs.txt | 66 By default, the watchdog runs on all online cores. However, on a
|
D | padata.txt | 36 Once an offline CPU in the user supplied cpumask comes online, padata
|
D | intel_txt.txt | 34 IDFs 2006, 2007 (I'm not sure if/where they are online)
|
D | atomic_ops.txt | 149 variable a is set at boot time before the second CPU is brought online
|
D | kernel-parameters.txt | 759 on every CPU online, such as boot, and resume from suspend. 1893 number of online CPUs. 2592 need to online CPU0 before suspend/hibernate. 2608 use hotplug cpu feature to put more cpu back to online.
|
/linux-4.4.14/arch/mips/kernel/ |
D | pm-cps.c | 41 typedef unsigned (*cps_nc_entry_fn)(unsigned online, u32 *nc_ready_count); 93 static void coupled_barrier(atomic_t *a, unsigned online) in coupled_barrier() argument 107 while (atomic_read(a) < online) in coupled_barrier() 110 if (atomic_inc_return(a) == online * 2) { in coupled_barrier() 115 while (atomic_read(a) > online) in coupled_barrier() 123 unsigned online, left; in cps_pm_enter_state() local 141 online = cpumask_weight(coupled_mask); in cps_pm_enter_state() 147 online = 1; in cps_pm_enter_state() 176 coupled_barrier(&per_cpu(pm_barrier, core), online); in cps_pm_enter_state() 179 left = entry(online, nc_core_ready_count); in cps_pm_enter_state() [all …]
|
/linux-4.4.14/Documentation/s390/ |
D | driver-model.txt | 45 online: An interface to set the device online and offline. 47 notify function under 1.2), piping 0 to online will forcibly delete 70 via the 'online' interface. 86 int online; 142 activated via the 'online' attribute. The driver should finally 148 verified that the device is not already online. 152 de-activated via the 'online' attribute. The driver should shut 158 verified that the device is online. 164 * In online state, device detached (CIO_GONE) or last path gone 213 possible). This ccwgroup device can be set online or offline just like a normal [all …]
|
D | cds.txt | 145 ccw to retrieve device characteristics in its online routine. 270 not online. 428 -EINVAL - The device is not operational or the ccw device is not online. 457 -EINVAL - The device is not operational or the ccw device is not online.
|
D | CommonIO | 85 All devices ignored but still registered and not online (= not in use)
|
D | Debugging390.txt | 912 From CMS help <command name> will give you online help on a particular command. 951 Thankfully after reading VM's online help I figured out how to debug 1585 Note gdb's online help is very good use it.
|
/linux-4.4.14/Documentation/fault-injection/ |
D | notifier-error-inject.txt | 34 # echo 0 > /sys/devices/system/cpu/cpu1/online 37 Example2: inject CPU online error (-2 == -ENOENT) 40 # echo 1 > /sys/devices/system/cpu/cpu1/online 98 These scripts first do simple online and offline tests and then do fault
|
/linux-4.4.14/drivers/ata/ |
D | ahci_qoriq.c | 77 bool online; in ahci_qoriq_hardreset() local 106 rc = sata_link_hardreset(link, timing, deadline, &online, in ahci_qoriq_hardreset() 122 if (online) in ahci_qoriq_hardreset()
|
D | ahci_xgene.c | 364 unsigned long deadline, bool *online) in xgene_ahci_do_hardreset() argument 383 rc = sata_link_hardreset(link, timing, deadline, online, in xgene_ahci_do_hardreset() 385 if (*online) { in xgene_ahci_do_hardreset() 409 bool online; in xgene_ahci_hardreset() local 426 rc = xgene_ahci_do_hardreset(link, deadline, &online); in xgene_ahci_hardreset() 437 if (online) in xgene_ahci_hardreset()
|
D | sata_via.c | 338 int online; in vt6420_prereset() local 360 online = (sstatus & 0xf) == 0x3; in vt6420_prereset() 364 online ? "up" : "down", sstatus, scontrol); in vt6420_prereset() 369 if (!online) { in vt6420_prereset()
|
D | ahci.c | 665 bool online; in ahci_vt8251_hardreset() local 673 deadline, &online, NULL); in ahci_vt8251_hardreset() 682 return online ? -EAGAIN : rc; in ahci_vt8251_hardreset() 693 bool online; in ahci_p5wdh_hardreset() local 704 deadline, &online, NULL); in ahci_p5wdh_hardreset() 721 if (online) { in ahci_p5wdh_hardreset() 755 bool online; in ahci_avn_hardreset() local 774 rc = sata_link_hardreset(link, timing, deadline, &online, in ahci_avn_hardreset() 795 if (online) in ahci_avn_hardreset()
|
D | sata_highbank.c | 408 bool online; in ahci_highbank_hardreset() local 422 rc = sata_link_hardreset(link, timing, deadline, &online, NULL); in ahci_highbank_hardreset() 432 } while (!online && retry--); in ahci_highbank_hardreset() 436 if (online) in ahci_highbank_hardreset()
|
D | libata-core.c | 3770 bool *online, int (*check_ready)(struct ata_link *)) in sata_link_hardreset() argument 3777 if (online) in sata_link_hardreset() 3778 *online = false; in sata_link_hardreset() 3820 if (online) in sata_link_hardreset() 3821 *online = true; in sata_link_hardreset() 3848 if (online) in sata_link_hardreset() 3849 *online = false; in sata_link_hardreset() 3874 bool online; in sata_std_hardreset() local 3878 rc = sata_link_hardreset(link, timing, deadline, &online, NULL); in sata_std_hardreset() 3879 return online ? -EAGAIN : rc; in sata_std_hardreset()
|
D | libata-sff.c | 2102 bool online; in sata_sff_hardreset() local 2105 rc = sata_link_hardreset(link, timing, deadline, &online, in sata_sff_hardreset() 2107 if (online) in sata_sff_hardreset()
|
D | libahci.c | 1461 bool online; in ahci_hardreset() local 1473 rc = sata_link_hardreset(link, timing, deadline, &online, in ahci_hardreset() 1478 if (online) in ahci_hardreset()
|
D | sata_mv.c | 3643 bool online; in mv_hardreset() local 3656 &online, NULL); in mv_hardreset() 3657 rc = online ? -EAGAIN : rc; in mv_hardreset()
|
/linux-4.4.14/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 54 online CPUs 112 /sys/devices/system/cpu/cpu*/online 202 Hence, when a new CPU is brought online, since the kernel finds that it 222 when the CPUs are brought back online, since they wouldn't have lost the 237 And during the CPU online operations (during resume/restore), since the 256 sent during the cpu online/offline events (eg, CPU_ONLINE notification 264 * A regular cpu online operation continues its journey from userspace 267 * If cpu online has not yet completed the microcode update stuff by now, 272 the cpu online hotplug task and hence freezing of tasks fails.
|
D | suspend-and-interrupts.txt | 38 brought back online. That applies to timer interrupts in the first place,
|
D | power_supply_class.txt | 25 AC/USB power supply online status. (Note that specific details of the
|
D | basic-pm-debugging.txt | 135 off and on using the /sys/devices/system/cpu/cpu*/online sysfs attributes and
|
D | freezing-of-tasks.txt | 158 that depends on all CPUs being online while it's running. Since we need to
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 75 for i in /sys/devices/system/cpu/cpu*/online 78 '/sys/devices/system/cpu/cpu0/online') 80 '/sys/devices/system/cpu/cpu*/online')
|
/linux-4.4.14/arch/arc/kernel/ |
D | mcip.c | 217 cpumask_t online; in idu_irq_set_affinity() local 220 if (!cpumask_and(&online, cpumask, cpu_online_mask)) in idu_irq_set_affinity() 225 idu_set_dest(data->hwirq, cpumask_bits(&online)[0]); in idu_irq_set_affinity()
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-devices-node | 5 Nodes that could be possibly become online at some point. 7 What: /sys/devices/system/node/online 11 Nodes that are online.
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_ttyfax.c | 81 info->online = 1; in isdn_tty_fax_modem_result() 142 info->online = 2; in isdn_tty_fax_modem_result() 161 if (info->online) in isdn_tty_fax_command1() 162 info->online = 1; in isdn_tty_fax_command1() 169 info->online = 2; in isdn_tty_fax_command1() 231 info->online = 1; in isdn_tty_fax_command() 259 info->online = 1; in isdn_tty_fax_command() 273 info->online = 1; in isdn_tty_fax_command()
|
D | isdn_tty.c | 68 if (!info->online) in isdn_tty_try_read() 133 if (!info->online) in isdn_tty_readmodem() 190 if ((info->online < 2) in isdn_tty_rcv_skb() 705 if (info->online) { in isdn_tty_modem_hup() 707 info->online = 0; in isdn_tty_modem_hup() 1031 if (info->online) in isdn_tty_change_speed() 1138 if ((info->online > 1) in isdn_tty_write() 1236 if (!info->online) in isdn_tty_write_room() 1249 if (!info->online) in isdn_tty_chars_in_buffer() 1405 if (info->online) in isdn_tty_tiocmset() [all …]
|
D | isdn_common.c | 595 dev->drv[di]->online &= ~(1 << (c->arg)); in isdn_status_callback() 618 dev->drv[di]->online |= (1 << (c->arg)); in isdn_status_callback() 634 dev->drv[di]->online &= ~(1 << (c->arg)); in isdn_status_callback() 1028 sprintf(p, "%ld ", dev->drv[i]->online); in isdn_statstr() 1767 if (!(dev->drv[drvidx]->online & (1 << chidx))) in isdn_open() 2251 d->online = 0; in register_isdn()
|
/linux-4.4.14/drivers/s390/cio/ |
D | device.c | 287 return sprintf(buf, cdev->online ? "1\n" : "0\n"); in online_show() 328 if (!cdev->online || !cdev->drv) in ccw_device_set_offline() 338 cdev->online = 0; in ccw_device_set_offline() 405 if (cdev->online || !cdev->drv) in ccw_device_set_online() 451 cdev->online = 1; in ccw_device_set_online() 645 static DEVICE_ATTR(online, 0644, online_show, online_store); 1376 if (cdev->online) in ccw_device_set_disconnected() 1431 if (cdev->online && !cdev->private->flags.resuming) in sch_get_action() 1618 cdev->online = 1; in ccw_device_enable_console() 1770 if (cdev->online) { in ccw_device_remove() [all …]
|
D | ccwgroup.c | 160 int online; in ccwgroup_online_show() local 162 online = (gdev->state == CCWGROUP_ONLINE) ? 1 : 0; in ccwgroup_online_show() 164 return scnprintf(buf, PAGE_SIZE, "%d\n", online); in ccwgroup_online_show() 210 static DEVICE_ATTR(online, 0644, ccwgroup_online_show, ccwgroup_online_store);
|
D | device_fsm.c | 270 if (!cdev->online) { in ccw_device_recog_done() 335 if (!cdev->online) in ccw_device_notify() 392 if (cdev->online && in ccw_device_done() 487 if (cdev->online && cdev->drv->path_event) in ccw_device_report_path_events() 724 if (cdev->online) { in ccw_device_boxed_verify()
|
/linux-4.4.14/drivers/base/ |
D | container.c | 33 .online = trivial_online,
|
D | cpu.c | 130 .online = cpu_subsys_online, 220 _CPU_ATTR(online, &cpu_online_mask),
|
D | memory.c | 47 .online = memory_subsys_online,
|
D | node.c | 644 [N_ONLINE] = _NODE_ATTR(online, N_ONLINE),
|
D | core.c | 456 static DEVICE_ATTR_RW(online); 1563 ret = dev->bus->online(dev); in device_online()
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2.txt | 41 gfs2_grow to expand a filesystem online 42 gfs2_jadd to add journals to a filesystem online
|
D | tmpfs.txt | 119 specifies a node which is not online. If your system relies on that 122 online, then it is advisable to omit the mpol option from automatic
|
D | ext4.txt | 554 either online, or offline. The argument points 563 This is especially useful for online 574 which allows online resize of the filesystem 577 online resize tool (e.g. resize2fs).
|
D | nilfs2.txt | 20 for online backup.
|
D | relay.txt | 196 where N is the number of online cpus, and by default will be created
|
D | proc.txt | 81 The latest version of this document is available online at
|
/linux-4.4.14/Documentation/DocBook/ |
D | s390-drivers.xml.db | 18 API-ccw-device-set-online 53 API-ccwgroup-set-online
|
D | libata.xml.db | 44 API-ata-link-online 99 API-ata-phys-link-online
|
D | genericirq.xml.db | 59 API-irq-cpu-online
|
/linux-4.4.14/include/linux/ |
D | smpboot.h | 39 void (*cleanup)(unsigned int cpu, bool online);
|
D | isdn.h | 319 int online; /* 1 = B-Channel is up, drop data */ member 411 ulong online; /* Channel-Online flags */ member
|
D | cpumask.h | 721 void set_cpu_online(unsigned int cpu, bool online);
|
D | device.h | 120 int (*online)(struct device *dev); member 1007 return dev->bus && dev->bus->offline && dev->bus->online; in device_supports_offline()
|
D | blk-cgroup.h | 128 bool online; member
|
D | libata.h | 1119 bool *online, int (*check_ready)(struct ata_link *));
|
/linux-4.4.14/Documentation/isdn/ |
D | README.FAQ | 9 In case you just want to see the FAQ online, or download the newest version,
|
D | README.audio | 62 Only possible if online and during this connection.
|
D | README | 37 It can be viewed online, or downloaded in sgml/text/html format. 38 The FAQ can also be viewed online at
|
/linux-4.4.14/fs/afs/ |
D | afs.h | 156 u8 online; /* true if volume currently online and available */ member
|
D | fsclient.c | 222 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
|
/linux-4.4.14/Documentation/networking/ |
D | multiqueue.txt | 25 comes online or when it's completely shut down (unregister_netdev(), etc.). 58 the device reports, and bring the qdisc online. Assuming eth0 has 4 Tx
|
D | tcp-thin.txt | 7 effective. In time-dependent scenarios (like online games, control
|
D | ixgbe.txt | 190 0 - n: where n is the number of NUMA nodes (i.e. 0 - 3) currently online in
|
D | ip-sysctl.txt | 1220 limit (4096 * number of online cpus) to take effect. 1667 limit (4096 * number of online cpus) to take effect.
|
D | bonding.txt | 1076 The STARTMODE specifies when the device is brought online.
|
/linux-4.4.14/Documentation/mic/ |
D | scif_overview.txt | 15 3. Node enumeration to determine online nodes 73 /* get online node information */
|
/linux-4.4.14/fs/nilfs2/ |
D | Kconfig | 18 its writable mount, and this feature is convenient for online backup.
|
/linux-4.4.14/drivers/s390/char/ |
D | sclp_cmd.c | 302 int online) in sclp_mem_change_state() argument 314 if (online) in sclp_mem_change_state() 319 incr->standby = online ? 0 : 1; in sclp_mem_change_state()
|
D | vmur.c | 995 if (cdev->online) in ur_remove()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | ccwdev.h | 92 int online; member
|
/linux-4.4.14/Documentation/locking/ |
D | locktorture.txt | 30 of online CPUs. 35 both readers and writers be the amount of online CPUs.
|
/linux-4.4.14/kernel/ |
D | cpu.c | 798 void set_cpu_online(unsigned int cpu, bool online) in set_cpu_online() argument 800 if (online) { in set_cpu_online()
|
D | watchdog.c | 523 static void watchdog_cleanup(unsigned int cpu, bool online) in watchdog_cleanup() argument
|
D | workqueue.c | 3717 bool online) in wq_update_unbound_numa() argument 3720 int cpu_off = online ? -1 : cpu; in wq_update_unbound_numa()
|
/linux-4.4.14/block/ |
D | blk-cgroup.c | 237 blkg->online = true; in blkg_create() 333 blkg->online = false; in blkg_destroy() 711 if (!pos_blkg->online) in blkg_stat_recursive_sum() 754 if (!pos_blkg->online) in blkg_rwstat_recursive_sum()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-stat.txt | 147 socket number and the number of online processors on that socket. This is 154 core number and the number of online logical processors on that physical processor.
|
/linux-4.4.14/Documentation/blockdev/ |
D | README.DAC960 | 63 online configuration management capabilities. Except for initial configuration 276 are still being initialized by the controller. The primary need for online 278 drives fail and must be replaced. Mylex's online monitoring and configuration 369 make-online <channel>:<target-id> 371 The "make-online" command changes the physical drive <channel>:<target-id> 374 one of them back online, after which a rebuild to the final drive is 377 Warning: make-online should only be used on a dead physical drive that is 414 online status monitoring capabilities of the Linux DAC960 Driver. The test 586 online status monitoring capabilities of the Linux DAC960 Driver. The test
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-sis96x | 63 Hans-Günter Lütke Uphues <hg_lu@t-online.de>
|
/linux-4.4.14/arch/s390/kernel/ |
D | time.c | 1201 unsigned int online; in etr_online_show() local 1203 online = (dev == &etr_port0_dev) ? etr_port0_online : etr_port1_online; in etr_online_show() 1204 return sprintf(buf, "%i\n", online); in etr_online_show() 1245 static DEVICE_ATTR(online, 0600, etr_online_show, etr_online_store);
|
/linux-4.4.14/Documentation/thermal/ |
D | intel_powerclamp.txt | 42 idle injection across all online CPU threads was introduced. The goal 75 each online CPU. 142 To make sure the intel_powerclamp driver scales well, online
|
/linux-4.4.14/drivers/scsi/ |
D | 3w-sas.h | 388 char online; member
|
D | scsi_error.c | 313 int online; in scsi_block_when_processing_errors() local 317 online = scsi_device_online(sdev); in scsi_block_when_processing_errors() 320 "%s: rtn: %d\n", __func__, online)); in scsi_block_when_processing_errors() 322 return online; in scsi_block_when_processing_errors()
|
D | qla1280.c | 1444 ha->flags.online = 0; in qla1280_initialize_adapter() 1512 ha->flags.online = 1; in qla1280_initialize_adapter() 2729 ha->flags.online = 0; in qla1280_reset_adapter() 3468 if (ha->flags.online) { in qla1280_isr() 3568 if (!(ha->flags.online && !ha->mailbox_wait)) { in qla1280_isr() 3640 if (ha->flags.online && !ha->flags.reset_active && in qla1280_rst_aen() 3843 if (ha->flags.abort_isp_active || !ha->flags.online) in qla1280_abort_isp()
|
D | 3w-sas.c | 1530 if (tw_dev->online) in twl_shutdown() 1693 tw_dev->online = 1; in twl_probe() 1724 if (!tw_dev->online) in twl_remove()
|
D | qla1280.h | 1060 uint32_t online:1; /* 0 */ member
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_api.c | 1429 int online = 0; in scif_get_node_ids() local 1441 online++; in scif_get_node_ids() 1448 scif_info.total, online, offset); in scif_get_node_ids() 1451 return online; in scif_get_node_ids()
|
/linux-4.4.14/drivers/xen/ |
D | pcpu.c | 133 static DEVICE_ATTR(online, S_IRUGO | S_IWUSR, show_online, store_online);
|
D | Kconfig | 50 [ "`cat "$i"`" = offline ] && echo online > "$i"; done 54 …SUBSYSTEM=="memory", ACTION=="add", RUN+="/bin/sh -c '[ -f /sys$devpath/state ] && echo online > /…
|
/linux-4.4.14/Documentation/cpuidle/ |
D | sysfs.txt | 25 for each online cpu X
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_init.c | 624 vha->flags.online = 0; in qla2x00_initialize_adapter() 1215 vha->flags.online = 0; in qla24xx_reset_risc() 3022 } else if (!vha->flags.online || in qla2x00_configure_loop() 4200 if (vha->flags.online) { in qla2x00_loop_resync() 4664 vha->flags.online = 0; in qla2x00_abort_isp_cleanup() 4727 vha->flags.online = 0; in qla2x00_abort_isp_cleanup() 4759 if (vha->flags.online) { in qla2x00_abort_isp() 4792 vha->flags.online = 1; in qla2x00_abort_isp() 4827 vha->flags.online = 1; in qla2x00_abort_isp() 4838 vha->flags.online = 0; in qla2x00_abort_isp() [all …]
|
D | qla_bsg.c | 272 if (!vha->flags.online) { in qla2x00_process_els() 464 if (!vha->flags.online) { in qla2x00_process_ct() 719 if (!vha->flags.online) { in qla2x00_process_loopback() 1761 if (!vha->flags.online) { in qla24xx_process_bidir_cmd() 1928 if (!vha->flags.online) { in qlafx00_mgmt_cmd()
|
D | qla_nx.c | 2916 if (vha->flags.online) { in qla82xx_need_qsnt_handler() 3018 vha->flags.online = 0; in qla8xxx_dev_failed_handler() 3042 if (vha->flags.online) { in qla82xx_need_reset_handler() 3380 vha->flags.online == 1) { in qla82xx_watchdog() 3528 vha->flags.online = 1; in qla82xx_abort_isp() 3539 vha->flags.online = 0; in qla82xx_abort_isp() 3579 if (vha->flags.online) { in qla82xx_fcoe_ctx_reset()
|
D | qla_os.c | 854 if (base_vha->flags.online) in qla2x00_wait_for_hba_online() 2840 base_vha->flags.online = 1; in qla2x00_probe_one() 2893 base_vha->flags.online = 0; in qla2x00_probe_one() 2959 vha->flags.online = 0; in qla2x00_shutdown() 3135 base_vha->flags.online = 0; in qla2x00_remove_one() 3186 vha->flags.online = 0; in qla2x00_free_device() 4757 base_vha->flags.online = 0; in qla2x00_disable_board_on_pci_error() 5109 if (vha->flags.online && !vha->flags.reset_active && in qla2x00_rst_aen() 5178 && vha->flags.online) { in qla2x00_timer() 5484 if (base_vha->flags.online) { in qla82xx_error_recovery()
|
D | qla_isr.c | 651 if (!vha->flags.online) in qla2x00_async_event() 680 vha->flags.online = 0; in qla2x00_async_event() 694 vha->flags.online = 0; in qla2x00_async_event() 1638 if (!vha->flags.online) in qla2x00_process_response_queue() 2542 if (!vha->flags.online) in qla24xx_process_response_queue()
|
D | qla_mr.c | 1356 vha->flags.online = 0; in qlafx00_abort_isp_cleanup() 1463 vha->flags.online = 1; in qlafx00_rescan_isp() 1624 if (vha->flags.online) { in qlafx00_reset_initialize() 1650 if (vha->flags.online) { in qlafx00_abort_isp() 2025 vha->flags.online = 0; in qlafx00_initialize_adapter()
|
D | qla_mid.c | 232 vha->flags.online = 1; in qla24xx_configure_vp()
|
D | qla_nx2.c | 1641 if (vha->flags.online) { in qla8044_need_reset_handler() 1856 if (vha->flags.online) in qla8044_need_qsnt_handler()
|
D | qla_attr.c | 1976 if (!base_vha->flags.online) { in qla2x00_get_host_port_state()
|
D | qla_def.h | 3499 uint32_t online :1; member
|
D | qla_target.c | 6140 if (!vha->flags.online) in qlt_24xx_process_atio_queue()
|
/linux-4.4.14/Documentation/scsi/ |
D | dpti.txt | 63 * now online (at the FW level) when test unit ready or inquiry
|
D | aic7xxx.txt | 343 call 408-957-7274. To order cables online go to 355 - You can order Adaptec cables online at
|
D | aic79xx.txt | 446 call 408-957-7274. To order cables online go to 458 - You can order Adaptec cables online at
|
D | scsi_eh.txt | 243 scmds are retried iff its sdev is still online (not offlined during
|
D | ChangeLog.megaraid_sas | 219 state change, FW in Failure status and FW support online controller
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 126 .init() would be called only once for the first online cpu. Here the .init() 129 policy->related_cpus and will reset policy->cpus to carry only online cpus.
|
/linux-4.4.14/kernel/sched/ |
D | deadline.c | 97 if (!rq->online) in dl_set_overload() 113 if (!rq->online) in dl_clear_overload() 664 if (unlikely(!rq->online)) in dl_task_timer()
|
D | rt.c | 278 if (!rq->online) in rt_set_overload() 297 if (!rq->online) in rt_clear_overload() 1025 if (rq->online && prio < prev_prio) in inc_rt_prio_smp() 1041 if (rq->online && rt_rq->highest_prio.curr != prev_prio) in dec_rt_prio_smp()
|
D | core.c | 5486 if (!rq->online) { in set_rq_online() 5489 cpumask_set_cpu(rq->cpu, rq->rd->online); in set_rq_online() 5490 rq->online = 1; in set_rq_online() 5501 if (rq->online) { in set_rq_offline() 5509 cpumask_clear_cpu(rq->cpu, rq->rd->online); in set_rq_offline() 5510 rq->online = 0; in set_rq_offline() 5830 free_cpumask_var(rd->online); in free_rootdomain() 5845 if (cpumask_test_cpu(rq->cpu, old_rd->online)) in rq_attach_root() 5878 if (!zalloc_cpumask_var(&rd->online, GFP_KERNEL)) in init_rootdomain() 5898 free_cpumask_var(rd->online); in init_rootdomain() [all …]
|
D | sched.h | 526 cpumask_var_t online; member 630 int online; member
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 117 -ENODEV: no online VCPU
|
/linux-4.4.14/Documentation/RCU/ |
D | trace.txt | 73 but have been online at least once since boot. There will be 74 no output for CPUs that have never been online, which can be 126 when RCU believes that the CPU is online when it really is not. 181 to an arbitrarily chosen online CPU.
|
/linux-4.4.14/Documentation/arm/ |
D | README | 161 Previous registrations may be found online.
|
D | cluster-pm-race-avoidance.txt | 379 come online in the meantime and is trying to set up the cluster
|
/linux-4.4.14/Documentation/input/ |
D | xpad.txt | 108 You can buy these online fairly cheap, or build your own.
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_irq.c | 773 static void comp_task_stop(unsigned int cpu, bool online) in comp_task_stop() argument
|
/linux-4.4.14/mm/ |
D | Kconfig | 167 - After the system is up, the option allows users to online all the 173 don't online memory as movable.
|
/linux-4.4.14/Documentation/hwmon/ |
D | lm85 | 42 Margit Schubert-While <margitsw@t-online.de>,
|
/linux-4.4.14/drivers/s390/virtio/ |
D | virtio_ccw.c | 1127 if (vcdev && cdev->online) { in virtio_ccw_remove()
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 416 setting FCP devices online.
|
/linux-4.4.14/firmware/keyspan_pda/ |
D | keyspan_pda.S | 347 ;; we are back online. the host device will now re-query us
|
D | xircom_pgs.S | 385 ;; we are back online. the host device will now re-query us
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 124 online to handle timekeeping tasks in order to ensure that system
|
/linux-4.4.14/Documentation/usb/ |
D | usb-serial.txt | 248 documented online available with firmware 2.31, with some unknown
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 273 If 0, always wait for all servers to come online,
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 37 the PCI layer and supports online insertion/removal of devices [thus
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 150 wants to do online gaming :)) OR give one of the student's simulation
|
D | cpusets.txt | 654 their cpus_allowed to allow all online CPUs. When memory hotplug
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 945 brought online, the watchdog will be started based on the mask value.
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcs_lport.c | 88 void (*online) (struct bfa_fcs_lport_s *port); member 658 __port_action[port->fabric->fab_type].online(port); in bfa_fcs_lport_online_actions()
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1998 can online CPU0 back after boot time. 2000 To debug CPU0 hotplug, you need to enable CPU0 offline/online
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 1438 # echo 0 > /sys/devices/system/cpu/cpu1/online
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 649 #P is the number of online CPUs (#P:4).
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core_main.c | 4788 if (!ddev->online) { in qeth_determine_capabilities()
|
/linux-4.4.14/ |
D | MAINTAINERS | 1356 M: Dirk Opfer <dirk@opfer-online.de>
|