/linux-4.4.14/drivers/misc/mei/ |
D | amthif.c | 497 bool removed = false; in mei_clear_list() local 511 removed = true; in mei_clear_list() 514 return removed; in mei_clear_list() 530 bool removed = false; in mei_clear_lists() local 535 removed = true; in mei_clear_lists() 540 removed = true; in mei_clear_lists() 543 removed = true; in mei_clear_lists() 546 removed = true; in mei_clear_lists() 549 if (dev->iamthif_current_cb && !removed) { in mei_clear_lists() 555 removed = true; in mei_clear_lists() [all …]
|
/linux-4.4.14/Documentation/ABI/ |
D | README | 36 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.4.14/Documentation/driver-model/ |
D | binding.txt | 90 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.
|
D | device.txt | 22 A device is removed from the core when its reference count goes to 30 removed already).
|
D | porting.txt | 159 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.
|
D | class.txt | 59 device. The field is never decremented, so if the device is removed
|
D | overview.txt | 68 If it were not done this way, then when a field was renamed or removed, every
|
D | devres.txt | 199 when it is released or destroyed (removed and freed) - no reference
|
D | driver.txt | 170 called if a device is physically removed from the system, if the
|
/linux-4.4.14/Documentation/ABI/removed/ |
D | devfs | 2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18 8 The files fs/devfs/*, include/linux/devfs_fs*.h were removed,
|
D | ip_queue | 2 Date: finally removed in kernel v3.5.0
|
D | o2cb | 6 removed when new versions of ocfs2-tools which know to look
|
D | dv1394 | 2 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
|
D | raw1394 | 2 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
|
D | video1394 | 2 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
|
/linux-4.4.14/drivers/hid/ |
D | hid-corsair.c | 31 bool removed; member 197 if (led->removed) in k90_backlight_work() 223 if (led->removed) in k90_record_led_work() 413 drvdata->backlight->removed = false; in k90_init_backlight() 458 k90->record_led.removed = false; in k90_init_macro_functions() 477 k90->record_led.removed = true; in k90_init_macro_functions() 494 drvdata->backlight->removed = true; in k90_cleanup_backlight() 510 k90->record_led.removed = true; in k90_cleanup_macro_functions()
|
/linux-4.4.14/sound/oss/dmasound/ |
D | Kconfig | 11 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.4.14/Documentation/ABI/obsolete/ |
D | sysfs-class-rfkill | 10 This file is deprecated and scheduled to be removed in 2014, 28 This file is scheduled to be removed in 2012.
|
D | proc-sys-vm-nr_pdflush_threads | 5 exported in /proc/sys/vm/ should be removed.
|
D | sysfs-bus-usb | 29 This file is deprecated and will be removed after 2010.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices | 7 be added and removed dynamically as the machine runs, 17 devices being added and removed from this tree to find
|
D | configfs-usb-gadget-ffs | 6 A corresponding USB function instance is created/removed.
|
D | sysfs-devices-online | 19 it is removed (i.e. device_del() is called for it), or its bus
|
D | sysfs-bus-iio-trigger-sysfs | 41 to be removed. If the trigger can't be found, an invalid
|
D | sysfs-class-uwb_rc-wusbhc | 19 disconnected and are removed. The default value of
|
D | sysfs-ocfs2 | 47 plugins are loaded or removed.
|
D | sysfs-devices-memory | 7 added or removed dynamically to represent hot-add/remove
|
D | sysfs-bus-pci | 66 re-discover previously removed devices. 106 and re-discover devices removed earlier from this 115 child buses, and re-discover devices removed earlier
|
D | sysfs-class-uwb_rc | 18 and it will be removed. The default is 3 superframes
|
D | sysfs-bus-fcoe | 102 "Deleted" - FCF is being removed from the system
|
D | sysfs-class-power | 127 devices. If enabled and the input is removed, the internal battery FET
|
D | dev-kmsg | 107 may be removed entirely and /dev/kmsg users are recommended to
|
D | sysfs-firmware-acpi | 52 (0) the ACPI subsystem will allow devices to be hot-removed even
|
/linux-4.4.14/drivers/block/ |
D | cciss_scsi.c | 452 struct scsi2map *removed, int *nremoved) in cciss_scsi_remove_entry() argument 460 removed[*nremoved].bus = sd.bus; in cciss_scsi_remove_entry() 461 removed[*nremoved].target = sd.target; in cciss_scsi_remove_entry() 462 removed[*nremoved].lun = sd.lun; in cciss_scsi_remove_entry() 531 struct scsi2map *added, *removed; in adjust_cciss_scsi_table() local 537 removed = kzalloc(sizeof(*removed) * CCISS_MAX_SCSI_DEVS_PER_HBA, in adjust_cciss_scsi_table() 540 if (!added || !removed) { in adjust_cciss_scsi_table() 574 removed, &nremoved); in adjust_cciss_scsi_table() 582 removed, &nremoved); in adjust_cciss_scsi_table() 641 scsi_device_lookup(sh, removed[i].bus, in adjust_cciss_scsi_table() [all …]
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | returnvar.cocci | 7 // 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.4.14/fs/reiserfs/ |
D | stree.c | 1025 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.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_uiom_interval_tree.c | 250 unsigned long last, struct list_head *removed) in usnic_uiom_remove_interval() argument 260 list_add_tail(&interval->link, removed); in usnic_uiom_remove_interval() 263 list_for_each_entry(interval, removed, link) in usnic_uiom_remove_interval()
|
D | usnic_uiom_interval_tree.h | 76 struct list_head *removed);
|
/linux-4.4.14/Documentation/devicetree/ |
D | changesets.txt | 5 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
|
D | overlay-notes.txt | 17 disabled or removed all together, the affected device should be deregistered.
|
D | of_unittest.txt | 191 detached and then moving up the parent nodes are removed, and eventually the
|
/linux-4.4.14/Documentation/cgroups/ |
D | devices.txt | 20 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:
|
D | unified-hierarchy.txt | 330 after all children are removed. This again makes it impossible to 363 - The "tasks" file is removed. Everything should at process 369 - The "cgroup.clone_children" file is removed. 372 to before exiting. If the cgroup is removed before the zombie is
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | TODO | 4 It will be removed in the 4.6 merge window.
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | TODO | 4 It will be removed in the 4.6 merge window.
|
/linux-4.4.14/Documentation/scsi/ |
D | lpfc.txt | 10 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.
|
D | ChangeLog.lpfc | 82 * 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 …]
|
D | dpti.txt | 43 * management utilities running (removed GFP_DMA from kmalloc flags)
|
D | ChangeLog.arcmsr | 117 ** Also removed some unneeded casts. Thanks to Daniel Drake <dsd@gentoo.org>
|
D | scsi_mid_low_api.txt | 124 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.
|
D | hpsa.txt | 52 attribute will cause the driver to scan for new, changed, or removed devices
|
D | arcmsr_spec.txt | 149 ** // GUI_QUICK_CREATE=0x20, (function removed) 263 ** This function is removed, application like
|
D | scsi_eh.txt | 224 scmds are removed from eh_work_q. 275 - scmd is removed from eh_done_q and scmd->eh_entry is cleared
|
/linux-4.4.14/Documentation/pcmcia/ |
D | driver-changes.txt | 35 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.4.14/arch/powerpc/kernel/ |
D | eeh_driver.c | 417 int *removed = (int *)userdata; in eeh_rmv_device() local 453 (*removed)++; in eeh_rmv_device() 572 int cnt, rc, removed = 0; in eeh_reset_device() local 591 eeh_pe_dev_traverse(pe, eeh_rmv_device, &removed); in eeh_reset_device() 635 } else if (frozen_bus && removed) { in eeh_reset_device()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 519 __u32 removed; in fanotify_remove_vfsmount_mark() local 529 removed = fanotify_mark_remove_from_mask(fsn_mark, mask, flags, in fanotify_remove_vfsmount_mark() 538 if (removed & real_mount(mnt)->mnt_fsnotify_mask) in fanotify_remove_vfsmount_mark() 549 __u32 removed; in fanotify_remove_inode_mark() local 559 removed = fanotify_mark_remove_from_mask(fsn_mark, mask, flags, in fanotify_remove_inode_mark() 569 if (removed & inode->i_fsnotify_mask) in fanotify_remove_inode_mark()
|
/linux-4.4.14/Documentation/ |
D | isapnp.txt | 7 The interface has been removed. See pnp.txt for more details.
|
D | cpu-hotplug.txt | 30 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
|
D | debugging-modules.txt | 11 emitted. This debugging message has been removed. The correct way
|
D | vgaarbiter.txt | 94 notify them being added/removed in the system and automatically added/removed
|
D | hw_random.txt | 66 NOTE: request_mem_region was removed, for three reasons:
|
D | pwm.txt | 95 A new PWM controller/chip can be added using pwmchip_add() and removed
|
D | men-chameleon-bus.txt | 134 core will call the driver's probe callback method. When the driver is removed
|
D | ntb.txt | 25 as ntb hardware, or hardware drivers, are inserted and removed. The
|
/linux-4.4.14/scripts/ksymoops/ |
D | README | 1 ksymoops has been removed from the kernel. It was always meant to be a
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | syscalls | 5 over time, and not have things removed from it.
|
D | sysfs-module | 13 by design and may be removed in the future.
|
D | sysfs-firmware-opal-elog | 58 entry will be removed from sysfs.
|
D | sysfs-transport-srp | 58 removed.
|
D | sysfs-bus-firewire | 130 (removed in 2.6.37 after being superseded by firewire-sbp2) used
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | armada-370-xp-pmsu.txt | 11 deprecated and will be removed
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe.h | 84 u8 removed; member
|
/linux-4.4.14/drivers/staging/lustre/ |
D | TODO | 4 removed from client.
|
/linux-4.4.14/drivers/staging/rtl8723au/ |
D | TODO | 3 ones have been removed, but things like channel > 14 still exist.
|
/linux-4.4.14/sound/mips/ |
D | Kconfig | 36 this driver as it will be removed in the future.
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | Kconfig | 16 Note that this driver will soon be removed entirely from the kernel.
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 66 symlink(2)). Links can be removed via unlink(2). 112 Items are created by mkdir(2) and removed by rmdir(2), but configfs 272 configfs has removed the item from the filesystem view but before the 273 item is removed from its parent group. Like drop_item(), 277 A config_group cannot be removed while it still has child items. This 362 A config_item cannot be removed while it links to any other item, nor 363 can it be removed while an item links to it. Dangling symlinks are not 387 time as the parent group. Similarly, they are removed at the same time 392 As a consequence of this, default_groups cannot be removed directly via 400 region item is removed with rmdir(2), the ocfs2 mount must BUG or go
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysfs-pci.txt | 84 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
|
D | efivarfs.txt | 8 removed before any full releases. Since variables can now be larger
|
D | debugfs.txt | 213 can be removed with: 217 The dentry value can be NULL, in which case nothing will be removed. 228 removed.
|
D | locks.txt | 17 been totally removed, so that we don't need to carry this baggage
|
D | dnotify.txt | 25 remain until explicitly removed (by registering for no events).
|
D | automount-support.txt | 64 If a mountpoint is moved, it gets removed from the expiration list. If a bind
|
D | xfs-delayed-logging-design.txt | 272 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
|
D | directory-locking | 45 read, modified or removed by method will be locked by caller.
|
D | hpfs.txt | 28 heuristic algorithm that I removed. I thing it's danger to let the 230 Code cleanup (removed all commented debug prints)
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | Kconfig | 9 # Only needed for the transitional use of drm_crtc_init - can be removed
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | Kconfig | 33 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.4.14/drivers/net/wireless/ |
D | zd1201.h | 27 int removed; member
|
/linux-4.4.14/drivers/staging/rtl8188eu/ |
D | TODO | 3 ones have been removed, but things like channel > 14 still exist.
|
/linux-4.4.14/drivers/staging/rdma/ |
D | Kconfig | 12 here before finally being removed or new drivers that still need
|
/linux-4.4.14/Documentation/trace/ |
D | events-power.txt | 77 The second parameter is value to be added/updated/removed. 96 The third parameter is value to be added/updated/removed.
|
D | events.txt | 323 Triggers are added to and removed from a particular event by writing 352 Triggers are removed by echoing the same command but starting with '!' 447 The latter can also be removed more simply by the following (without
|
D | kprobetrace.txt | 12 functions). Unlike the Tracepoint based event, this can be added and removed
|
/linux-4.4.14/Documentation/hwmon/ |
D | ltc4215 | 17 The LTC4215 controller allows a board to be safely inserted and removed
|
D | ltc4260 | 18 and removed from a live backplane.
|
D | ltc4261 | 18 to be safely inserted and removed from a live backplane.
|
D | adm1275 | 32 allow a circuit board to be removed from or inserted into a live backplane.
|
D | ltc4245 | 17 The LTC4245 controller allows a board to be safely inserted and removed
|
D | hwmon-kernel-api.txt | 61 hwmon device does not have to be removed explicitly by the removal function.
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | rtc-palmas.txt | 13 battery is removed or in very low power state. The backup battery
|
/linux-4.4.14/net/tipc/ |
D | Kconfig | 17 can be inserted in and removed from the running kernel whenever you
|
/linux-4.4.14/Documentation/networking/ |
D | alias.txt | 25 The alias is removed by shutting the alias down:
|
D | mac80211-injection.txt | 21 IEEE80211_RADIOTAP_F_FCS: FCS will be removed and recalculated
|
D | cxacru.txt | 7 Note: support for cxacru-cf.bin has been removed. It was not loaded correctly
|
D | iphase.txt | 51 [ a. and b. removed ]
|
D | fib_trie.txt | 99 leaves which have to be removed.
|
D | netconsole.txt | 83 remote logging targets to be dynamically added, removed, or have their
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-mcp23s08.txt | 16 removed. 38 removed.
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | ti,bq24735.txt | 9 adapter is either plugged in or removed.
|
/linux-4.4.14/Documentation/virtual/ |
D | paravirt_ops.txt | 6 different hypervisors, this restriction was removed with pv_ops.
|
/linux-4.4.14/net/decnet/ |
D | Kconfig | 24 inserted in and removed from the running kernel whenever you want).
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable_64.h | 120 int removed);
|
/linux-4.4.14/drivers/staging/android/ |
D | TODO | 21 - With those removed there's probably no use for ION_IOC_IMPORT anymore either
|
/linux-4.4.14/Documentation/acpi/ |
D | scan_handlers.txt | 18 being removed are unregistered and deleted. 77 first time and they cannot be removed from it.
|
/linux-4.4.14/Documentation/usb/ |
D | dwc3.txt | 16 - interrupts are requested / allocated on usb_ep_enable() and removed on
|
D | error-codes.txt | 81 unlinked, the device is removed, the host controller is disabled, or the total 138 -ENODEV Device was removed. Often preceded by a burst of
|
D | mass-storage.txt | 76 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.
|
D | hotplug.txt | 60 are added or removed from system. The invocation is done by the kernel
|
D | usbmon.txt | 286 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.4.14/drivers/char/pcmcia/ |
D | Kconfig | 17 inserted in and removed from the running kernel whenever you want).
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | Kconfig | 30 module ( = code which can be inserted in and removed from the running
|
/linux-4.4.14/Documentation/w1/ |
D | w1.generic | 41 and slave device will be even removed, but in this case 0xff will 104 redetect manually removed devices that are present and timeout manually
|
/linux-4.4.14/drivers/usb/host/ |
D | Kconfig | 272 This option is deprecated now and the driver was removed, use 286 This option is deprecated now and the driver was removed, use 308 This option is deprecated now and the driver was removed, use 472 This option is deprecated now and the driver was removed, use 516 This option is deprecated now and the driver was removed, use 532 This option is deprecated now and the driver was removed, use 549 This option is deprecated now and the driver was removed, use 572 This option is deprecated now and the driver was removed, use
|
/linux-4.4.14/Documentation/i2c/ |
D | upgrading-clients | 95 .detach_client methods can be removed, along with the addr_data, 135 can be removed:
|
D | writing-clients | 232 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.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 23 be removed in favour of this common access method. 26 listed below will be removed (they may be marked as __deprecated
|
D | Overview.txt | 15 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.4.14/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 119 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.4.14/Documentation/arm/Samsung/ |
D | Overview.txt | 61 The old plat-s3c and plat-s5pc1xx directories have been removed, with
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-bts.txt | 84 removed and replaced with the synthesized events. e.g.
|
/linux-4.4.14/Documentation/s390/ |
D | driver-model.txt | 138 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.
|
D | CommonIO | 86 will be deregistered and thus removed from the system.
|
/linux-4.4.14/Documentation/locking/ |
D | lglock.txt | 152 Ingo Molnar in 2000 (2.4/2.5 kernel series) and removed in 2003. They 157 entirely removed in the 3.13 kernel series.
|
D | rt-mutex.txt | 22 priority boosting is immediately removed once the rt_mutex has been
|
/linux-4.4.14/sound/synth/emux/ |
D | soundfont.c | 494 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.4.14/Documentation/video4linux/ |
D | cafe_ccic | 7 well, but that is a debugging aid which will be removed shortly). VGA and
|
D | pxa_camera.txt | 24 removed from the active buffers list. It can be then requeud or dequeued by
|
/linux-4.4.14/include/linux/ |
D | if_team.h | 54 bool removed; member
|
/linux-4.4.14/security/keys/ |
D | Kconfig | 38 removed if they expire (a default timeout is set upon creation).
|
/linux-4.4.14/net/atm/ |
D | Kconfig | 37 briefly removed during revalidation. If you say Y here, packets to
|
/linux-4.4.14/net/ceph/ |
D | osdmap.c | 1539 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.4.14/drivers/net/team/ |
D | team.c | 111 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() 2291 if (opt_inst->removed && nla_put_flag(skb, TEAM_ATTR_OPTION_REMOVED)) in team_nl_fill_one_option_get() 2576 if ((port->removed && in team_nl_fill_one_port_get() 2841 port->removed = true; in __team_port_change_port_removed()
|
/linux-4.4.14/Documentation/blockdev/ |
D | cciss.txt | 133 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
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_qp.c | 253 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.4.14/Documentation/RCU/ |
D | rcuref.txt | 108 The key point is that the initial reference added by add() is not removed
|
D | torture.txt | 269 it becomes one when removed from reader visibility, and is 287 the second to the number that have been removed from reader view,
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | samsung,sysmmu.txt | 32 The following properties can be removed or changed, if found incompatible with
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/ |
D | ti,omap-dss.txt | 46 removed, defined in omap4.dtsi:
|
/linux-4.4.14/include/linux/mmc/ |
D | host.h | 314 unsigned int removed:1; /* host is being removed */ member
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 102 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 242 #demotions : Number of times a block has been removed
|
/linux-4.4.14/arch/x86/mm/ |
D | init_64.c | 166 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.4.14/Documentation/fb/ |
D | ep93xx-fb.txt | 84 are called when the framebuffer driver is installed and removed
|
D | viafb.txt | 236 removed there and added to the new one.
|
D | sstfb.txt | 68 bind the tty to the old frame buffer so the module can be removed.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | sgetem.S | 5 | of the input argument. The exponent bias is removed
|
/linux-4.4.14/net/mac80211/ |
D | sta_info.h | 209 bool removed; member
|
D | agg-rx.c | 96 tid_rx->removed = true; in ___ieee80211_stop_rx_ba_session()
|
/linux-4.4.14/Documentation/arm/Atmel/ |
D | README | 117 This statement will be removed by AT91 MAINTAINERS when appropriate.
|
/linux-4.4.14/Documentation/w1/masters/ |
D | ds2490 | 41 removed it can produce a good amount of error output before the bus
|
/linux-4.4.14/sound/ |
D | Kconfig | 49 to be removed (ie. PRECLAIM won't be available) and this option is
|
/linux-4.4.14/drivers/xen/ |
D | Kconfig | 226 removed until machine stop), select Y/M here, otherwise select N. 238 be removed until machine stop), select Y/M here.
|
/linux-4.4.14/drivers/mtd/devices/ |
D | Kconfig | 49 inserted in and removed from the running kernel whenever you want), 196 be removed during a write (using the floppy drive).
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | qp.c | 262 int removed = 1; in remove_qp() local 276 removed = 0; in remove_qp() 286 removed = 1; in remove_qp() 293 if (removed) { in remove_qp()
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | info.txt | 21 the system checks that servers have to be added or removed from current working set.
|
/linux-4.4.14/arch/mn10300/ |
D | Kconfig.debug | 45 This is deprecated in favour of KGDB and will be removed in a later
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 85 This functionality is considered legacy and will be removed in some future
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | Kconfig | 49 inserted in and removed from the running kernel whenever you want).
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | ChangeLog | 25 size, it has been removed. 128-bit float is currently unused,
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.quirks | 64 be removed at the end of the transaction: for example, when the bus is
|
/linux-4.4.14/drivers/usb/misc/ |
D | Kconfig | 16 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.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 133 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.4.14/drivers/tty/ipwireless/ |
D | hardware.c | 268 int removed; member 1646 if (hw->removed) { in ipwireless_init_hardware_v1() 1647 hw->removed = 0; in ipwireless_init_hardware_v1()
|
/linux-4.4.14/Documentation/frv/ |
D | atomic-ops.txt | 86 removed without swapping the order of these two instructions.
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs.txt | 54 is removed from the pnfs_layout_hdr's list, the NFS_LAYOUT_DESTROYED
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 41 inserted in and removed from the running kernel whenever you want),
|
/linux-4.4.14/Documentation/infiniband/ |
D | user_mad.txt | 119 default, and the IB_USER_MAD_ENABLE_PKEY ioctl will be removed.
|
/linux-4.4.14/drivers/tty/ |
D | Kconfig | 271 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.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 53 * in the previous version was removed. 238 * Actually removed aborted stages in idetape_abort_pipeline
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 493 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.4.14/drivers/scsi/ |
D | hpsa.c | 1338 struct hpsa_scsi_dev_t *removed[], int *nremoved) in hpsa_scsi_replace_entry() argument 1342 removed[*nremoved] = h->dev[entry]; in hpsa_scsi_replace_entry() 1364 struct hpsa_scsi_dev_t *removed[], int *nremoved) in hpsa_scsi_remove_entry() argument 1373 removed[*nremoved] = h->dev[entry]; in hpsa_scsi_remove_entry() 1757 struct hpsa_scsi_dev_t **added, **removed; in adjust_hpsa_scsi_table() local 1770 removed = kzalloc(sizeof(*removed) * HPSA_MAX_DEVICES, GFP_KERNEL); in adjust_hpsa_scsi_table() 1772 if (!added || !removed) { in adjust_hpsa_scsi_table() 1795 hpsa_scsi_remove_entry(h, i, removed, &nremoved); in adjust_hpsa_scsi_table() 1800 added, &nadded, removed, &nremoved); in adjust_hpsa_scsi_table() 1878 if (removed[i] == NULL) in adjust_hpsa_scsi_table() [all …]
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | omap_pm | 97 with the new value. The settings can be removed by calling the
|
/linux-4.4.14/fs/nfs/ |
D | pnfs.c | 572 int invalid = 0, removed = 0; in pnfs_mark_matching_lsegs_invalid() local 586 removed += mark_lseg_invalid(lseg, tmp_list); in pnfs_mark_matching_lsegs_invalid() 588 dprintk("%s:Return %i\n", __func__, invalid - removed); in pnfs_mark_matching_lsegs_invalid() 589 return invalid - removed; in pnfs_mark_matching_lsegs_invalid()
|
/linux-4.4.14/Documentation/vm/ |
D | zswap.txt | 98 original compressor. Once all pages are removed from an old zpool, the zpool
|
D | page_migration | 86 already been removed from the LRU via isolate_lru_page() and the refcount
|
/linux-4.4.14/Documentation/laptops/ |
D | sony-laptop.txt | 140 future, sonypi will be removed and replaced by sony-laptop.
|
/linux-4.4.14/Documentation/input/ |
D | ntrig.txt | 36 When the last finger is removed from the device, it sends a number of empty
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt | 119 solution. It will be removed when the support for mbus device tree binding is
|
/linux-4.4.14/Documentation/block/ |
D | biovecs.txt | 95 * Almost all usage of bi_idx is now incorrect and has been removed; instead,
|
/linux-4.4.14/Documentation/isdn/ |
D | README.diversion | 106 dynamically created by the diversion module and removed when the module is
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 62 removed or reconfigured at inappropriate times. Since v2.6.27, this 409 level driver must have removed all its ports via the
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 2 # removed, and various additions have been made as they've been discovered 855 rmeoved||removed
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 200 * 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.4.14/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 105 them. Includes can be removed, too. For example:
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 605 (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.4.14/Documentation/spi/ |
D | spidev | 58 (in sysfs and in /dev) should automatically be removed (respectively by the
|
/linux-4.4.14/fs/jffs2/ |
D | README.Locking | 112 will not be removed. So, it is allowed to access it without locking
|
/linux-4.4.14/fs/squashfs/ |
D | Kconfig | 21 inserted in and removed from the running kernel whenever you want),
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Introduction | 14 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.4.14/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 120 * removed toolbox message. 272 * removed some obsolete ones. 299 * and removed a one byte reserved field.
|