Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 200 of 256) sorted by relevance

12

/linux-4.1.27/fs/btrfs/
Ddelayed-ref.c457 struct btrfs_delayed_ref_node *existing, in update_existing_ref() argument
460 if (update->action != existing->action) { in update_existing_ref()
467 existing->ref_mod--; in update_existing_ref()
468 if (existing->ref_mod == 0) in update_existing_ref()
469 drop_delayed_ref(trans, delayed_refs, head, existing); in update_existing_ref()
471 WARN_ON(existing->type == BTRFS_TREE_BLOCK_REF_KEY || in update_existing_ref()
472 existing->type == BTRFS_SHARED_BLOCK_REF_KEY); in update_existing_ref()
474 WARN_ON(existing->type == BTRFS_TREE_BLOCK_REF_KEY || in update_existing_ref()
475 existing->type == BTRFS_SHARED_BLOCK_REF_KEY); in update_existing_ref()
483 existing->ref_mod += update->ref_mod; in update_existing_ref()
[all …]
Dinode.c6596 struct extent_map *existing, in merge_extent_mapping() argument
6608 if (existing->start > map_start) { in merge_extent_mapping()
6609 next = existing; in merge_extent_mapping()
6612 prev = existing; in merge_extent_mapping()
6895 struct extent_map *existing; in btrfs_get_extent() local
6899 existing = search_extent_mapping(em_tree, start, len); in btrfs_get_extent()
6904 if (start >= extent_map_end(existing) || in btrfs_get_extent()
6905 start <= existing->start) { in btrfs_get_extent()
6910 err = merge_extent_mapping(em_tree, existing, in btrfs_get_extent()
6912 free_extent_map(existing); in btrfs_get_extent()
[all …]
/linux-4.1.27/net/llc/
Dllc_if.c85 struct sock *existing; in llc_establish_connection() local
91 existing = llc_lookup_established(llc->sap, &daddr, &laddr); in llc_establish_connection()
92 if (existing) { in llc_establish_connection()
93 if (existing->sk_state == TCP_ESTABLISHED) { in llc_establish_connection()
94 sk = existing; in llc_establish_connection()
97 sock_put(existing); in llc_establish_connection()
/linux-4.1.27/drivers/base/
Ddevcoredump.c238 struct device *existing; in dev_coredumpm() local
243 existing = class_find_device(&devcd_class, NULL, dev, in dev_coredumpm()
245 if (existing) { in dev_coredumpm()
246 put_device(existing); in dev_coredumpm()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dbroadcom-bcm87xx.txt12 with the existing register value, and the fourth cell is ORed with
14 value of zero, no read of the existing value is performed.
/linux-4.1.27/Documentation/misc-devices/mei/
Dmei-client-bus.txt10 However for some of the ME functionalities it make sense to leverage existing software
11 stack and expose them through existing kernel subsystems.
17 the existing code.
23 A driver implementation for an MEI Client is very similar to existing bus
/linux-4.1.27/security/integrity/evm/
DKconfig25 additional info to the calculation, requires existing EVM
42 additional info to the calculation, requires existing EVM
/linux-4.1.27/drivers/staging/media/
DKconfig8 so, they won't likely work fine with the existing applications.
10 the existing ones.
/linux-4.1.27/Documentation/acpi/
Dmethod-customizing.txt10 1. override an existing method which may not work correctly,
25 1. override an existing method
53 This is easier than overriding an existing method.
Denumeration.txt11 In order to support this and re-use the existing drivers as much as
41 Adding ACPI support for an existing driver should be pretty
229 Below is an example of how to add ACPI support to the existing mpu3050
/linux-4.1.27/net/irda/ircomm/
DKconfig9 use all existing applications that understands TTY's with an
/linux-4.1.27/drivers/staging/fwserial/
DTODO6 2. Implement _robust_ console on top of this. The existing prototype console
/linux-4.1.27/Documentation/networking/
Dcxacru.txt9 existing devices working when an invalid configuration is supplied.
11 There is a script cxacru-cf.py to convert an existing file to the sysfs form.
Dswitchdev.txt44 of the switch chip. eth0 and eth1 are instances of some other existing driver.
Dgen_stats.txt54 existing TLV types.
Dopenvswitch.txt30 and existing protocols lose their prominence. For the Open vSwitch
157 New network protocol support must only supplement existing flow
173 encapsulated headers beyond the VLAN tag using the existing field
Dppp_generic.txt261 existing unit, attached to a newly-created unit, or attached to an
262 existing channel. An instance attached to a unit can be used to send
293 * PPPIOCATTACH attaches this instance to an existing PPP interface.
297 * PPPIOCATTCHAN attaches this instance to an existing PPP channel.
Dx25-iface.txt11 already existing Ethernet device drivers. However unlike those drivers, the
Dray_cs.txt61 To join an existing network with
Dnetdev-FAQ.txt28 net tree is for fixes to existing code already in the mainline tree from
187 Q: I am working in existing code that has the former comment style and not the
Dxfrm_sync.txt106 in order to not change existing applications such as racoon
Dpktgen.txt228 To avoid breaking existing testbed scripts for using AH type and tunnel mode,
DPLIP.txt48 an existing Ethernet. Isn't standard (not even de facto standard, like
Dtuntap.txt221 BPF is an advanced packet filter. It can be attached to existing
Dcan.txt78 question arises, why we have started another project. Most existing
126 * Abstraction. In most existing character-device implementations, the
142 existing drivers. The right way, however, would be to add such a
344 When the CAN interface is bound to 'any' existing CAN interface
395 The struct canfd_frame and the existing struct can_frame have the can_id,
D3c509.txt114 never automatically enable full-duplex mode in an existing installation;
Dudplite.txt11 This file briefly describes the existing kernel support and the socket API.
Daltera_tse.txt32 SGDMA support is included for existing designs and reference in case a
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dpsci.txt32 existing software when "arm,psci" is later in the compatible list.
87 enabling firmware and hypervisors to support existing and new kernels.
Dtopology.txt23 threads existing in the system and map to the hierarchy level "thread" above.
/linux-4.1.27/Documentation/timers/
Dhrtimers.txt10 features into the existing timer framework, and after testing various
72 special-purpose optimization of the existing timer wheel for the low
88 - simplification of existing, timing related kernel code
105 absolute timers based on a low-resolution CLOCK_REALTIME. The existing
117 existing timer wheel code, as it is mature and well suited. Sharing code
/linux-4.1.27/Documentation/fb/
Dviafb.txt227 runtime. One can add new devices, remove existing ones or switch
232 to the already existing ones, '-' removes the listed devices from the
233 existing ones and if no prefix is given it replaces all existing ones
Dframebuffer.txt94 existing hardware. The driver does all the computations needed to apply
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Dclockdomain.txt10 binding type, it is used to group existing clock nodes under
/linux-4.1.27/fs/ocfs2/
Dstack_user.c790 static int fs_protocol_compare(struct ocfs2_protocol_version *existing, in fs_protocol_compare() argument
793 if (existing->pv_major != request->pv_major) in fs_protocol_compare()
796 if (existing->pv_minor > request->pv_minor) in fs_protocol_compare()
799 if (existing->pv_minor < request->pv_minor) in fs_protocol_compare()
800 request->pv_minor = existing->pv_minor; in fs_protocol_compare()
/linux-4.1.27/fs/ubifs/
DKconfig20 existing file systems.
/linux-4.1.27/drivers/gpu/drm/omapdrm/
DTODO8 . GEM/shmem backed pages can have existing mappings (kernel linear map,
/linux-4.1.27/Documentation/ABI/testing/
Devm20 loading existing trusted/encrypted keys, refer to:
Dsysfs-firmware-ofw21 should be compatible with existing userspace.
Dsysfs-class-mic.txt95 existing kernel command line options. Typically, the user would
97 or modify existing ones and then write the whole kernel command
Dsysfs-wusb_cbaf61 the CDID for any existing association with this host.
/linux-4.1.27/Documentation/filesystems/
Dmandatory-locking.txt52 possible on existing user code. The scheme is based on marking individual files
53 as candidates for mandatory locking, and using the existing fcntl()/lockf()
72 to break existing user programs.
134 4. Calls to open() with O_TRUNC, or to creat(), on a existing file that has
Dsysfs-tagging.txt11 To avoid that problem and allow existing applications in network
Dxfs-delayed-logging-design.txt22 new change to the object is recorded with a *new copy* of all the existing
128 crash is much greater than for the existing logging mechanism.
162 existing log item dirty region tracking) is that when it comes to writing the
193 asynchronous transactions to the log. The differences between the existing
239 handled in exactly the same manner as the existing log vectors are handled.
312 items are stored as log vectors, we can use the existing log buffer writing
332 workloads, just like the existing transaction commit code does. This, however,
425 written into. While this works just fine for the existing transaction
451 using the existing log force mechanisms to execute synchronous forces.
469 simple addition to the existing log forcing code to check the sequence numbers
[all …]
Decryptfs.txt69 mount a directory that has pre-existing files not created by eCryptfs,
Dautofs4-mount-control.txt28 The actual problem with autofs is that it can't reconnect to existing
116 To be able to restart autofs leaving existing direct, indirect and
120 existing ioctl interface and add new operations to provide this
130 problems with the existing interface have been addressed. First, when
286 to a existing mount we need to use this to tell the autofs mount about
Dext4.txt44 Or to configure an existing ext3 filesystem to support extents:
313 noauto_da_alloc replacing existing files via patterns such as
552 to the end of the last existing block group,
568 EXT4_IOC_GROUP_ADD Add a new group descriptor to an existing or
575 to the end of the last existing block group.
Dinotify.txt44 ordering is crucial to existing applications such as Beagle. Imagine
Dntfs.txt79 rename will discard any existing short file name.
91 - The new driver supports write(2) which can both overwrite existing data and
92 extend the file size so that you can write beyond the existing data. Also,
369 anything you like instead of /mnt/myvol1 as long as it is an existing
Ddlmfs.txt97 not automatically create inodes for existing lock resources.
Dramfs-rootfs-initramfs.txt28 work is done by the existing Linux caching infrastructure. Basically,
140 resulting binary. This option can point to an existing gzipped cpio
319 extract this format anyway. Using an existing standard was preferable,
D9p.txt133 cache tags for existing cache sessions can be listed at
Ddebugfs.txt162 A call to debugfs_rename() will give a new name to an existing debugfs
Dnilfs2.txt162 chcp change an existing checkpoint to a snapshot or vice versa.
Dfiemap.txt105 a general property does not have to know all existing and future flags
Dlogfs.txt137 so has no effect on existing data, but new data will be stored
Dvfs.txt167 ->mount() may choose to return a subtree of existing filesystem - it
1076 dget: open a new handle for an existing dentry (this just increments
1103 created for an existing negative dentry
1125 options. There are plenty of examples on how to use it in existing
Dxfs.txt203 with the existing filesystem alignment characteristics. In
Dsharedsubtree.txt483 propagation tree is appended to the already existing propagation tree
500 propagation tree is appended to the already existing propagation tree of
/linux-4.1.27/Documentation/sound/alsa/soc/
Dcodec.txt23 Its probably best to use this guide in conjunction with the existing codec
69 Regmap API for all codec IO. Please see include/linux/regmap.h and existing
DDPCM.txt17 DPCM re-uses all the existing component codec, platform and DAI drivers without
/linux-4.1.27/drivers/staging/ozwpan/
DREADME7 This driver is compatible with existing wireless devices that use Ozmo Devices
/linux-4.1.27/tools/perf/Documentation/
Dperf-trace.txt48 Record events on existing process ID (comma separated list).
52 Record events on existing thread ID (comma separated list).
Dperf-stat.txt50 stat events on existing process id (comma separated list)
54 stat events on existing thread id (comma separated list)
Dperf-top.txt76 Profile events on existing Process ID (comma separated list).
80 Profile events on existing thread ID (comma separated list).
Dperf-script-perl.txt25 -g perl' in the same directory as an existing perf.data trace file.
30 You can also look at the existing scripts in
Dperf-record.txt72 Record events on existing process ID (comma separated list).
76 Record events on existing thread ID (comma separated list).
Dperf-probe.txt98 Forcibly add events with existing name.
Dperf-script-python.txt423 python' in the same directory as an existing perf.data trace file.
428 You can also look at the existing scripts in
/linux-4.1.27/Documentation/powerpc/
Dfirmware-assisted-dump.txt12 the existing phyp assisted dump.
149 /proc/vmcore will be in ELF format. Hence the existing kdump
166 fallback to existing kdump mechanism if 'crashkernel=' option
211 The existing userspace tools (kdump infrastructure) can be easily
Dptrace.txt149 Takes an integer which identifies an existing breakpoint or watchpoint
Dpmu-ebb.txt52 existing "pinned" and "exclusive" attributes of perf_events. This means EBB
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dpwm-fsl-ftm.txt6 for the endianness of the FTM PWM block as integrated into the existing SoCs:
/linux-4.1.27/Documentation/x86/
Dpat.txt114 can be more restrictive, in case of any existing aliasing for that address.
115 For example: If there is an existing uncached mapping, a new ioremap_wc can
/linux-4.1.27/Documentation/ia64/
Defirtc.txt26 Because we wanted to minimize the impact on existing user-level apps using
118 As of today, none of the existing user-level apps supports this feature.
/linux-4.1.27/Documentation/
Ddma-buf-sharing.txt238 - full transparency for existing users on the importer side, i.e. userspace
241 opengl drivers that expect to still use all the existing upload/download
341 - supporting existing mmap interfaces in importers.
354 dma-buf to have a good transition path for existing Android userspace.
358 2. Supporting existing mmap interfaces in importers
368 initial mmap is all that's needed. A survey of some of the existing
389 Because existing importing subsystems might presume coherent mappings for
Dnommu-mmap.txt41 - If one exists, the kernel will re-use an existing mapping to the
199 a previously mapped object. It may not be used to create holes in existing
200 mappings, move parts of existing mappings or resize parts of mappings. It must
226 is removed. An existing mapping will be shared, partially or not, if possible
DSubmittingDrivers63 Interfaces: If your driver uses existing interfaces and behaves like
118 existing driver author to build a single perfect driver.
Dio-mapping.txt65 The initial implementation of these functions uses existing mapping
Drbtree.txt140 Removing or replacing existing data in an rbtree
143 To remove an existing node from a tree, call:
156 To replace an existing node in a tree with a new one with the same key, call:
Drobust-futex-ABI.txt20 The existing normal futexes already provide a "Fast Userspace Locking"
116 existing futex mechanism to wait for, and wakeup, locks. The kernels
Dfutex-requeue-pi.txt81 necessary changes inside the existing calls rather than creating new
Dpreempt-locking.txt12 kernel model leverages existing SMP locking mechanisms. Thus, the kernel
Dunshare.txt94 There is a cost associated with altering existing, well tested and
221 a) Reorganization of existing copy_* functions
Dremoteproc.txt26 existing virtio drivers with remote processor backends at a minimal development
173 too expensive) to go through the existing virtqueues and look for new buffers
Dpi-futex.txt114 possible anyway, due to existing ABI properties of pthread mutexes.]
Deisa.txt11 Although the new API is quite simple to use, converting existing
Dcachetlb.txt114 is changing an existing virtual-->physical mapping to a new value,
237 physical address from existing at once, you have this problem.
DIRQ-domain.txt134 mapping Linux IRQs 0-15 so that existing ISA drivers get the correct IRQ
Djava.txt45 existing html-files to contain <!--applet--> in the first line
Demail-clients.txt119 word-wrapped and you can uncheck "word wrap" without losing the existing
DCodingStyle330 When editing existing code which already uses one or the other set
331 of types, you should conform to the existing choices in that code.
676 to collide with an existing variable.
Drpmsg.txt190 - destroys an existing rpmsg endpoint. user should provide a pointer
Dinitrd.txt90 Examining the contents of an existing image file is just as simple:
/linux-4.1.27/Documentation/devicetree/bindings/
DABI.txt28 meaning of an existing property. For drivers, default to the original
Dcommon-properties.txt26 most existing (PCI-based) drivers implicitly default to LE by using
/linux-4.1.27/Documentation/PCI/
DPCIEBUS-HOWTO.txt35 In existing Linux kernels, the Linux Device Driver Model allows a
81 Model requires some minimal changes on existing service drivers that
82 imposes no impact on the functionality of existing service drivers.
Dpci-iov-howto.txt24 real existing PCI device.
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dfwsignal.c1001 struct brcmf_fws_mac_descriptor *entry, *existing; in brcmf_fws_macdesc_indicate() local
1024 existing = brcmf_fws_macdesc_lookup(fws, addr); in brcmf_fws_macdesc_indicate()
1025 if (IS_ERR(existing)) { in brcmf_fws_macdesc_indicate()
1039 if (entry != existing) { in brcmf_fws_macdesc_indicate()
1040 brcmf_dbg(TRACE, "copy mac %s\n", existing->name); in brcmf_fws_macdesc_indicate()
1042 memcpy(entry, existing, in brcmf_fws_macdesc_indicate()
1045 brcmf_fws_macdesc_deinit(existing); in brcmf_fws_macdesc_indicate()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Ddavinci-mcasp-audio.txt13 existing software, it is recommended this is the first entry.
/linux-4.1.27/Documentation/input/
Dcs461x.txt20 screen in VJOYD); I have no documentation on my chip; and the existing
Dmulti-touch-protocol.txt29 in an existing driver.
405 In order to stay compatible with existing applications, the data reported
Dinput.txt34 most of the existing input system, which is why it lives in
Dalps.txt14 table, with the risk of regression testing existing devices, or isolate
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmcommon.h1064 static inline int dlm_lock_compatible(int existing, int request) in dlm_lock_compatible() argument
1068 existing == LKM_NLMODE) in dlm_lock_compatible()
1076 if (existing == LKM_PRMODE) in dlm_lock_compatible()
Ddlmdomain.c153 static int dlm_protocol_compare(struct dlm_protocol_version *existing,
2087 static int dlm_protocol_compare(struct dlm_protocol_version *existing, in dlm_protocol_compare() argument
2090 if (existing->pv_major != request->pv_major) in dlm_protocol_compare()
2093 if (existing->pv_minor > request->pv_minor) in dlm_protocol_compare()
2096 if (existing->pv_minor < request->pv_minor) in dlm_protocol_compare()
2097 request->pv_minor = existing->pv_minor; in dlm_protocol_compare()
/linux-4.1.27/Documentation/crypto/
Dapi-intro.txt34 from existing APIs such as Cryptoapi and Nettle have been adapted for this.
98 Converting existing well known code is preferred, as it is more likely
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dtc3589x.txt47 keys. The linux-specific properties are modeled on those already existing
/linux-4.1.27/Documentation/devicetree/bindings/mipi/dsi/
Dmipi-dsi-bus.txt8 This document describes DSI bus-specific properties only or defines existing
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt11 extend the existing API to compressed data streams.
67 have existing enums/structures for each compressed format. This new
112 dynamic and dependent on existing workloads. In addition to codec
DChannel-Mapping-API.txt36 the kernel/user-space ABI perspective. It uses only the existing
DREADME.maya4442 … seem to react to signals in (if this is a bug, it would probably be in the existing ICE1724 code).
DHD-Audio.txt90 confused and tries to access the non-existing codec slot. This often
108 accessing a non-existing codec slot.
184 (or codec SSID) from the existing one, you may have a good chance to
/linux-4.1.27/net/atm/
DKconfig44 LAN Emulation emulates services of existing LANs across an ATM
/linux-4.1.27/tools/perf/tests/attr/
DREADME18 defined. It must contain name of existing directory with access
/linux-4.1.27/Documentation/EDID/
DHOWTO.txt28 To create binary EDID and C source code files from the existing data
/linux-4.1.27/Documentation/devicetree/
Dusage-model.txt29 As much as possible, hardware is described using existing bindings to
30 maximize use of existing support code, but since property and node
31 names are simply text strings, it is easy to extend existing bindings
37 already being enumerated in existing systems.
62 existing non-DT aware firmware.
Doverlay-notes.txt119 node-a { /* add to an existing, or create a node-a */
/linux-4.1.27/Documentation/RCU/
Drcubarrier.txt15 pre-existing readers have finished. These old versions are needed because
22 pre-existing readers have completed. An updater wishing to delete an
175 for any pre-existing callbacks to complete.
Dchecklist.txt399 is to wait until all pre-existing readers have finished before
406 Because these primitives only wait for pre-existing readers, it
DwhatisRCU.txt160 code. It does this by blocking until all pre-existing RCU
180 -immediately- after the last pre-existing RCU read-side critical
/linux-4.1.27/Documentation/vm/
Dfrontswap.txt141 the existing eight bits, but let's worry about that minor optimization
195 No. First, the existing swap subsystem doesn't allow for any kind of
198 rewritten, the existing swap subsystem uses the block I/O layer which
200 addressable. Frontswap barely touches the existing swap subsystem,
Dcleancache.txt162 only because they haven't been tested. The existing set should
165 existing filesystems should make it very easy to add more
168 The total impact of the hooks to existing fs and mm files is only
Dnuma_memory_policy.txt52 subsequently created by that thread. Any sibling threads existing
92 mmap()ed region. When this happens, Linux splits the existing virtual
153 memory policy in all policy scopes. Any existing non-default policy
Dnuma61 the existing nodes--or the system memory for non-NUMA platforms--into multiple
/linux-4.1.27/net/ipx/
DKconfig55 disabled. This might break existing applications, especially RIP/SAP
/linux-4.1.27/Documentation/scsi/
Dmegaraid.txt39 your new MPT-based RAID controllers and your existing megaraid driver,
DChangeLog.megaraid179 printk abuse in hope that existing legacy users might pick up on what's
357 "Why can't the existing sysfs interfaces be used to do this?"
571 your new MPT-based RAID controllers and your existing megaraid driver,
DFlashPoint.txt108 for third parties to write drivers for the FlashPoint. The only existing
Dst.txt27 continued using existing format, and the default format is used if
132 directories corresponding to the existing tape devices. There are autorewind
DBusLogic.txt282 for UltraSCSI operation, or where existing SCSI devices do not properly
348 UltraSCSI operation, or where existing SCSI devices do not properly respond
/linux-4.1.27/Documentation/virtual/kvm/devices/
Ds390_flic.txt70 Modifies attributes of an existing I/O adapter interrupt source. Takes
/linux-4.1.27/arch/sh/
DKconfig.debug18 does not work with machines with an existing operating system in
/linux-4.1.27/Documentation/device-mapper/
Dpersistent-data.txt45 transaction manager is by shadowing an existing block (ie. doing
Dswitch.txt55 the array member in one priority group, and leverages existing path
Dsnapshot.txt57 stored in the <COW device> of an existing snapshot, through a handover
Dthin-provisioning.txt67 data device. If you do not have an existing metadata device you can
94 Using an existing pool device
/linux-4.1.27/Documentation/accounting/
Dtaskstats.txt140 1. Adding more fields to the end of the existing struct taskstats. Backward
154 processing new netlink attributes. But if the new fields expand the existing
/linux-4.1.27/Documentation/isdn/
DREADME.x2598 work with every existing HL driver. I was able to successfully open X.25
103 occurs, all existing X.25 connections on that link will be cleared
/linux-4.1.27/fs/ntfs/
DKconfig57 The only supported operation is overwriting existing files, without
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt29 The existing kernel provides modules for different SCSI transport
30 protocols. TCM also modularizes the data storage. There are existing
96 TCMU uses the pre-existing UIO subsystem. UIO allows device driver
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt208 exists, it will be reused for the new mount. If no existing hierarchy
209 matches, and any of the requested subsystems are in use in an existing
263 css_set pointer - if there's an already existing css_set with the
265 css_set is allocated. The appropriate existing css_set is located by
386 the ability to arbitrarily bind/unbind subsystems from an existing
460 mounting a pre-existing hierarchy, in order to refer to it by name
Dblkio-controller.txt278 given cgroup in anticipation of a better request than the existing ones
/linux-4.1.27/tools/build/Documentation/
DBuild.txt128 All existing '.cmd' files are included in the Build process to follow properly
/linux-4.1.27/Documentation/networking/caif/
DREADME22 Since the CAIF stack is running in the kernel and we want to use the existing
DLinux-CAIF.txt105 The MUX keeps track of the existing CAIF Channels and
/linux-4.1.27/Documentation/bus-devices/
Dti-gpmc.txt37 handle it, make sure that it does not break any of the existing.
/linux-4.1.27/fs/ext3/
DKconfig21 To add a journal on an existing ext2 file system or change the
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/
Domap.txt10 For the moment just point to the existing hwmod, the next step will be
/linux-4.1.27/Documentation/leds/
Dleds-class.txt17 existing subsystems with minimal additional code. Examples are the ide-disk,
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO84 1) existing symbolic links (Windows reparse points) are recognized but
DCHANGES702 Fix truncate of existing files opened with O_CREAT but not O_TRUNC set.
900 Includes support for deleting of open files and renaming over existing files (per POSIX
1040 show range as locked when there is a conflict with an existing lock.
/linux-4.1.27/net/sched/
Dsch_qfq.c410 bool existing = false; in qfq_change_class() local
469 existing = true; in qfq_change_class()
516 if (existing) in qfq_change_class()
/linux-4.1.27/Documentation/rapidio/
Drapidio.txt126 'rio-scan.scan' for existing basic enumeration/discovery method.
198 enumeration/discovery start by existing basic enumerator method set use boot
289 without changes to the existing routing because agents only gather information
/linux-4.1.27/Documentation/cpu-freq/
Dgovernors.txt44 call instead of the existing "->setpolicy" call. For "longrun", all
49 -- they're the already existing "powersave" and "performance" which
/linux-4.1.27/drivers/net/wireless/iwlwifi/
DKconfig58 used by most existing devices (with the exception of 7260
/linux-4.1.27/Documentation/i2c/busses/
Di2c-parport129 If possible, you should use the same pinout configuration as existing
/linux-4.1.27/Documentation/hwmon/
Dsubmitting-patches33 2. Adding functionality to existing drivers
/linux-4.1.27/Documentation/development-process/
D3.Early-stage78 driver which duplicated an existing driver that the new author had been
79 unaware of. Code which reinvents existing wheels is not only wasteful;
D4.Coding176 for existing users. This kind of change is called a "regression," and
351 Anybody who reads through a significant amount of existing kernel code will
/linux-4.1.27/Documentation/block/
Ddata-integrity.txt227 Attaches a page containing integrity metadata to an existing
228 bio. The bio must have an existing bip,
Dbiovecs.txt67 arbitrary range of an existing biovec, both starting and ending midway
Dbiodoc.txt227 queue or pick from (copy) existing generic schedulers and replace/override
690 The existing generic block layer helper routines end_request,
923 that a bio can be merged into an existing
1007 "Front merges", a new request being merged at the front of an existing request,
/linux-4.1.27/Documentation/i2c/
Dupgrading-clients9 This guide outlines how to alter existing Linux 2.6 client drivers from
/linux-4.1.27/Documentation/arm/OMAP/
Domap_pm59 happens, existing drivers using the OMAP PM interface can be modified
/linux-4.1.27/fs/jffs2/
DKconfig110 compressors can mean you cannot read existing file systems,
DREADME.Locking5 This document attempts to describe the existing locking rules for
/linux-4.1.27/Documentation/security/
Dkeys-trusted-encrypted.txt3 Trusted and Encrypted Keys are two new key types added to the existing kernel
/linux-4.1.27/Documentation/dvb/
Dci.txt5 existing low level CI API.
/linux-4.1.27/drivers/cpufreq/
DKconfig.arm216 It uses information gathered through existing hardware and
/linux-4.1.27/Documentation/usb/
Ddma.txt16 manage dma mappings for existing dma-ready buffers (see below).
Dhotplug.txt90 at existing drivers. Each table entry describes one or more criteria to
DURB.txt110 Take a look at the some existing drivers to see how they're used.
/linux-4.1.27/Documentation/blockdev/
Dzram.txt135 -- the existing RW nodes will be downgraded to WO nodes (in linux 4.11)
/linux-4.1.27/Documentation/video4linux/bttv/
DSound-FAQ23 card, you can check if one of the existing entries does work for you
/linux-4.1.27/fs/configfs/
Ddir.c213 const unsigned char *existing = configfs_get_name(sd); in configfs_dirent_exists() local
214 if (strcmp(existing, new)) in configfs_dirent_exists()
/linux-4.1.27/tools/perf/
Ddesign.txt201 applies to new descendents, not to any existing descendents at the
202 time the counter is created (nor to any new descendents of existing
/linux-4.1.27/net/ipv6/
DKconfig205 encapsulating of IPv4 or IPv6 over existing IPv6 infrastructure.
/linux-4.1.27/drivers/net/wireless/libertas/
DREADME217 the current scan table intact, update existing or append new scan data:
/linux-4.1.27/Documentation/early-userspace/
DREADME24 two ways to add an early userspace image: specify an existing cpio
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex57 and then changing an existing one. Unfortunately, this practice did not
71 manufacturers adopted an existing electrical interface and changed
73 adapted their drives to one or more of the already existing electrical
77 scheme, either a separate driver had to be written, or an existing
84 When (in the 1.3.70's) I looked at the existing software interface,
908 tracks with audio. Because this is an existing interface, rather
/linux-4.1.27/Documentation/video4linux/
Duvcvideo.txt113 structure with information about an existing UVC control defined with
/linux-4.1.27/Documentation/m68k/
DREADME.buddha109 existing drivers can be easily ported to Buddha. A move.l
/linux-4.1.27/Documentation/arm/
DBooting72 necessary, but assures that it will not match any existing types.
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-api.txt30 This file is an attempt to document the existing usage and allow
/linux-4.1.27/
DREADME150 as expected. If you want to carry your existing configuration to a
167 your existing ./.config file and asking about
/linux-4.1.27/scripts/
DKbuild.include48 # The existing file will be compared with the new one.
/linux-4.1.27/Documentation/arm/pxa/
Dmfp.txt6 later PXA series processors. This document describes the existing MFP API,
/linux-4.1.27/Documentation/power/
Dsuspend-and-cpuhotplug.txt236 the existing copy of microcode image in the kernel is not freed up.
/linux-4.1.27/net/ipv4/netfilter/
DKconfig335 existing ECN blackholes on the internet, but don't want to disable
/linux-4.1.27/drivers/pwm/
DKconfig24 with the legacy framework so that existing client drivers
/linux-4.1.27/Documentation/sh/
Dnew-machine.txt233 implicitly appended to incdir-y. The existing code manages this for the
/linux-4.1.27/arch/m68k/fpsp040/
Dgen_except.S209 | No bits in the enable byte match existing exceptions. Check for
/linux-4.1.27/drivers/usb/gadget/function/
Df_fs.c3307 struct ffs_dev *existing; in _ffs_name_dev() local
3309 existing = _ffs_do_find_dev(name); in _ffs_name_dev()
3310 if (existing) in _ffs_name_dev()
/linux-4.1.27/Documentation/serial/
Dtty.txt19 and writing over an existing ldisc will cause demons to eat your computer.
/linux-4.1.27/Documentation/driver-model/
Dporting.txt369 This driver binding should replace the existing driver binding
/linux-4.1.27/Documentation/kbuild/
Dkconfig-language.txt378 Note: we use the existing config option and avoid creating a new
/linux-4.1.27/net/netfilter/
DKconfig31 This obsoletes the existing ipt_ULOG and ebg_ulog mechanisms,
431 replace the existing {ip,ip6,arp,eb}_tables infrastructure. It
548 This is required if you intend to use any of existing
/linux-4.1.27/drivers/mtd/nand/
DKconfig264 device for the Bad Block Table (BBT). If you have existing INFTL
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt708 will block until an existing telnet detaches, or until another device
728 o already-existing file descriptors - device=file descriptor
1417 Note that 'br0' should be setup using ifconfig with the existing IP
1874 To add a copy-on-write layer to an existing block device file, simply
1884 the existing shared filesystem. The COW file need not exist. If it
2160 an existing root_fs file:

12