/linux-4.4.14/drivers/net/ |
D | LICENSE.SRC | 14 on an "as-is" basis. No further updates to this software should be 15 expected. Although updates may occur, no commitment exists.
|
/linux-4.4.14/arch/powerpc/mm/ |
D | numa.c | 1371 struct topology_update_data *updates, *ud; in arch_update_cpu_topology() local 1384 updates = kzalloc(weight * (sizeof(*updates)), GFP_KERNEL); in arch_update_cpu_topology() 1385 if (!updates) in arch_update_cpu_topology() 1422 ud = &updates[i++]; in arch_update_cpu_topology() 1428 ud->next = &updates[i]; in arch_update_cpu_topology() 1435 for (ud = &updates[0]; ud; ud = ud->next) { in arch_update_cpu_topology() 1456 stop_machine(update_cpu_topology, &updates[0], &updated_cpus); in arch_update_cpu_topology() 1463 stop_machine(update_lookup_table, &updates[0], in arch_update_cpu_topology() 1466 for (ud = &updates[0]; ud; ud = ud->next) { in arch_update_cpu_topology() 1478 kfree(updates); in arch_update_cpu_topology()
|
/linux-4.4.14/Documentation/RCU/ |
D | checklist.txt | 33 c. restricting updates to a single task. 62 be running while updates are in progress. There are a number 81 c. Make updates appear atomic to readers. For example, 82 pointer updates to properly aligned fields will 90 d. Carefully order the updates and the reads so that 189 Restructure your code so that it batches the updates, allowing 236 primitive will correspondingly delay updates. In contrast, 247 limit on this number, stalling updates as needed to allow 252 One way to stall the updates is to acquire the update-side 255 from ever ending.) Another way to stall the updates [all …]
|
D | arrayRCU.txt | 42 as updates are rare. 44 Quick Quiz: Why is it so important that updates be rare when 59 the remainder of the new, updates the ids->entries pointer to point to 150 The reason that it is important that updates be rare when 151 using seqlock is that frequent updates can livelock readers.
|
D | rcubarrier.txt | 13 readers, so that RCU updates to shared data must be undertaken quite 16 such readers might hold a reference to them. RCU updates can therefore be
|
D | whatisRCU.txt | 50 The basic idea behind RCU is to split updates into "removal" and 425 keep concurrent updates from interfering with each other. 429 -not- concurrent updates from each other! You therefore still 627 "classic RCU". It is also short on performance (but only for updates) and 781 For example, if multiple independent list updates must be seen as
|
D | RTFP.txt | 194 tree using software transactional memory to protect concurrent updates 207 period between the individual updates [JoshTriplettPhD]. Also in 2012, 1820 updates. 2382 RCU updates, RCU grace-period batching, update overhead, 2570 updates and keeps an additional level of indirection to allow 2645 updates. 2663 RCU updates, RCU grace-period batching, update overhead,
|
D | listRCU.txt | 187 The RCU version creates a copy, updates the copy, then replaces the old
|
/linux-4.4.14/Documentation/devicetree/ |
D | todo.txt | 7 - Switch to RCU for tree updates and get rid of global spinlock
|
D | of_unittest.txt | 195 To detach a node, of_detach_node() either updates the child pointer of given
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | cttimer.c | 187 int updates = 0; in ct_xfitimer_reprogram() local 212 updates++; in ct_xfitimer_reprogram() 229 return updates; in ct_xfitimer_reprogram()
|
/linux-4.4.14/Documentation/ko_KR/ |
D | stable_api_nonsense.txt | 10 a fork. So if you have any comments or updates for this file please
|
D | HOWTO | 9 a fork. So if you have any comments or updates for this file please
|
/linux-4.4.14/drivers/staging/iio/Documentation/dac/ |
D | max517 | 23 Simultaneous output updates X X
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | TODO | 21 to evolve, so minor updates are needed to keep in sync with binary
|
/linux-4.4.14/Documentation/firmware_class/ |
D | README | 26 "/lib/firmware/updates/" UTS_RELEASE, 27 "/lib/firmware/updates",
|
/linux-4.4.14/drivers/net/ethernet/dlink/ |
D | Kconfig | 41 More specific information and updates are available from
|
/linux-4.4.14/Documentation/ja_JP/ |
D | stable_api_nonsense.txt | 11 fork. So if you have any comments or updates of this file, please try
|
D | SubmitChecklist | 11 fork. So if you have any comments or updates of this file, please try
|
D | HOWTO | 11 fork. So if you have any comments or updates for this file, please try
|
D | SubmittingPatches | 11 fork. So if you have any comments or updates of this file, please try
|
/linux-4.4.14/fs/ubifs/ |
D | Kconfig | 48 updates). This may affect file-system performance and increase flash device wear,
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-bwc.txt | 20 within each of these updates is tunable and described as the "slice". 48 Any updates to a group's bandwidth specification will result in it becoming
|
/linux-4.4.14/Documentation/hwmon/ |
D | adc128d818 | 41 The ADC128D818 only updates its values approximately once per second;
|
D | thmc50 | 43 The THMC50 only updates its values each 1.5 seconds; reading it more often
|
D | lm80 | 62 The LM80 only updates its values each 1.5 seconds; reading it more often
|
D | gl518sm | 72 The GL518SM only updates its values each 1.5 seconds; reading it more often
|
D | lm87 | 57 The lm87 driver only updates its values each 1.0 seconds; reading it more
|
D | lm78 | 67 The LM7* only updates its values each 1.5 seconds; reading it more often
|
D | via686a | 65 The driver only updates its values each 1.5 seconds; reading it more often
|
D | sis5595 | 99 The SiS5595 only updates its values each 1.5 seconds; reading it more often
|
D | adm1021 | 85 This driver only updates its values each 1.5 seconds; reading it more often
|
D | it87 | 213 The IT87xx only updates its values each 1.5 seconds; reading it more often
|
D | w83781d | 200 Data sheet updates:
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | Kconfig | 45 More specific information and updates are available from
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smd.txt | 23 signal this processor about communication related updates
|
/linux-4.4.14/net/can/ |
D | Kconfig | 38 informs you on demand e.g. only on content updates / timeouts.
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.c | 210 struct fence *updates) in amdgpu_vm_flush() argument 219 else if (!updates) in amdgpu_vm_flush() 222 is_later = fence_is_later(updates, flushed_updates); in amdgpu_vm_flush() 227 vm_id->flushed_updates = fence_get(updates); in amdgpu_vm_flush()
|
D | amdgpu.h | 989 struct fence *updates);
|
/linux-4.4.14/Documentation/networking/ |
D | fore200e.txt | 41 the 'software updates' pages. The firmware binaries are part of
|
D | tlan.txt | 5 For driver information/updates visit http://www.compaq.com
|
D | switchdev.txt | 266 State is one of BR_STATE_*. The switch driver can use STP state updates to 372 The driver can monitor for updates to arp_tbl using the netevent notifier 374 for the routes as arp_tbl updates. The driver implements ndo_neigh_destroy
|
D | operstates.txt | 26 to be notified of updates. This is important for setting from userspace.
|
D | netdev-FAQ.txt | 110 So be patient. Asking the maintainer for status updates on your
|
D | packet_mmap.txt | 482 receives a packet it puts in the buffer and updates the status with 515 forwarded to the network device. The kernel updates each status of sent
|
D | bonding.txt | 670 sending updates (ARP Replies) to all the peers with
|
/linux-4.4.14/Documentation/crypto/ |
D | api-intro.txt | 130 For further patches and various updates, including the current TODO 246 Please send any credits updates or corrections to:
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 298 TIPC name table updates are distributed asynchronously in a cluster, without 302 has been accepted from a third node, although the conflicting updates 304 If named_timeout is nonzero, failed topology updates will be placed on a defer
|
/linux-4.4.14/net/bluetooth/ |
D | Kconfig | 39 utilities like hciconfig and bluetoothd. These utilities and updates
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-top.txt | 114 Zero history across display updates. 258 Toggle event count zeroing across display updates.
|
D | perf-kvm.txt | 120 Time in seconds between display updates
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig.txt | 127 config updates (requires explicit updates).
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 261 API-jbd2-journal-lock-updates 262 API-jbd2-journal-unlock-updates
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_vm.c | 238 int ring, struct radeon_fence *updates) in radeon_vm_flush() argument 244 radeon_fence_is_earlier(vm_id->flushed_updates, updates)) { in radeon_vm_flush() 248 vm_id->flushed_updates = radeon_fence_ref(updates); in radeon_vm_flush()
|
/linux-4.4.14/drivers/nvdimm/ |
D | Kconfig | 58 bool "BTT: Block Translation Table (atomic sector updates)"
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | psci.txt | 35 backward compatible with PSCI 0.2 with minor specification updates,
|
D | cpus.txt | 13 with updates for 32-bit and 64-bit ARM systems provided in this document.
|
/linux-4.4.14/Documentation/filesystems/ |
D | f2fs.txt | 216 updates in f2fs. There are five policies: 222 in-place-updates. The number indicates percentage 227 in-place-updates when F2FS_IPU_FSYNC mode is set. 231 in-place-updates. 434 tree problem, F2FS is able to cut off the propagation of node updates caused by
|
D | nilfs2.txt | 66 filesystem except for the updates on data blocks still 246 to ensure atomicity of updates.
|
D | files.txt | 23 etc.). In order for the updates to appear atomic to
|
D | logfs.txt | 26 constant updates, like the amount of free space, etc.
|
D | gfs2-glocks.txt | 178 Due to the smoothing action of the updates, a step change in
|
D | ext2.txt | 165 undeletable, compression, synchronous updates, immutability, append-only,
|
D | path-lookup.txt | 85 concurrent updates (insertion, deletion from the hash). This is a standard RCU
|
D | ntfs.txt | 84 - The new driver supports access time updates (including mtime and ctime).
|
D | vfs.txt | 1106 updates the "d_inode" member. The "i_count" member in the
|
D | coda.txt | 254 to the Coda FS layer to request flushes or updates in the cache. The
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 56 This updates the whole state of the extcon device.
|
D | sysfs-class-mic.txt | 124 b) flash - Boot an image for flash updates.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README | 53 with updates).
|
/linux-4.4.14/Documentation/powerpc/ |
D | dscr.txt | 44 value into every CPU's DSCR register right away and updates the current
|
/linux-4.4.14/Documentation/ |
D | lockup-watchdogs.txt | 49 The watchdog task is a high priority kernel thread that updates a
|
D | rfkill.txt | 102 a specified type) into a state which also updates the default state for
|
D | dell_rbu.txt | 98 the BIOS knows about the new image downloaded and it updates itself.
|
D | local_ops.txt | 70 - Reads of these variables can be done from any CPU, because updates to
|
D | md-cluster.txt | 46 resync, and metadata superblock updates.
|
D | lzo.txt | 164 proposed updates to the author(s) so that the document can be updated.
|
D | DMA-API.txt | 147 Checks to see if the mask is possible and updates the device 155 Checks to see if the mask is possible and updates the device 163 Checks to see if the mask is possible and updates the device
|
D | this_cpu_ops.txt | 119 variables no concurrent cache line updates take place. The price that
|
D | rbtree.txt | 227 - A propagation callback, which updates the augmented value for a given
|
D | HOWTO | 322 Before updates from subsystem trees are merged into the mainline 4.x
|
D | DMA-API-HOWTO.txt | 318 in parallel and will see updates made by each other without any
|
D | devices.txt | 843 0 = /dev/route Routing, device updates, kernel to user
|
D | kernel-parameters.txt | 3749 topology updates sent by the hypervisor to this
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | Kconfig | 73 More specific information and updates are available from
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 69 updates of this structure is arbitrary and implementation-dependent. 216 updates of this structure is arbitrary and implementation-dependent.
|
D | mmu.txt | 230 to detect in-progress updates and retry them until the writer has 321 Guest control register updates: 332 Host translation updates:
|
D | api.txt | 1692 current physical device state. Races between user and kernel updates to the
|
/linux-4.4.14/Documentation/input/ |
D | multi-touch-protocol.txt | 19 describes how to send updates for individual contacts via event slots. 39 prepare for updates of the given slot. 65 end. Upon receiving an MT event, one simply updates the appropriate
|
/linux-4.4.14/Documentation/scsi/ |
D | aacraid.txt | 124 Christoph Hellwig <hch@infradead.org> (updates for new-style PCI probing and SCSI host registration,
|
D | FlashPoint.txt | 125 including smart termination and a flash PROM for easy firmware updates, and
|
D | osst.txt | 131 Feedback and updates
|
D | tmscsim.txt | 10 7. Bug reports, debugging and updates 392 7. Bug reports, debugging and updates
|
D | ChangeLog.ncr53c8xx | 399 - Minor updates in README.ncr53c8xx.
|
D | ChangeLog.lpfc | 155 * Added updates for revised FC remote port patch (dev_loss_tmo 488 It also updates next_cmdidx, and local_getidx (but not cmdidx) 1693 * Several log message updates
|
D | ChangeLog.1992-1997 | 1304 * aha152x.c: Changes from Juergen - cleanups and updates.
|
/linux-4.4.14/fs/btrfs/ |
D | transaction.c | 772 int updates; in btrfs_should_end_transaction() local 780 updates = trans->delayed_ref_updates; in btrfs_should_end_transaction() 782 if (updates) { in btrfs_should_end_transaction() 783 err = btrfs_run_delayed_refs(trans, root, updates * 2); in btrfs_should_end_transaction()
|
D | inode.c | 4556 unsigned long updates = trans->delayed_ref_updates; in btrfs_truncate_inode_items() local 4557 if (updates) { in btrfs_truncate_inode_items() 4559 ret = btrfs_run_delayed_refs(trans, root, updates * 2); in btrfs_truncate_inode_items() 4591 unsigned long updates = trans->delayed_ref_updates; in btrfs_truncate_inode_items() local 4592 if (updates) { in btrfs_truncate_inode_items() 4594 ret = btrfs_run_delayed_refs(trans, root, updates * 2); in btrfs_truncate_inode_items()
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-piix4 | 61 updates first, for example), and backup first! An even more dangerous
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 24 provides atomic sector updates. 139 padded to 64 bytes to avoid cache line sharing or aliasing. Flog updates are
|
/linux-4.4.14/drivers/media/ |
D | Kconfig | 146 standard. It is used, for example, by automatic firmware updates used
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 129 More specific information and updates are available from
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 135 completed, userspace updates mailbox.cmd_tail in the same way and 165 When the opcode is PAD, userspace only updates cmd_tail as above --
|
/linux-4.4.14/drivers/parisc/ |
D | Kconfig | 153 This driver updates the state panel (LED and/or LCD) upon system
|
/linux-4.4.14/net/wireless/ |
D | Kconfig | 166 the parser will be upkept with the latest wireless-regdb updates but
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Procfile.txt | 117 buggy) hardware that doesn't give smooth pointer updates.
|
D | timestamping.txt | 91 inferred from the steps between updates and in turn provide
|
/linux-4.4.14/Documentation/video4linux/ |
D | soc-camera.txt | 142 updates these fields upon successful completion of a .s_fmt() call, but if these
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 94 the system. Therefore, PCC is capable of performing "group" updates. With PCC
|
/linux-4.4.14/drivers/pcmcia/ |
D | Kconfig | 38 bool "Load CIS updates from userspace"
|
/linux-4.4.14/Documentation/arm/ |
D | README | 5 updates.
|
/linux-4.4.14/ |
D | README | 118 and how to get updates for these packages. Beware that using 173 Additionally updates the dependencies.
|
D | CREDITS | 1346 D: Misc kernel fixes and updates 1732 D: Miscellaneous kernel updates and fixes. 2363 D: ThunderLAN updates and other kernel fixes. 2982 D: {copy,get,put}_user calls updates 3473 D: misc kernel fixes and updates 3748 D: Various IP firewall updates, ipfwadm
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei.txt | 33 - OS updates
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 625 The above are the trivial updates. Now for the more complex scenarios. 896 while it updates the HEAD page. It will then update the head page to
|
D | ftrace-design.txt | 196 code generation with gcc. If gcc for your port sanely updates the frame
|
D | ftrace.txt | 2120 scans this table and updates all the locations into nops. It
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 663 bool "Support for hardware updates of the Access and Dirty page flags" 667 hardware updates of the access and dirty information in page
|
/linux-4.4.14/Documentation/acpi/ |
D | namespace.txt | 10 device tree under the /sys/devices/LNXSYSTEM:00 and updates it upon
|
/linux-4.4.14/Documentation/ia64/ |
D | mca.txt | 169 in the skeleton structures from the PAL minstate area and updates the
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | virtex440-ml510.dts | 7 * needs to be fixed by the user until Xilinx updates their reference design.
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 81 updates the bounds directory to point to the new table. It keeps
|
/linux-4.4.14/Documentation/dvb/ |
D | avermedia.txt | 298 Many thanks to Nigel Pearson for the updates to this document
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 190 * 6 : 5+USE_COUNT updates
|
/linux-4.4.14/Documentation/timers/ |
D | highres.txt | 187 function is executed in the next event interrupt context and updates jiffies
|
/linux-4.4.14/Documentation/development-process/ |
D | 2.Process | 101 will release occasional updates to the stable release using the 2.6.x.y 104 next development kernel. Kernels will typically receive stable updates for
|
/linux-4.4.14/Documentation/device-mapper/ |
D | thin-provisioning.txt | 55 It maps I/O linearly to the data volume and updates the metadata via
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 399 Fix updates of DOS attributes and time fields so that files on NT4 servers 885 file updates through the page cache to multiply open files. This could cause 932 More stylistic updates to better match kernel style. Add additional statistics
|
D | README | 568 support oplocks and the user is sure that the only updates to
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 479 did the priority updates, that means we are deboosting/lowering the 768 For updates on this document, please email Steven Rostedt <rostedt@goodmis.org>
|
/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 29 area and updates the log pointer for the active area. If the end
|
D | Debugging390.txt | 648 Compiler updates 937 This will nearly stop automatic screen updates, however it will
|
/linux-4.4.14/drivers/net/usb/ |
D | Kconfig | 93 You can also check for updates at <http://pegasus2.sourceforge.net/>.
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2501 - AC adapter status updates 2502 - Battery status updates 2511 - AC adapter status updates 2512 - Battery status updates
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 107 updates dev->irq to be the lowest of the new interrupts assigned to it.
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 592 - High throughput (continuous data updates, large file transfers) with
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 344 without requiring updates to the driver.
|
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 411 mlocked, munlock_vma_page() updates that zone statistics for the number of
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | res_func.S | 4 | Normalizes denormalized numbers if necessary and updates the
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 738 Note that partial updates may happen automatically at other times, such as when
|
/linux-4.4.14/drivers/video/fbdev/ |
D | Kconfig | 2382 serial updates, reducing the number of possible frames per second. 2390 concurrent updates, making higher frames per second possible.
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 518 partition requested with the current, and updates its sched domains,
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 790 updates are done via IPC calls to the system controller FW.
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4299 o HOWTO updates 4382 o Site documentation and updates
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1189 written polling loops from denying visibility of updates to memory.
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 571 hard_xxx values and the number of bytes transferred) and updates it on
|
/linux-4.4.14/Documentation/power/ |
D | pci.txt | 341 the function updates the wakeup fields in struct device embedded in the
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 328 * list updates. We also record the SCB's
|