/linux-4.1.27/fs/btrfs/ |
D | delayed-ref.c | 457 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 …]
|
D | inode.c | 6596 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/ |
D | llc_if.c | 85 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/ |
D | devcoredump.c | 238 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/ |
D | broadcom-bcm87xx.txt | 12 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/ |
D | mei-client-bus.txt | 10 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/ |
D | Kconfig | 25 additional info to the calculation, requires existing EVM 42 additional info to the calculation, requires existing EVM
|
/linux-4.1.27/drivers/staging/media/ |
D | Kconfig | 8 so, they won't likely work fine with the existing applications. 10 the existing ones.
|
/linux-4.1.27/Documentation/acpi/ |
D | method-customizing.txt | 10 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.
|
D | enumeration.txt | 11 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/ |
D | Kconfig | 9 use all existing applications that understands TTY's with an
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | TODO | 6 2. Implement _robust_ console on top of this. The existing prototype console
|
/linux-4.1.27/Documentation/networking/ |
D | cxacru.txt | 9 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.
|
D | switchdev.txt | 44 of the switch chip. eth0 and eth1 are instances of some other existing driver.
|
D | gen_stats.txt | 54 existing TLV types.
|
D | openvswitch.txt | 30 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
|
D | ppp_generic.txt | 261 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.
|
D | x25-iface.txt | 11 already existing Ethernet device drivers. However unlike those drivers, the
|
D | ray_cs.txt | 61 To join an existing network with
|
D | netdev-FAQ.txt | 28 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
|
D | xfrm_sync.txt | 106 in order to not change existing applications such as racoon
|
D | pktgen.txt | 228 To avoid breaking existing testbed scripts for using AH type and tunnel mode,
|
D | PLIP.txt | 48 an existing Ethernet. Isn't standard (not even de facto standard, like
|
D | tuntap.txt | 221 BPF is an advanced packet filter. It can be attached to existing
|
D | can.txt | 78 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,
|
D | 3c509.txt | 114 never automatically enable full-duplex mode in an existing installation;
|
D | udplite.txt | 11 This file briefly describes the existing kernel support and the socket API.
|
D | altera_tse.txt | 32 SGDMA support is included for existing designs and reference in case a
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | psci.txt | 32 existing software when "arm,psci" is later in the compatible list. 87 enabling firmware and hypervisors to support existing and new kernels.
|
D | topology.txt | 23 threads existing in the system and map to the hierarchy level "thread" above.
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 10 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/ |
D | viafb.txt | 227 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
|
D | framebuffer.txt | 94 existing hardware. The driver does all the computations needed to apply
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
D | clockdomain.txt | 10 binding type, it is used to group existing clock nodes under
|
/linux-4.1.27/fs/ocfs2/ |
D | stack_user.c | 790 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/ |
D | Kconfig | 20 existing file systems.
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | TODO | 8 . GEM/shmem backed pages can have existing mappings (kernel linear map,
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | evm | 20 loading existing trusted/encrypted keys, refer to:
|
D | sysfs-firmware-ofw | 21 should be compatible with existing userspace.
|
D | sysfs-class-mic.txt | 95 existing kernel command line options. Typically, the user would 97 or modify existing ones and then write the whole kernel command
|
D | sysfs-wusb_cbaf | 61 the CDID for any existing association with this host.
|
/linux-4.1.27/Documentation/filesystems/ |
D | mandatory-locking.txt | 52 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
|
D | sysfs-tagging.txt | 11 To avoid that problem and allow existing applications in network
|
D | xfs-delayed-logging-design.txt | 22 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 …]
|
D | ecryptfs.txt | 69 mount a directory that has pre-existing files not created by eCryptfs,
|
D | autofs4-mount-control.txt | 28 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
|
D | ext4.txt | 44 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.
|
D | inotify.txt | 44 ordering is crucial to existing applications such as Beagle. Imagine
|
D | ntfs.txt | 79 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
|
D | dlmfs.txt | 97 not automatically create inodes for existing lock resources.
|
D | ramfs-rootfs-initramfs.txt | 28 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,
|
D | 9p.txt | 133 cache tags for existing cache sessions can be listed at
|
D | debugfs.txt | 162 A call to debugfs_rename() will give a new name to an existing debugfs
|
D | nilfs2.txt | 162 chcp change an existing checkpoint to a snapshot or vice versa.
|
D | fiemap.txt | 105 a general property does not have to know all existing and future flags
|
D | logfs.txt | 137 so has no effect on existing data, but new data will be stored
|
D | vfs.txt | 167 ->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
|
D | xfs.txt | 203 with the existing filesystem alignment characteristics. In
|
D | sharedsubtree.txt | 483 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/ |
D | codec.txt | 23 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
|
D | DPCM.txt | 17 DPCM re-uses all the existing component codec, platform and DAI drivers without
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | README | 7 This driver is compatible with existing wireless devices that use Ozmo Devices
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-trace.txt | 48 Record events on existing process ID (comma separated list). 52 Record events on existing thread ID (comma separated list).
|
D | perf-stat.txt | 50 stat events on existing process id (comma separated list) 54 stat events on existing thread id (comma separated list)
|
D | perf-top.txt | 76 Profile events on existing Process ID (comma separated list). 80 Profile events on existing thread ID (comma separated list).
|
D | perf-script-perl.txt | 25 -g perl' in the same directory as an existing perf.data trace file. 30 You can also look at the existing scripts in
|
D | perf-record.txt | 72 Record events on existing process ID (comma separated list). 76 Record events on existing thread ID (comma separated list).
|
D | perf-probe.txt | 98 Forcibly add events with existing name.
|
D | perf-script-python.txt | 423 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/ |
D | firmware-assisted-dump.txt | 12 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
|
D | ptrace.txt | 149 Takes an integer which identifies an existing breakpoint or watchpoint
|
D | pmu-ebb.txt | 52 existing "pinned" and "exclusive" attributes of perf_events. This means EBB
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm-fsl-ftm.txt | 6 for the endianness of the FTM PWM block as integrated into the existing SoCs:
|
/linux-4.1.27/Documentation/x86/ |
D | pat.txt | 114 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/ |
D | efirtc.txt | 26 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/ |
D | dma-buf-sharing.txt | 238 - 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
|
D | nommu-mmap.txt | 41 - 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
|
D | SubmittingDrivers | 63 Interfaces: If your driver uses existing interfaces and behaves like 118 existing driver author to build a single perfect driver.
|
D | io-mapping.txt | 65 The initial implementation of these functions uses existing mapping
|
D | rbtree.txt | 140 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:
|
D | robust-futex-ABI.txt | 20 The existing normal futexes already provide a "Fast Userspace Locking" 116 existing futex mechanism to wait for, and wakeup, locks. The kernels
|
D | futex-requeue-pi.txt | 81 necessary changes inside the existing calls rather than creating new
|
D | preempt-locking.txt | 12 kernel model leverages existing SMP locking mechanisms. Thus, the kernel
|
D | unshare.txt | 94 There is a cost associated with altering existing, well tested and 221 a) Reorganization of existing copy_* functions
|
D | remoteproc.txt | 26 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
|
D | pi-futex.txt | 114 possible anyway, due to existing ABI properties of pthread mutexes.]
|
D | eisa.txt | 11 Although the new API is quite simple to use, converting existing
|
D | cachetlb.txt | 114 is changing an existing virtual-->physical mapping to a new value, 237 physical address from existing at once, you have this problem.
|
D | IRQ-domain.txt | 134 mapping Linux IRQs 0-15 so that existing ISA drivers get the correct IRQ
|
D | java.txt | 45 existing html-files to contain <!--applet--> in the first line
|
D | email-clients.txt | 119 word-wrapped and you can uncheck "word wrap" without losing the existing
|
D | CodingStyle | 330 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.
|
D | rpmsg.txt | 190 - destroys an existing rpmsg endpoint. user should provide a pointer
|
D | initrd.txt | 90 Examining the contents of an existing image file is just as simple:
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | ABI.txt | 28 meaning of an existing property. For drivers, default to the original
|
D | common-properties.txt | 26 most existing (PCI-based) drivers implicitly default to LE by using
|
/linux-4.1.27/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 35 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.
|
D | pci-iov-howto.txt | 24 real existing PCI device.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | fwsignal.c | 1001 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/ |
D | davinci-mcasp-audio.txt | 13 existing software, it is recommended this is the first entry.
|
/linux-4.1.27/Documentation/input/ |
D | cs461x.txt | 20 screen in VJOYD); I have no documentation on my chip; and the existing
|
D | multi-touch-protocol.txt | 29 in an existing driver. 405 In order to stay compatible with existing applications, the data reported
|
D | input.txt | 34 most of the existing input system, which is why it lives in
|
D | alps.txt | 14 table, with the risk of regression testing existing devices, or isolate
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmcommon.h | 1064 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()
|
D | dlmdomain.c | 153 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/ |
D | api-intro.txt | 34 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/ |
D | tc3589x.txt | 47 keys. The linux-specific properties are modeled on those already existing
|
/linux-4.1.27/Documentation/devicetree/bindings/mipi/dsi/ |
D | mipi-dsi-bus.txt | 8 This document describes DSI bus-specific properties only or defines existing
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 11 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
|
D | Channel-Mapping-API.txt | 36 the kernel/user-space ABI perspective. It uses only the existing
|
D | README.maya44 | 42 … seem to react to signals in (if this is a bug, it would probably be in the existing ICE1724 code).
|
D | HD-Audio.txt | 90 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/ |
D | Kconfig | 44 LAN Emulation emulates services of existing LANs across an ATM
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | README | 18 defined. It must contain name of existing directory with access
|
/linux-4.1.27/Documentation/EDID/ |
D | HOWTO.txt | 28 To create binary EDID and C source code files from the existing data
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 29 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.
|
D | overlay-notes.txt | 119 node-a { /* add to an existing, or create a node-a */
|
/linux-4.1.27/Documentation/RCU/ |
D | rcubarrier.txt | 15 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.
|
D | checklist.txt | 399 is to wait until all pre-existing readers have finished before 406 Because these primitives only wait for pre-existing readers, it
|
D | whatisRCU.txt | 160 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/ |
D | frontswap.txt | 141 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,
|
D | cleancache.txt | 162 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
|
D | numa_memory_policy.txt | 52 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
|
D | numa | 61 the existing nodes--or the system memory for non-NUMA platforms--into multiple
|
/linux-4.1.27/net/ipx/ |
D | Kconfig | 55 disabled. This might break existing applications, especially RIP/SAP
|
/linux-4.1.27/Documentation/scsi/ |
D | megaraid.txt | 39 your new MPT-based RAID controllers and your existing megaraid driver,
|
D | ChangeLog.megaraid | 179 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,
|
D | FlashPoint.txt | 108 for third parties to write drivers for the FlashPoint. The only existing
|
D | st.txt | 27 continued using existing format, and the default format is used if 132 directories corresponding to the existing tape devices. There are autorewind
|
D | BusLogic.txt | 282 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/ |
D | s390_flic.txt | 70 Modifies attributes of an existing I/O adapter interrupt source. Takes
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.debug | 18 does not work with machines with an existing operating system in
|
/linux-4.1.27/Documentation/device-mapper/ |
D | persistent-data.txt | 45 transaction manager is by shadowing an existing block (ie. doing
|
D | switch.txt | 55 the array member in one priority group, and leverages existing path
|
D | snapshot.txt | 57 stored in the <COW device> of an existing snapshot, through a handover
|
D | thin-provisioning.txt | 67 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/ |
D | taskstats.txt | 140 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/ |
D | README.x25 | 98 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/ |
D | Kconfig | 57 The only supported operation is overwriting existing files, without
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 29 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/ |
D | cgroups.txt | 208 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
|
D | blkio-controller.txt | 278 given cgroup in anticipation of a better request than the existing ones
|
/linux-4.1.27/tools/build/Documentation/ |
D | Build.txt | 128 All existing '.cmd' files are included in the Build process to follow properly
|
/linux-4.1.27/Documentation/networking/caif/ |
D | README | 22 Since the CAIF stack is running in the kernel and we want to use the existing
|
D | Linux-CAIF.txt | 105 The MUX keeps track of the existing CAIF Channels and
|
/linux-4.1.27/Documentation/bus-devices/ |
D | ti-gpmc.txt | 37 handle it, make sure that it does not break any of the existing.
|
/linux-4.1.27/fs/ext3/ |
D | Kconfig | 21 To add a journal on an existing ext2 file system or change the
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 10 For the moment just point to the existing hwmod, the next step will be
|
/linux-4.1.27/Documentation/leds/ |
D | leds-class.txt | 17 existing subsystems with minimal additional code. Examples are the ide-disk,
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | TODO | 84 1) existing symbolic links (Windows reparse points) are recognized but
|
D | CHANGES | 702 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/ |
D | sch_qfq.c | 410 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/ |
D | rapidio.txt | 126 '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/ |
D | governors.txt | 44 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/ |
D | Kconfig | 58 used by most existing devices (with the exception of 7260
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-parport | 129 If possible, you should use the same pinout configuration as existing
|
/linux-4.1.27/Documentation/hwmon/ |
D | submitting-patches | 33 2. Adding functionality to existing drivers
|
/linux-4.1.27/Documentation/development-process/ |
D | 3.Early-stage | 78 driver which duplicated an existing driver that the new author had been 79 unaware of. Code which reinvents existing wheels is not only wasteful;
|
D | 4.Coding | 176 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/ |
D | data-integrity.txt | 227 Attaches a page containing integrity metadata to an existing 228 bio. The bio must have an existing bip,
|
D | biovecs.txt | 67 arbitrary range of an existing biovec, both starting and ending midway
|
D | biodoc.txt | 227 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/ |
D | upgrading-clients | 9 This guide outlines how to alter existing Linux 2.6 client drivers from
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | omap_pm | 59 happens, existing drivers using the OMAP PM interface can be modified
|
/linux-4.1.27/fs/jffs2/ |
D | Kconfig | 110 compressors can mean you cannot read existing file systems,
|
D | README.Locking | 5 This document attempts to describe the existing locking rules for
|
/linux-4.1.27/Documentation/security/ |
D | keys-trusted-encrypted.txt | 3 Trusted and Encrypted Keys are two new key types added to the existing kernel
|
/linux-4.1.27/Documentation/dvb/ |
D | ci.txt | 5 existing low level CI API.
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig.arm | 216 It uses information gathered through existing hardware and
|
/linux-4.1.27/Documentation/usb/ |
D | dma.txt | 16 manage dma mappings for existing dma-ready buffers (see below).
|
D | hotplug.txt | 90 at existing drivers. Each table entry describes one or more criteria to
|
D | URB.txt | 110 Take a look at the some existing drivers to see how they're used.
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 135 -- the existing RW nodes will be downgraded to WO nodes (in linux 4.11)
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Sound-FAQ | 23 card, you can check if one of the existing entries does work for you
|
/linux-4.1.27/fs/configfs/ |
D | dir.c | 213 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/ |
D | design.txt | 201 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/ |
D | Kconfig | 205 encapsulating of IPv4 or IPv6 over existing IPv6 infrastructure.
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | README | 217 the current scan table intact, update existing or append new scan data:
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 24 two ways to add an early userspace image: specify an existing cpio
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 57 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/ |
D | uvcvideo.txt | 113 structure with information about an existing UVC control defined with
|
/linux-4.1.27/Documentation/m68k/ |
D | README.buddha | 109 existing drivers can be easily ported to Buddha. A move.l
|
/linux-4.1.27/Documentation/arm/ |
D | Booting | 72 necessary, but assures that it will not match any existing types.
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-api.txt | 30 This file is an attempt to document the existing usage and allow
|
/linux-4.1.27/ |
D | README | 150 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/ |
D | Kbuild.include | 48 # The existing file will be compared with the new one.
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 6 later PXA series processors. This document describes the existing MFP API,
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 236 the existing copy of microcode image in the kernel is not freed up.
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | Kconfig | 335 existing ECN blackholes on the internet, but don't want to disable
|
/linux-4.1.27/drivers/pwm/ |
D | Kconfig | 24 with the legacy framework so that existing client drivers
|
/linux-4.1.27/Documentation/sh/ |
D | new-machine.txt | 233 implicitly appended to incdir-y. The existing code manages this for the
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | gen_except.S | 209 | No bits in the enable byte match existing exceptions. Check for
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_fs.c | 3307 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/ |
D | tty.txt | 19 and writing over an existing ldisc will cause demons to eat your computer.
|
/linux-4.1.27/Documentation/driver-model/ |
D | porting.txt | 369 This driver binding should replace the existing driver binding
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 378 Note: we use the existing config option and avoid creating a new
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 31 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/ |
D | Kconfig | 264 device for the Bad Block Table (BBT). If you have existing INFTL
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 708 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:
|