Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 200 of 334) sorted by relevance

12

/linux-4.1.27/drivers/misc/mei/
Damthif.c513 bool removed = false; in mei_clear_list() local
527 removed = true; in mei_clear_list()
530 return removed; in mei_clear_list()
546 bool removed = false; in mei_clear_lists() local
551 removed = true; in mei_clear_lists()
556 removed = true; in mei_clear_lists()
559 removed = true; in mei_clear_lists()
562 removed = true; in mei_clear_lists()
565 if (dev->iamthif_current_cb && !removed) { in mei_clear_lists()
571 removed = true; in mei_clear_lists()
[all …]
/linux-4.1.27/Documentation/ABI/removed/
Ddevfs2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18
8 The files fs/devfs/*, include/linux/devfs_fs*.h were removed,
Dip_queue2 Date: finally removed in kernel v3.5.0
Do2cb6 removed when new versions of ocfs2-tools which know to look
Ddv13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
Draw13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
Dvideo13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
/linux-4.1.27/Documentation/driver-model/
Dbinding.txt90 When a device is removed, the reference count for it will eventually
92 is removed from the driver's list of devices and the reference count
93 of the driver is decremented. All symlinks between the two are removed.
95 When a driver is removed, the list of devices that it supports is
97 one. The device is removed from that list and the symlinks removed.
Ddevice.txt22 A device is removed from the core when its reference count goes to
30 removed already).
Dporting.txt159 when the device has been removed, and all references to it have
378 removed.
405 An internal list that the bus uses may be removed, in favor of using
418 be removed in favor of using the generic one.
Dclass.txt59 device. The field is never decremented, so if the device is removed
Doverview.txt68 If it were not done this way, then when a field was renamed or removed, every
Ddevres.txt199 when it is released or destroyed (removed and freed) - no reference
Ddriver.txt170 called if a device is physically removed from the system, if the
/linux-4.1.27/Documentation/ABI/
DREADME36 the kernel, but are marked to be removed at some later point in
38 why it is obsolete and when it can be expected to be removed.
40 removed/
42 been removed from the kernel.
66 Interfaces may be removed from obsolete and the kernel as long as the
70 developers feel they are finished. They cannot be removed from the
/linux-4.1.27/sound/oss/dmasound/
DKconfig11 inserted in and removed from the running kernel whenever you
25 inserted in and removed from the running kernel whenever you
39 inserted in and removed from the running kernel whenever you
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-class-rfkill10 This file is deprecated and scheduled to be removed in 2014,
28 This file is scheduled to be removed in 2012.
Dproc-sys-vm-nr_pdflush_threads5 exported in /proc/sys/vm/ should be removed.
Dsysfs-bus-usb29 This file is deprecated and will be removed after 2010.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices7 be added and removed dynamically as the machine runs,
17 devices being added and removed from this tree to find
Dconfigfs-usb-gadget-ffs6 A corresponding USB function instance is created/removed.
Dsysfs-devices-online19 it is removed (i.e. device_del() is called for it), or its bus
Dsysfs-class-uwb_rc-wusbhc19 disconnected and are removed. The default value of
Dsysfs-ocfs247 plugins are loaded or removed.
Dsysfs-devices-memory7 added or removed dynamically to represent hot-add/remove
Dsysfs-bus-pci66 re-discover previously removed devices.
106 and re-discover devices removed earlier from this
115 child buses, and re-discover devices removed earlier
Dsysfs-bus-fcoe102 "Deleted" - FCF is being removed from the system
Dsysfs-class-uwb_rc18 and it will be removed. The default is 3 superframes
Dsysfs-firmware-acpi52 (0) the ACPI subsystem will allow devices to be hot-removed even
/linux-4.1.27/drivers/block/
Dcciss_scsi.c453 struct scsi2map *removed, int *nremoved) in cciss_scsi_remove_entry() argument
461 removed[*nremoved].bus = sd.bus; in cciss_scsi_remove_entry()
462 removed[*nremoved].target = sd.target; in cciss_scsi_remove_entry()
463 removed[*nremoved].lun = sd.lun; in cciss_scsi_remove_entry()
532 struct scsi2map *added, *removed; in adjust_cciss_scsi_table() local
538 removed = kzalloc(sizeof(*removed) * CCISS_MAX_SCSI_DEVS_PER_HBA, in adjust_cciss_scsi_table()
541 if (!added || !removed) { in adjust_cciss_scsi_table()
575 removed, &nremoved); in adjust_cciss_scsi_table()
583 removed, &nremoved); in adjust_cciss_scsi_table()
642 scsi_device_lookup(sh, removed[i].bus, in adjust_cciss_scsi_table()
[all …]
/linux-4.1.27/scripts/coccinelle/misc/
Dreturnvar.cocci7 // Comments: Comments on code can be deleted if near code that is removed.
8 // "when strict" can be removed to get more hits, but adds false
/linux-4.1.27/fs/reiserfs/
Dstree.c1025 int *removed, in prepare_for_delete_or_cut() argument
1115 (*removed)++; in prepare_for_delete_or_cut()
1242 int ret_value, del_size, removed; in reiserfs_delete_item() local
1256 removed = 0; in reiserfs_delete_item()
1263 item_key, &removed, in reiserfs_delete_item()
1584 int removed; in indirect_to_direct_roll_back() local
1603 removed = in indirect_to_direct_roll_back()
1606 RFALSE(removed <= 0 in indirect_to_direct_roll_back()
1607 || removed > tail_len, in indirect_to_direct_roll_back()
1609 tail_len, removed); in indirect_to_direct_roll_back()
[all …]
/linux-4.1.27/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.c235 unsigned long last, struct list_head *removed) in usnic_uiom_remove_interval() argument
245 list_add_tail(&interval->link, removed); in usnic_uiom_remove_interval()
248 list_for_each_entry(interval, removed, link) in usnic_uiom_remove_interval()
Dusnic_uiom_interval_tree.h61 struct list_head *removed);
/linux-4.1.27/Documentation/devicetree/
Dchangesets.txt5 previous state. A changeset can also be removed after it has been
33 If a successfully applied changeset needs to be removed, it can be done
Doverlay-notes.txt17 disabled or removed all together, the affected device should be deregistered.
Dof_unittest.txt191 detached and then moving up the parent nodes are removed, and eventually the
/linux-4.1.27/Documentation/cgroups/
Ddevices.txt20 An entry is added using devices.allow, and removed using
56 a cgroup's devices.deny file, all its children will have that entry removed
59 more access than the cgroup's parent, it'll be removed from the whitelist.
73 "c 116:2 rwm" will be removed:
Dunified-hierarchy.txt267 after all children are removed. This again makes it impossible to
300 - The "tasks" file is removed. Everything should at process
306 - The "cgroup.clone_children" file is removed.
Dmemory.txt179 unaccounted when it's removed from radix-tree. Even if RSS pages are fully
291 is removed. The memory limitation itself, can of course be removed by writing
444 A cgroup can be removed by rmdir, but as discussed in sections 4.1 and 4.2, a
Dmemcg_test.txt117 (By __isolate_lru_page(), the page is removed from both of global and
/linux-4.1.27/Documentation/scsi/
Dlpfc.txt10 toward the upstream kernel. As such, we removed #ifdefs for older kernels
36 being removed, a switch rebooting, or a device reboot), the driver could
52 have all internal queuing removed. Emulex complied with this request.
DChangeLog.lpfc82 * Revise TRANSPORT_PATCHES_V2 so that lpfc_target is removed and
241 register. Corresponding events are removed from the event queue
254 * Defined default mailbox completion routine and removed code in
516 removed (100100 is a LIST_POISON1 value from the next pointer
532 removed as well.
616 * Simplify lpfc_issue_lip: Extra layer of protection removed.
647 block/unblock stuff and removed some defensive checks from
876 removed.
961 * Cleanup of lpfc_ct.c. Removed number of casts, removed tons of
976 call path. This is related to the recently removed report_lun
[all …]
Ddpti.txt43 * management utilities running (removed GFP_DMA from kmalloc flags)
DChangeLog.arcmsr117 ** Also removed some unneeded casts. Thanks to Daniel Drake <dsd@gentoo.org>
Dscsi_mid_low_api.txt124 In this model an LLD controls when SCSI hosts are introduced and removed
126 initialization and removed as late as driver shutdown. Typically a driver
167 When an HBA is being removed it could be as part of an orderly shutdown
210 removed (unplugged) or the connection to it has been interrupted. Some
212 device has been removed until a subsequent SCSI command fails which will
600 * been removed but its host is still present then it can request
1370 The older error handling mechanism has been removed. This means the
1371 LLD interface functions abort() and reset() have been removed.
1372 The struct scsi_host_template::use_new_eh_code flag has been removed.
Dhpsa.txt52 attribute will cause the driver to scan for new, changed, or removed devices
Darcmsr_spec.txt149 ** // GUI_QUICK_CREATE=0x20, (function removed)
263 ** This function is removed, application like
Dscsi_eh.txt224 scmds are removed from eh_work_q.
275 - scmd is removed from eh_done_q and scmd->eh_entry is cleared
Din2000.txt51 removed some kludge-code left over from struggles with
/linux-4.1.27/arch/powerpc/kernel/
Deeh_driver.c417 int *removed = (int *)userdata; in eeh_rmv_device() local
451 (*removed)++; in eeh_rmv_device()
570 int cnt, rc, removed = 0; in eeh_reset_device() local
589 eeh_pe_dev_traverse(pe, eeh_rmv_device, &removed); in eeh_reset_device()
633 } else if (frozen_bus && removed) { in eeh_reset_device()
/linux-4.1.27/Documentation/pcmcia/
Ddriver-changes.txt35 dev_info_t and a few other typedefs are removed. No longer use them
75 exports for them were removed.
93 This file will be removed eventually.
117 client->Attributes is unused, therefore it is removed from all
121 The following functions have been removed from the kernel source
/linux-4.1.27/Documentation/
Disapnp.txt7 The interface has been removed. See pnp.txt for more details.
Dcpu-hotplug.txt30 Such advances require CPUs available to a kernel to be removed either for
81 that aren't designed to grow/shrink as CPUs are made available or removed.
83 are added or removed anytime. Trimming it accurately for your system needs
95 subsystem (e.g ACPI) can change and new bit either be added or removed
193 You should now not see the CPU that you removed. Also online file will report
220 2. PIC interrupts also depend on CPU0. CPU0 can't be removed if a PIC interrupt
237 time that this CPU cannot be removed.
385 Q: I need to ensure that a particular cpu is not removed when there is some
420 8 bits. From ACPI 3.0, this limitation was removed since the apicid field
Ddebugging-modules.txt11 emitted. This debugging message has been removed. The correct way
Dvgaarbiter.txt94 notify them being added/removed in the system and automatically added/removed
Dhw_random.txt66 NOTE: request_mem_region was removed, for three reasons:
Dpwm.txt95 A new PWM controller/chip can be added using pwmchip_add() and removed
Dcircular-buffers.txt52 items are removed. The tail index should never jump the head index, and both
Diostats.txt159 In 2.6, all disk statistics were removed from /proc/stat. In 2.4, they
Dcachetlb.txt139 translations are changed or removed. So, for example, the physically
196 translates to. It is this mapping which should be removed from
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c519 __u32 removed; in fanotify_remove_vfsmount_mark() local
529 removed = fanotify_mark_remove_from_mask(fsn_mark, mask, flags, in fanotify_remove_vfsmount_mark()
536 if (removed & real_mount(mnt)->mnt_fsnotify_mask) in fanotify_remove_vfsmount_mark()
547 __u32 removed; in fanotify_remove_inode_mark() local
557 removed = fanotify_mark_remove_from_mask(fsn_mark, mask, flags, in fanotify_remove_inode_mark()
565 if (removed & inode->i_fsnotify_mask) in fanotify_remove_inode_mark()
/linux-4.1.27/scripts/ksymoops/
DREADME1 ksymoops has been removed from the kernel. It was always meant to be a
/linux-4.1.27/Documentation/ABI/stable/
Dsyscalls5 over time, and not have things removed from it.
Dsysfs-module13 by design and may be removed in the future.
Dsysfs-transport-srp58 removed.
Dsysfs-firmware-opal-elog58 entry will be removed from sysfs.
Dsysfs-bus-firewire130 (removed in 2.6.37 after being superseded by firewire-sbp2) used
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Darmada-370-xp-pmsu.txt11 deprecated and will be removed
Dshmobile.txt63 intended to be removed in the future.
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.h84 u8 removed; member
/linux-4.1.27/drivers/staging/lustre/
DTODO4 removed from client.
/linux-4.1.27/drivers/staging/rtl8723au/
DTODO3 ones have been removed, but things like channel > 14 still exist.
/linux-4.1.27/sound/mips/
DKconfig36 this driver as it will be removed in the future.
/linux-4.1.27/Documentation/filesystems/
Dsysfs-pci.txt84 e.g. powering off the device. The device is removed from the kernel's list of
85 PCI devices, the sysfs directory for it is removed, and the device will be
86 removed from any drivers attached to it. Removal of PCI root buses is
Defivarfs.txt8 removed before any full releases. Since variables can now be larger
Ddebugfs.txt173 can be removed with:
177 The dentry value can be NULL, in which case nothing will be removed.
188 removed.
Dlocks.txt17 been totally removed, so that we don't need to carry this baggage
Ddnotify.txt25 remain until explicitly removed (by registering for no events).
Dautomount-support.txt89 If a mountpoint is moved, it gets removed from the expiration list. If a bind
Dxfs-delayed-logging-design.txt272 in transaction commit order, so when an object is relogged it is removed from
448 checkpoint commit completes, it is removed from the committing list. Because
538 the difference in space required is removed from the transaction that causes
675 sequencing needs to wait until previous checkpoint contexts are removed from
721 9. Log item removed from AIL
776 10. Log item removed from AIL
Ddirectory-locking45 read, modified or removed by method will be locked by caller.
Dhpfs.txt28 heuristic algorithm that I removed. I thing it's danger to let the
230 Code cleanup (removed all commented debug prints)
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
DKconfig9 # Only needed for the transitional use of drm_crtc_init - can be removed
/linux-4.1.27/drivers/net/wireless/iwlegacy/
DKconfig33 inserted in and removed from the running kernel whenever you want),
59 inserted in and removed from the running kernel whenever you want),
/linux-4.1.27/drivers/staging/rtl8188eu/
DTODO3 ones have been removed, but things like channel > 14 still exist.
/linux-4.1.27/drivers/net/wireless/
Dzd1201.h27 int removed; member
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt66 symlink(2)). Links can be removed via unlink(2).
112 Items are created by mkdir(2) and removed by rmdir(2), but configfs
278 configfs has removed the item from the filesystem view but before the
279 item is removed from its parent group. Like drop_item(),
283 A config_group cannot be removed while it still has child items. This
378 A config_item cannot be removed while it links to any other item, nor
379 can it be removed while an item links to it. Dangling symlinks are not
403 time as the parent group. Similarly, they are removed at the same time
408 As a consequence of this, default_groups cannot be removed directly via
416 region item is removed with rmdir(2), the ocfs2 mount must BUG or go
/linux-4.1.27/Documentation/trace/
Devents-power.txt77 The second parameter is value to be added/updated/removed.
96 The third parameter is value to be added/updated/removed.
Devents.txt305 Triggers are added to and removed from a particular event by writing
334 Triggers are removed by echoing the same command but starting with '!'
429 The latter can also be removed more simply by the following (without
Dkprobetrace.txt12 functions). Unlike the Tracepoint based event, this can be added and removed
/linux-4.1.27/net/tipc/
DKconfig17 can be inserted in and removed from the running kernel whenever you
/linux-4.1.27/Documentation/hwmon/
Dltc421517 The LTC4215 controller allows a board to be safely inserted and removed
Dltc426018 and removed from a live backplane.
Dltc426118 to be safely inserted and removed from a live backplane.
Dadm127528 board to be removed from or inserted into a live backplane. They also feature
Dltc424517 The LTC4245 controller allows a board to be safely inserted and removed
Dhwmon-kernel-api.txt61 hwmon device does not have to be removed explicitly by the removal function.
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Drtc-palmas.txt13 battery is removed or in very low power state. The backup battery
/linux-4.1.27/Documentation/networking/
Dalias.txt25 The alias is removed by shutting the alias down:
Dmac80211-injection.txt21 IEEE80211_RADIOTAP_F_FCS: FCS will be removed and recalculated
Dcxacru.txt7 Note: support for cxacru-cf.bin has been removed. It was not loaded correctly
Diphase.txt51 [ a. and b. removed ]
Dfib_trie.txt99 leaves which have to be removed.
Dnetconsole.txt81 remote logging targets to be dynamically added, removed, or have their
Dde4x5.txt109 I have removed the buffer copies needed for receive on Intels. I cannot
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-mcp23s08.txt16 removed.
38 removed.
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dti,bq24735.txt9 adapter is either plugged in or removed.
/linux-4.1.27/Documentation/virtual/
Dparavirt_ops.txt6 different hypervisors, this restriction was removed with pv_ops.
/linux-4.1.27/net/decnet/
DKconfig24 inserted in and removed from the running kernel whenever you want).
/linux-4.1.27/arch/x86/include/asm/
Dpgtable_64.h120 int removed);
/linux-4.1.27/Documentation/w1/
Dw1.generic41 and slave device will be even removed, but in this case 0xff will
101 redetect manually removed devices that are present and timeout manually
/linux-4.1.27/Documentation/acpi/
Dscan_handlers.txt18 being removed are unregistered and deleted.
77 first time and they cannot be removed from it.
/linux-4.1.27/drivers/char/pcmcia/
DKconfig17 inserted in and removed from the running kernel whenever you want).
/linux-4.1.27/Documentation/usb/
Ddwc3.txt16 - interrupts are requested / allocated on usb_ep_enable() and removed on
Derror-codes.txt81 unlinked, the device is removed, the host controller is disabled, or the total
138 -ENODEV Device was removed. Often preceded by a burst of
Dmass-storage.txt76 ejected or removed (as is true for a CD-ROM drive or a card
207 Because of that, File Storage Gadget has been removed in Linux 3.8.
Dhotplug.txt60 are added or removed from system. The invocation is done by the kernel
Dusbmon.txt286 the data, if any. The event is removed from the kernel buffer.
317 than requested, all events present are removed, and no error is reported.
/linux-4.1.27/drivers/usb/host/
DKconfig265 This option is deprecated now and the driver was removed, use
279 This option is deprecated now and the driver was removed, use
301 This option is deprecated now and the driver was removed, use
475 This option is deprecated now and the driver was removed, use
519 This option is deprecated now and the driver was removed, use
535 This option is deprecated now and the driver was removed, use
552 This option is deprecated now and the driver was removed, use
575 This option is deprecated now and the driver was removed, use
/linux-4.1.27/drivers/net/ethernet/adi/
DKconfig32 module ( = code which can be inserted in and removed from the running
/linux-4.1.27/Documentation/i2c/
Dupgrading-clients95 .detach_client methods can be removed, along with the addr_data,
135 can be removed:
Dwriting-clients232 called automatically before the underlying I2C bus itself is removed, as a
260 be removed after kernel booting (or module loading) is completed.
378 These ones were removed from i2c-core because they had no users, but could
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt23 be removed in favour of this common access method.
26 listed below will be removed (they may be marked as __deprecated
DOverview.txt15 corresponding code has been removed after a while. If someone wishes to
219 this with some of the older support in line to be removed.
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dmain.c119 u8 i, removed = 0; in ath6kl_remove_sta() local
122 return removed; in ath6kl_remove_sta()
130 removed = 1; in ath6kl_remove_sta()
140 removed = 1; in ath6kl_remove_sta()
146 return removed; in ath6kl_remove_sta()
/linux-4.1.27/Documentation/arm/Samsung/
DOverview.txt61 The old plat-s3c and plat-s5pc1xx directories have been removed, with
/linux-4.1.27/Documentation/s390/
Ddriver-model.txt138 Parameters: cdev - the device to be removed.
172 If not, the old device is removed and a new one registered. By the
175 removed and re-registered.
DCommonIO86 will be deregistered and thus removed from the system.
/linux-4.1.27/Documentation/locking/
Dlglock.txt152 Ingo Molnar in 2000 (2.4/2.5 kernel series) and removed in 2003. They
157 entirely removed in the 3.13 kernel series.
Drt-mutex.txt22 priority boosting is immediately removed once the rt_mutex has been
/linux-4.1.27/sound/synth/emux/
Dsoundfont.c494 int removed = 0; in remove_info() local
506 removed++; in remove_info()
511 if (removed) in remove_info()
513 return removed; in remove_info()
/linux-4.1.27/Documentation/video4linux/
Dcafe_ccic7 well, but that is a debugging aid which will be removed shortly). VGA and
Dpxa_camera.txt24 removed from the active buffers list. It can be then requeud or dequeued by
/linux-4.1.27/include/linux/
Dif_team.h54 bool removed; member
/linux-4.1.27/security/keys/
DKconfig38 removed if they expire (a default timeout is set upon creation).
/linux-4.1.27/net/atm/
DKconfig37 briefly removed during revalidation. If you say Y here, packets to
/linux-4.1.27/net/ceph/
Dosdmap.c1539 int removed = 0; in raw_to_up_osds() local
1543 removed++; in raw_to_up_osds()
1546 if (removed) in raw_to_up_osds()
1547 osds[i - removed] = osds[i]; in raw_to_up_osds()
1550 len -= removed; in raw_to_up_osds()
/linux-4.1.27/drivers/net/team/
Dteam.c111 bool removed; member
163 opt_inst->removed = false; in __team_option_inst_add()
200 opt_inst->removed = true; in __team_option_inst_mark_removed_option()
245 opt_inst->removed = true; in __team_option_inst_mark_removed_port()
2282 if (opt_inst->removed && nla_put_flag(skb, TEAM_ATTR_OPTION_REMOVED)) in team_nl_fill_one_option_get()
2567 if ((port->removed && in team_nl_fill_one_port_get()
2832 port->removed = true; in __team_port_change_port_removed()
/linux-4.1.27/Documentation/blockdev/
Dcciss.txt133 driver to make note of any new or removed sequential access devices
135 devices have been added or removed and the controller, bus, target and
Dzram.txt136 -- deprecated RO sysfs nodes will eventually be removed (in linux 4.11)
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_qp.c253 int removed = 1; in remove_qp() local
267 removed = 0; in remove_qp()
276 removed = 1; in remove_qp()
282 if (removed) { in remove_qp()
/linux-4.1.27/Documentation/devicetree/bindings/iommu/
Dsamsung,sysmmu.txt32 The following properties can be removed or changed, if found incompatible with
/linux-4.1.27/Documentation/RCU/
Drcuref.txt108 The key point is that the initial reference added by add() is not removed
Dtorture.txt282 it becomes one when removed from reader visibility, and is
300 the second to the number that have been removed from reader view,
/linux-4.1.27/drivers/scsi/
Dhpsa.c1001 struct hpsa_scsi_dev_t *removed[], int *nremoved) in hpsa_scsi_replace_entry() argument
1005 removed[*nremoved] = h->dev[entry]; in hpsa_scsi_replace_entry()
1027 struct hpsa_scsi_dev_t *removed[], int *nremoved) in hpsa_scsi_remove_entry() argument
1036 removed[*nremoved] = h->dev[entry]; in hpsa_scsi_remove_entry()
1352 struct hpsa_scsi_dev_t **added, **removed; in adjust_hpsa_scsi_table() local
1357 removed = kzalloc(sizeof(*removed) * HPSA_MAX_DEVICES, GFP_KERNEL); in adjust_hpsa_scsi_table()
1359 if (!added || !removed) { in adjust_hpsa_scsi_table()
1383 removed, &nremoved); in adjust_hpsa_scsi_table()
1388 added, &nadded, removed, &nremoved); in adjust_hpsa_scsi_table()
1460 scsi_device_lookup(sh, removed[i]->bus, in adjust_hpsa_scsi_table()
[all …]
/linux-4.1.27/Documentation/device-mapper/
Dcache.txt102 blocks, in the area of the cache being removed, to be clean. If the
103 area being removed from the cache still contains dirty blocks the resize
241 #demotions : Number of times a block has been removed
/linux-4.1.27/drivers/mtd/devices/
DKconfig49 inserted in and removed from the running kernel whenever you want),
196 be removed during a write (using the floppy drive).
/linux-4.1.27/include/linux/mmc/
Dhost.h322 unsigned int removed:1; /* host is being removed */ member
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dti,omap-dss.txt46 removed, defined in omap4.dtsi:
/linux-4.1.27/net/bluetooth/
D6lowpan.c940 bool last = false, removed = true; in chan_close_cb() local
951 removed = false; in chan_close_cb()
980 if (!removed) { in chan_close_cb()
/linux-4.1.27/arch/x86/mm/
Dinit_64.c166 void sync_global_pgds(unsigned long start, unsigned long end, int removed) in sync_global_pgds() argument
179 if (pgd_none(*pgd_ref) && !removed) in sync_global_pgds()
196 if (removed) { in sync_global_pgds()
/linux-4.1.27/Documentation/w1/masters/
Dds249041 removed it can produce a good amount of error output before the bus
/linux-4.1.27/Documentation/fb/
Dep93xx-fb.txt84 are called when the framebuffer driver is installed and removed
Dsstfb.txt68 bind the tty to the old frame buffer so the module can be removed.
Dviafb.txt236 removed there and added to the new one.
/linux-4.1.27/sound/
DKconfig49 to be removed (ie. PRECLAIM won't be available) and this option is
/linux-4.1.27/net/mac80211/
Dsta_info.h204 bool removed; member
Dagg-rx.c96 tid_rx->removed = true; in ___ieee80211_stop_rx_ba_session()
/linux-4.1.27/arch/m68k/fpsp040/
Dsgetem.S5 | of the input argument. The exponent bias is removed
/linux-4.1.27/Documentation/arm/Atmel/
DREADME112 This statement will be removed by AT91 MAINTAINERS when appropriate.
/linux-4.1.27/drivers/xen/
DKconfig226 removed until machine stop), select Y/M here, otherwise select N.
238 be removed until machine stop), select Y/M here.
/linux-4.1.27/Documentation/cpu-freq/
Dboost.txt85 This functionality is considered legacy and will be removed in some future
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dinfo.txt21 the system checks that servers have to be added or removed from current working set.
/linux-4.1.27/arch/arm/nwfpe/
DChangeLog25 size, it has been removed. 128-bit float is currently unused,
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.quirks64 be removed at the end of the transaction: for example, when the bus is
/linux-4.1.27/arch/mn10300/
DKconfig.debug45 This is deprecated in favour of KGDB and will be removed in a later
/linux-4.1.27/arch/um/
DKconfig.um52 entries to be overridden, removed, or fabricated from the host.
/linux-4.1.27/Documentation/virtual/kvm/
Dmsr.txt133 This MSR falls outside the reserved KVM range and may be removed in the
143 This MSR falls outside the reserved KVM range and may be removed in the
/linux-4.1.27/drivers/usb/misc/
DKconfig16 inserted in and removed from the running kernel whenever you want).
66 inserted in and removed from the running kernel whenever you want).
/linux-4.1.27/drivers/tty/ipwireless/
Dhardware.c268 int removed; member
1646 if (hw->removed) { in ipwireless_init_hardware_v1()
1647 hw->removed = 0; in ipwireless_init_hardware_v1()
/linux-4.1.27/Documentation/frv/
Datomic-ops.txt86 removed without swapping the order of these two instructions.
/linux-4.1.27/Documentation/filesystems/nfs/
Dpnfs.txt54 is removed from the pnfs_layout_hdr's list, the NFS_LAYOUT_DESTROYED
/linux-4.1.27/drivers/net/ethernet/smsc/
DKconfig53 inserted in and removed from the running kernel whenever you want).
/linux-4.1.27/drivers/net/wireless/iwlwifi/
DKconfig40 inserted in and removed from the running kernel whenever you want),
/linux-4.1.27/Documentation/infiniband/
Duser_mad.txt119 default, and the IB_USER_MAD_ENABLE_PKEY ioctl will be removed.
/linux-4.1.27/drivers/tty/
DKconfig271 inserted in and removed from the running kernel whenever you want).
285 inserted in and removed from the running kernel whenever you want).
325 inserted in and removed from the running kernel whenever you want).
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-tape.1995-200253 * in the previous version was removed.
238 * Actually removed aborted stages in idetape_abort_pipeline
/linux-4.1.27/fs/nfs/
Dpnfs.c555 int invalid = 0, removed = 0; in pnfs_mark_matching_lsegs_invalid() local
569 removed += mark_lseg_invalid(lseg, tmp_list); in pnfs_mark_matching_lsegs_invalid()
571 dprintk("%s:Return %i\n", __func__, invalid - removed); in pnfs_mark_matching_lsegs_invalid()
572 return invalid - removed; in pnfs_mark_matching_lsegs_invalid()
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt493 Effectively so all odd digit rp assignments in the loop were removed.
497 Also the initial assignments (rp5 = 0; etc) could be removed.
498 Along the line I also removed the initialisation of rp0/1/2/3.
552 I removed the rp6 = cur; statement and did rp6 ^= tmppar; on next
/linux-4.1.27/Documentation/arm/OMAP/
Domap_pm97 with the new value. The settings can be removed by calling the
/linux-4.1.27/Documentation/laptops/
Dsony-laptop.txt140 future, sonypi will be removed and replaced by sony-laptop.
Dthinkpad-acpi.txt79 interface, which will be removed at some time in the future. The other
181 when loaded, and disables it when it is removed.
536 0x500C Tablet pen removed from its storage bay
605 class. It has been deprecated, and it will be removed in year
1333 class. It has been deprecated, and it will be removed in year
1462 0x020300: hotkey enable/disable support removed, attributes
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt119 solution. It will be removed when the support for mbus device tree binding is
/linux-4.1.27/Documentation/block/
Dbiovecs.txt95 * Almost all usage of bi_idx is now incorrect and has been removed; instead,
/linux-4.1.27/Documentation/input/
Dntrig.txt36 When the last finger is removed from the device, it sends a number of empty
/linux-4.1.27/Documentation/isdn/
DREADME.diversion106 dynamically created by the diversion module and removed when the module is
/linux-4.1.27/scripts/
Dspelling.txt2 # removed, and various additions have been made as they've been discovered
832 rmeoved||removed
/linux-4.1.27/Documentation/serial/
Ddriver62 removed or reconfigured at inappropriate times. Since v2.6.27, this
409 level driver must have removed all its ports via the
/linux-4.1.27/fs/befs/
DChangeLog200 * Removed prototypes for functions who's definitions have been removed
321 * Permanently removed code that had been provisionally ifdefed out of befs_fs.h
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt187 Then next two dynamic attributes are created/removed in pairs. They represent
189 They are created/removed for each successful execution of
/linux-4.1.27/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt105 them. Includes can be removed, too. For example:
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt605 (1) Any page it can retrieve data for is removed from pages and nr_pages and
637 those pages will need to have any marks and reservations removed. This can be
795 have the pinning removed. They are not permitted on index cookies.
831 copies of it will be removed from all active caches in which it is present.
/linux-4.1.27/fs/squashfs/
DKconfig21 inserted in and removed from the running kernel whenever you want),
/linux-4.1.27/Documentation/vm/
Dpage_migration86 already been removed from the LRU via isolate_lru_page() and the refcount
/linux-4.1.27/Documentation/spi/
Dspidev58 (in sysfs and in /dev) should automatically be removed (respectively by the
/linux-4.1.27/fs/jffs2/
DREADME.Locking112 will not be removed. So, it is allowed to access it without locking
/linux-4.1.27/Documentation/sound/oss/
DIntroduction14 required for 2.4.x kernels. References have been removed
205 Sound may be removed by using /sbin/rmmod in the reverse order
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt120 * removed toolbox message.
272 * removed some obsolete ones.
299 * and removed a one byte reserved field.
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt130 error message, and the boot CPU will be removed from the mask. Note that
246 If this trace shows that you have removed OS jitter as much as is

12