Home
last modified time | relevance | path

Searched refs:online (Results 1 – 154 of 154) sorted by relevance

/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_error.h113 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()
Dzcrypt_api.c92 return snprintf(buf, PAGE_SIZE, "%d\n", zdev->online); in zcrypt_online_show()
100 int online; in zcrypt_online_store() local
102 if (sscanf(buf, "%d\n", &online) != 1 || online < 0 || online > 1) in zcrypt_online_store()
104 zdev->online = online; in zcrypt_online_store()
106 zdev->online); in zcrypt_online_store()
107 if (!online) in zcrypt_online_store()
112 static DEVICE_ATTR(online, 0644, zcrypt_online_show, zcrypt_online_store);
265 zdev->online = 1; /* New devices are online by default. */ in zcrypt_device_register()
267 zdev->online); in zcrypt_device_register()
437 if (!zdev->online || in zcrypt_rsa_modexpo()
[all …]
Dzcrypt_pcica.c204 zdev->online = 0; in convert_type84()
208 zdev->ap_dev->qid, zdev->online, t84h->code); in convert_type84()
232 zdev->online = 0; in convert_response()
236 zdev->ap_dev->qid, zdev->online); in convert_response()
378 zdev->online = 1; in zcrypt_pcica_probe()
Dzcrypt_msgtype6.c573 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()
Dzcrypt_pcicc.c377 zdev->online = 0; in convert_type86()
381 zdev->ap_dev->qid, zdev->online, in convert_type86()
435 zdev->online = 0; in convert_response()
439 zdev->ap_dev->qid, zdev->online); in convert_response()
585 zdev->online = 1; in zcrypt_pcicc_probe()
Dzcrypt_msgtype50.c337 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()
Dzcrypt_api.h107 int online; /* User online/offline */ member
Dzcrypt_cex2a.c128 zdev->online = 1; in zcrypt_cex2a_probe()
Dzcrypt_cex4.c149 zdev->online = 1; in zcrypt_cex4_probe()
Dzcrypt_pcixcc.c276 zdev->online = 1; in zcrypt_pcixcc_probe()
/linux-4.1.27/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh29 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.1.27/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh49 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.1.27/Documentation/ABI/testing/
Dsysfs-devices-online1 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.
Dsysfs-devices-system-xen_cpu12 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
Dsysfs-devices-memory47 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
Dsysfs-devices-system-cpu14 /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
Dsysfs-class-mic.txt48 "online" - The MIC device has initiated booting a card OS.
78 "online"
Dsysfs-ocfs272 userspace tools when bringing the cluster stack online.
/linux-4.1.27/drivers/power/
D88pm860x_charger.c110 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 …]
Dpower_supply_leds.c116 union power_supply_propval online; in power_supply_update_gen_leds() local
118 if (psy->desc->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()
Dmax17040_battery.c47 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()
Disp1704_charger.c70 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()
Dpower_supply_sysfs.c142 POWER_SUPPLY_ATTR(online),
Dcharger-manager.c148 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()
DKconfig331 Say Y to include support for chargers which report their online status
/linux-4.1.27/Documentation/
Dcputopology.txt72 offline: CPUs that are not online because they have been
77 online: CPUs that are online and being scheduled [cpu_online_mask]
80 brought online if they are present. [cpu_possible_mask]
90 being 32. Note also that CPUs 2 and 4-31 are not online but could be
91 brought online as they are both present and possible.
95 online: 0-1,3
102 online.)
106 online: 0-1,3
Dmemory-hotplug.txt15 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 …]
Dcpu-hotplug.txt47 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 …]
Dkernel-per-CPU-kthreads.txt21 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
Dpadata.txt36 Once an offline CPU in the user supplied cpumask comes online, padata
Dintel_txt.txt34 IDFs 2006, 2007 (I'm not sure if/where they are online)
Datomic_ops.txt149 variable a is set at boot time before the second CPU is brought online
Dkernel-parameters.txt1826 number of online CPUs.
2515 need to online CPU0 before suspend/hibernate.
2531 use hotplug cpu feature to put more cpu back to online.
/linux-4.1.27/arch/mips/kernel/
Dpm-cps.c41 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.1.27/Documentation/s390/
Ddriver-model.txt45 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 …]
Dcds.txt145 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.
DCommonIO85 All devices ignored but still registered and not online (= not in use)
DDebugging390.txt912 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.1.27/Documentation/fault-injection/
Dnotifier-error-inject.txt34 # 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.1.27/Documentation/power/
Dsuspend-and-cpuhotplug.txt54 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.
Dsuspend-and-interrupts.txt38 brought back online. That applies to timer interrupts in the first place,
Dpower_supply_class.txt25 AC/USB power supply online status. (Note that specific details of the
Dbasic-pm-debugging.txt135 off and on using the /sys/devices/system/cpu/cpu*/online sysfs attributes and
Dfreezing-of-tasks.txt158 that depends on all CPUs being online while it's running. Since we need to
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt75 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.1.27/drivers/ata/
Dahci_xgene.c358 unsigned long deadline, bool *online) in xgene_ahci_do_hardreset() argument
377 rc = sata_link_hardreset(link, timing, deadline, online, in xgene_ahci_do_hardreset()
379 if (*online) { in xgene_ahci_do_hardreset()
403 bool online; in xgene_ahci_hardreset() local
420 rc = xgene_ahci_do_hardreset(link, deadline, &online); in xgene_ahci_hardreset()
431 if (online) in xgene_ahci_hardreset()
Dsata_via.c338 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()
Dahci.c669 bool online; in ahci_vt8251_hardreset() local
677 deadline, &online, NULL); in ahci_vt8251_hardreset()
686 return online ? -EAGAIN : rc; in ahci_vt8251_hardreset()
697 bool online; in ahci_p5wdh_hardreset() local
708 deadline, &online, NULL); in ahci_p5wdh_hardreset()
725 if (online) { in ahci_p5wdh_hardreset()
759 bool online; in ahci_avn_hardreset() local
778 rc = sata_link_hardreset(link, timing, deadline, &online, in ahci_avn_hardreset()
799 if (online) in ahci_avn_hardreset()
Dsata_highbank.c408 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()
Dlibata-core.c3770 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()
Dlibata-sff.c2102 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()
Dlibahci.c1446 bool online; in ahci_hardreset() local
1458 rc = sata_link_hardreset(link, timing, deadline, &online, in ahci_hardreset()
1463 if (online) in ahci_hardreset()
Dsata_mv.c3643 bool online; in mv_hardreset() local
3656 &online, NULL); in mv_hardreset()
3657 rc = online ? -EAGAIN : rc; in mv_hardreset()
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-devices-node5 Nodes that could be possibly become online at some point.
7 What: /sys/devices/system/node/online
11 Nodes that are online.
/linux-4.1.27/drivers/isdn/i4l/
Disdn_ttyfax.c81 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()
Disdn_tty.c68 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 …]
Disdn_common.c595 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.1.27/drivers/s390/cio/
Ddevice.c287 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 …]
Dccwgroup.c160 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);
Ddevice_fsm.c270 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.1.27/include/linux/
Dsmpboot.h40 void (*cleanup)(unsigned int cpu, bool online);
Disdn.h319 int online; /* 1 = B-Channel is up, drop data */ member
411 ulong online; /* Channel-Online flags */ member
Dcpumask.h721 void set_cpu_online(unsigned int cpu, bool online);
Ddevice.h120 int (*online)(struct device *dev); member
942 return dev->bus && dev->bus->offline && dev->bus->online; in device_supports_offline()
Dlibata.h1118 bool *online, int (*check_ready)(struct ata_link *));
/linux-4.1.27/drivers/base/
Dcontainer.c33 .online = trivial_online,
Dcpu.c129 .online = cpu_subsys_online,
219 _CPU_ATTR(online, &cpu_online_mask),
Dmemory.c47 .online = memory_subsys_online,
Dnode.c640 [N_ONLINE] = _NODE_ATTR(online, N_ONLINE),
Dcore.c456 static DEVICE_ATTR_RW(online);
1472 ret = dev->bus->online(dev); in device_online()
/linux-4.1.27/Documentation/filesystems/
Dgfs2.txt41 gfs2_grow to expand a filesystem online
42 gfs2_jadd to add journals to a filesystem online
Dtmpfs.txt119 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
Dext4.txt554 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).
Dext3.txt202 ext2online: online (mounted) ext2 and ext3 filesystem resizer
Dnilfs2.txt20 for online backup.
Drelay.txt196 where N is the number of online cpus, and by default will be created
Dproc.txt81 The latest version of this document is available online at
/linux-4.1.27/Documentation/isdn/
DREADME.FAQ9 In case you just want to see the FAQ online, or download the newest version,
DREADME.audio62 Only possible if online and during this connection.
DREADME37 It can be viewed online, or downloaded in sgml/text/html format.
38 The FAQ can also be viewed online at
/linux-4.1.27/fs/afs/
Dafs.h156 u8 online; /* true if volume currently online and available */ member
Dfsclient.c222 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
/linux-4.1.27/Documentation/networking/
Dmultiqueue.txt25 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
Dtcp-thin.txt7 effective. In time-dependent scenarios (like online games, control
Dixgbe.txt190 0 - n: where n is the number of NUMA nodes (i.e. 0 - 3) currently online in
Dbonding.txt1039 The STARTMODE specifies when the device is brought online.
/linux-4.1.27/fs/nilfs2/
DKconfig18 its writable mount, and this feature is convenient for online backup.
/linux-4.1.27/block/
Dblk-cgroup.c235 blkg->online = true; in blkg_create()
328 blkg->online = false; in blkg_destroy()
644 if (pos_blkg->online) in blkg_stat_recursive_sum()
679 if (!pos_blkg->online) in blkg_rwstat_recursive_sum()
Dblk-cgroup.h108 bool online; member
/linux-4.1.27/drivers/s390/char/
Dsclp_cmd.c302 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()
Dvmur.c995 if (cdev->online) in ur_remove()
/linux-4.1.27/arch/s390/include/asm/
Dccwdev.h92 int online; member
/linux-4.1.27/tools/perf/Documentation/
Dperf-stat.txt138 socket number and the number of online processors on that socket. This is
145 core number and the number of online logical processors on that physical processor.
/linux-4.1.27/kernel/
Dcpu.c794 void set_cpu_online(unsigned int cpu, bool online) in set_cpu_online() argument
796 if (online) { in set_cpu_online()
Dwatchdog.c470 static void watchdog_cleanup(unsigned int cpu, bool online) in watchdog_cleanup() argument
Dworkqueue.c3727 bool online) in wq_update_unbound_numa() argument
3730 int cpu_off = online ? -1 : cpu; in wq_update_unbound_numa()
/linux-4.1.27/Documentation/locking/
Dlocktorture.txt30 of online CPUs.
35 both readers and writers be the amount of online CPUs.
/linux-4.1.27/Documentation/blockdev/
DREADME.DAC96063 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.1.27/Documentation/i2c/busses/
Di2c-sis96x63 Hans-Günter Lütke Uphues <hg_lu@t-online.de>
/linux-4.1.27/arch/s390/kernel/
Dtime.c1194 unsigned int online; in etr_online_show() local
1196 online = (dev == &etr_port0_dev) ? etr_port0_online : etr_port1_online; in etr_online_show()
1197 return sprintf(buf, "%i\n", online); in etr_online_show()
1238 static DEVICE_ATTR(online, 0600, etr_online_show, etr_online_store);
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt42 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.1.27/drivers/scsi/
D3w-sas.h388 char online; member
Dscsi_error.c311 int online; in scsi_block_when_processing_errors() local
315 online = scsi_device_online(sdev); in scsi_block_when_processing_errors()
318 "%s: rtn: %d\n", __func__, online)); in scsi_block_when_processing_errors()
320 return online; in scsi_block_when_processing_errors()
Dqla1280.c1444 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()
D3w-sas.c1530 if (tw_dev->online) in twl_shutdown()
1693 tw_dev->online = 1; in twl_probe()
1724 if (!tw_dev->online) in twl_remove()
Dqla1280.h1060 uint32_t online:1; /* 0 */ member
/linux-4.1.27/drivers/xen/
Dpcpu.c133 static DEVICE_ATTR(online, S_IRUGO | S_IWUSR, show_online, store_online);
DKconfig50 [ "`cat "$i"`" = offline ] && echo online > "$i"; done
54 …SUBSYSTEM=="memory", ACTION=="add", RUN+="/bin/sh -c '[ -f /sys$devpath/state ] && echo online > /…
/linux-4.1.27/Documentation/cpuidle/
Dsysfs.txt25 for each online cpu X
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_init.c624 vha->flags.online = 0; in qla2x00_initialize_adapter()
1215 vha->flags.online = 0; in qla24xx_reset_risc()
3024 } else if (!vha->flags.online || in qla2x00_configure_loop()
4196 if (vha->flags.online) { in qla2x00_loop_resync()
4660 vha->flags.online = 0; in qla2x00_abort_isp_cleanup()
4723 vha->flags.online = 0; in qla2x00_abort_isp_cleanup()
4755 if (vha->flags.online) { in qla2x00_abort_isp()
4788 vha->flags.online = 1; in qla2x00_abort_isp()
4823 vha->flags.online = 1; in qla2x00_abort_isp()
4834 vha->flags.online = 0; in qla2x00_abort_isp()
[all …]
Dqla_bsg.c272 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()
1762 if (!vha->flags.online) { in qla24xx_process_bidir_cmd()
1931 if (!vha->flags.online) { in qlafx00_mgmt_cmd()
Dqla_nx.c2921 if (vha->flags.online) { in qla82xx_need_qsnt_handler()
3023 vha->flags.online = 0; in qla8xxx_dev_failed_handler()
3047 if (vha->flags.online) { in qla82xx_need_reset_handler()
3385 vha->flags.online == 1) { in qla82xx_watchdog()
3533 vha->flags.online = 1; in qla82xx_abort_isp()
3544 vha->flags.online = 0; in qla82xx_abort_isp()
3584 if (vha->flags.online) { in qla82xx_fcoe_ctx_reset()
Dqla_os.c855 if (base_vha->flags.online) in qla2x00_wait_for_hba_online()
2843 base_vha->flags.online = 1; in qla2x00_probe_one()
2896 base_vha->flags.online = 0; in qla2x00_probe_one()
2962 vha->flags.online = 0; in qla2x00_shutdown()
3139 base_vha->flags.online = 0; in qla2x00_remove_one()
3190 vha->flags.online = 0; in qla2x00_free_device()
4754 base_vha->flags.online = 0; in qla2x00_disable_board_on_pci_error()
5107 if (vha->flags.online && !vha->flags.reset_active && in qla2x00_rst_aen()
5176 && vha->flags.online) { in qla2x00_timer()
5482 if (base_vha->flags.online) { in qla82xx_error_recovery()
Dqla_isr.c640 if (!vha->flags.online) in qla2x00_async_event()
669 vha->flags.online = 0; in qla2x00_async_event()
683 vha->flags.online = 0; in qla2x00_async_event()
1610 if (!vha->flags.online) in qla2x00_process_response_queue()
2516 if (!vha->flags.online) in qla24xx_process_response_queue()
Dqla_mr.c1356 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()
Dqla_mid.c232 vha->flags.online = 1; in qla24xx_configure_vp()
Dqla_nx2.c1642 if (vha->flags.online) { in qla8044_need_reset_handler()
1857 if (vha->flags.online) in qla8044_need_qsnt_handler()
Dqla_attr.c1962 if (!base_vha->flags.online) { in qla2x00_get_host_port_state()
Dqla_def.h3494 uint32_t online :1; member
Dqla_target.c6152 if (!vha->flags.online) in qlt_24xx_process_atio_queue()
/linux-4.1.27/Documentation/scsi/
Ddpti.txt63 * now online (at the FW level) when test unit ready or inquiry
Daic7xxx.txt343 call 408-957-7274. To order cables online go to
355 - You can order Adaptec cables online at
Daic79xx.txt446 call 408-957-7274. To order cables online go to
458 - You can order Adaptec cables online at
Dscsi_eh.txt243 scmds are retried iff its sdev is still online (not offlined during
DChangeLog.megaraid_sas219 state change, FW in Failure status and FW support online controller
/linux-4.1.27/Documentation/cpu-freq/
Dcpu-drivers.txt126 .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.1.27/kernel/sched/
Ddeadline.c97 if (!rq->online) in dl_set_overload()
113 if (!rq->online) in dl_clear_overload()
590 if (unlikely(!rq->online)) { in dl_task_timer()
Drt.c274 if (!rq->online) in rt_set_overload()
293 if (!rq->online) in rt_clear_overload()
1022 if (rq->online && prio < prev_prio) in inc_rt_prio_smp()
1038 if (rq->online && rt_rq->highest_prio.curr != prev_prio) in dec_rt_prio_smp()
Dcore.c5233 if (!rq->online) { in set_rq_online()
5236 cpumask_set_cpu(rq->cpu, rq->rd->online); in set_rq_online()
5237 rq->online = 1; in set_rq_online()
5248 if (rq->online) { in set_rq_offline()
5256 cpumask_clear_cpu(rq->cpu, rq->rd->online); in set_rq_offline()
5257 rq->online = 0; in set_rq_offline()
5573 free_cpumask_var(rd->online); in free_rootdomain()
5588 if (cpumask_test_cpu(rq->cpu, old_rd->online)) in rq_attach_root()
5621 if (!alloc_cpumask_var(&rd->online, GFP_KERNEL)) in init_rootdomain()
5641 free_cpumask_var(rd->online); in init_rootdomain()
[all …]
Dsched.h523 cpumask_var_t online; member
628 int online; member
/linux-4.1.27/Documentation/virtual/kvm/devices/
Darm-vgic.txt115 -ENODEV: no online VCPU
/linux-4.1.27/Documentation/RCU/
Dtrace.txt73 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.1.27/Documentation/arm/
DREADME161 Previous registrations may be found online.
Dcluster-pm-race-avoidance.txt379 come online in the meantime and is trying to set up the cluster
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_irq.c773 static void comp_task_stop(unsigned int cpu, bool online) in comp_task_stop() argument
/linux-4.1.27/Documentation/input/
Dxpad.txt108 You can buy these online fairly cheap, or build your own.
/linux-4.1.27/mm/
DKconfig167 - After the system is up, the option allows users to online all the
173 don't online memory as movable.
/linux-4.1.27/Documentation/hwmon/
Dlm8542 Margit Schubert-While <margitsw@t-online.de>,
/linux-4.1.27/drivers/s390/kvm/
Dvirtio_ccw.c1098 if (vcdev && cdev->online) { in virtio_ccw_remove()
/linux-4.1.27/Documentation/kdump/
Dkdump.txt416 setting FCP devices online.
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt124 online to handle timekeeping tasks in order to ensure that system
/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S347 ;; we are back online. the host device will now re-query us
Dxircom_pgs.S385 ;; we are back online. the host device will now re-query us
/linux-4.1.27/kernel/events/
Dcore.c6183 bool online; member
6446 WARN_ON_ONCE(swhash->online); in perf_swevent_add()
8891 swhash->online = true; in perf_event_init_cpu()
8938 swhash->online = false; in perf_event_exit_cpu()
/linux-4.1.27/Documentation/usb/
Dusb-serial.txt248 documented online available with firmware 2.31, with some unknown
/linux-4.1.27/Documentation/PCI/
Dpci.txt37 the PCI layer and supports online insertion/removal of devices [thus
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt150 wants to do online gaming :)) OR give one of the student's simulation
Dcpusets.txt654 their cpus_allowed to allow all online CPUs. When memory hotplug
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_fcs_lport.c88 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.1.27/arch/x86/
DKconfig1973 can online CPU0 back after boot time.
1975 To debug CPU0 hotplug, you need to enable CPU0 offline/online
/linux-4.1.27/lib/
DKconfig.debug1381 # echo 0 > /sys/devices/system/cpu/cpu1/online
/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c4836 if (!ddev->online) { in qeth_determine_capabilities()
/linux-4.1.27/Documentation/trace/
Dftrace.txt638 #P is the number of online CPUs (#P:4).
/linux-4.1.27/
DMAINTAINERS1284 M: Dirk Opfer <dirk@opfer-online.de>