Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 148 of 148) sorted by relevance

/linux-4.4.14/drivers/net/
DLICENSE.SRC14 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/
Dnuma.c1371 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/
Dchecklist.txt33 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 …]
DarrayRCU.txt42 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.
Drcubarrier.txt13 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
DwhatisRCU.txt50 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
DRTFP.txt194 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,
DlistRCU.txt187 The RCU version creates a copy, updates the copy, then replaces the old
/linux-4.4.14/Documentation/devicetree/
Dtodo.txt7 - Switch to RCU for tree updates and get rid of global spinlock
Dof_unittest.txt195 To detach a node, of_detach_node() either updates the child pointer of given
/linux-4.4.14/sound/pci/ctxfi/
Dcttimer.c187 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/
Dstable_api_nonsense.txt10 a fork. So if you have any comments or updates for this file please
DHOWTO9 a fork. So if you have any comments or updates for this file please
/linux-4.4.14/drivers/staging/iio/Documentation/dac/
Dmax51723 Simultaneous output updates X X
/linux-4.4.14/drivers/staging/fsl-mc/
DTODO21 to evolve, so minor updates are needed to keep in sync with binary
/linux-4.4.14/Documentation/firmware_class/
DREADME26 "/lib/firmware/updates/" UTS_RELEASE,
27 "/lib/firmware/updates",
/linux-4.4.14/drivers/net/ethernet/dlink/
DKconfig41 More specific information and updates are available from
/linux-4.4.14/Documentation/ja_JP/
Dstable_api_nonsense.txt11 fork. So if you have any comments or updates of this file, please try
DSubmitChecklist11 fork. So if you have any comments or updates of this file, please try
DHOWTO11 fork. So if you have any comments or updates for this file, please try
DSubmittingPatches11 fork. So if you have any comments or updates of this file, please try
/linux-4.4.14/fs/ubifs/
DKconfig48 updates). This may affect file-system performance and increase flash device wear,
/linux-4.4.14/Documentation/scheduler/
Dsched-bwc.txt20 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/
Dadc128d81841 The ADC128D818 only updates its values approximately once per second;
Dthmc5043 The THMC50 only updates its values each 1.5 seconds; reading it more often
Dlm8062 The LM80 only updates its values each 1.5 seconds; reading it more often
Dgl518sm72 The GL518SM only updates its values each 1.5 seconds; reading it more often
Dlm8757 The lm87 driver only updates its values each 1.0 seconds; reading it more
Dlm7867 The LM7* only updates its values each 1.5 seconds; reading it more often
Dvia686a65 The driver only updates its values each 1.5 seconds; reading it more often
Dsis559599 The SiS5595 only updates its values each 1.5 seconds; reading it more often
Dadm102185 This driver only updates its values each 1.5 seconds; reading it more often
Dit87213 The IT87xx only updates its values each 1.5 seconds; reading it more often
Dw83781d200 Data sheet updates:
/linux-4.4.14/drivers/net/ethernet/natsemi/
DKconfig45 More specific information and updates are available from
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smd.txt23 signal this processor about communication related updates
/linux-4.4.14/net/can/
DKconfig38 informs you on demand e.g. only on content updates / timeouts.
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.c210 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()
Damdgpu.h989 struct fence *updates);
/linux-4.4.14/Documentation/networking/
Dfore200e.txt41 the 'software updates' pages. The firmware binaries are part of
Dtlan.txt5 For driver information/updates visit http://www.compaq.com
Dswitchdev.txt266 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
Doperstates.txt26 to be notified of updates. This is important for setting from userspace.
Dnetdev-FAQ.txt110 So be patient. Asking the maintainer for status updates on your
Dpacket_mmap.txt482 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
Dbonding.txt670 sending updates (ARP Replies) to all the peers with
/linux-4.4.14/Documentation/crypto/
Dapi-intro.txt130 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/
Dnet.txt298 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/
DKconfig39 utilities like hciconfig and bluetoothd. These utilities and updates
/linux-4.4.14/tools/perf/Documentation/
Dperf-top.txt114 Zero history across display updates.
258 Toggle event count zeroing across display updates.
Dperf-kvm.txt120 Time in seconds between display updates
/linux-4.4.14/Documentation/kbuild/
Dkconfig.txt127 config updates (requires explicit updates).
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db261 API-jbd2-journal-lock-updates
262 API-jbd2-journal-unlock-updates
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_vm.c238 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/
DKconfig58 bool "BTT: Block Translation Table (atomic sector updates)"
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dpsci.txt35 backward compatible with PSCI 0.2 with minor specification updates,
Dcpus.txt13 with updates for 32-bit and 64-bit ARM systems provided in this document.
/linux-4.4.14/Documentation/filesystems/
Df2fs.txt216 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
Dnilfs2.txt66 filesystem except for the updates on data blocks still
246 to ensure atomicity of updates.
Dfiles.txt23 etc.). In order for the updates to appear atomic to
Dlogfs.txt26 constant updates, like the amount of free space, etc.
Dgfs2-glocks.txt178 Due to the smoothing action of the updates, a step change in
Dext2.txt165 undeletable, compression, synchronous updates, immutability, append-only,
Dpath-lookup.txt85 concurrent updates (insertion, deletion from the hash). This is a standard RCU
Dntfs.txt84 - The new driver supports access time updates (including mtime and ctime).
Dvfs.txt1106 updates the "d_inode" member. The "i_count" member in the
Dcoda.txt254 to the Coda FS layer to request flushes or updates in the cache. The
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-extcon56 This updates the whole state of the extcon device.
Dsysfs-class-mic.txt124 b) flash - Boot an image for flash updates.
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME53 with updates).
/linux-4.4.14/Documentation/powerpc/
Ddscr.txt44 value into every CPU's DSCR register right away and updates the current
/linux-4.4.14/Documentation/
Dlockup-watchdogs.txt49 The watchdog task is a high priority kernel thread that updates a
Drfkill.txt102 a specified type) into a state which also updates the default state for
Ddell_rbu.txt98 the BIOS knows about the new image downloaded and it updates itself.
Dlocal_ops.txt70 - Reads of these variables can be done from any CPU, because updates to
Dmd-cluster.txt46 resync, and metadata superblock updates.
Dlzo.txt164 proposed updates to the author(s) so that the document can be updated.
DDMA-API.txt147 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
Dthis_cpu_ops.txt119 variables no concurrent cache line updates take place. The price that
Drbtree.txt227 - A propagation callback, which updates the augmented value for a given
DHOWTO322 Before updates from subsystem trees are merged into the mainline 4.x
DDMA-API-HOWTO.txt318 in parallel and will see updates made by each other without any
Ddevices.txt843 0 = /dev/route Routing, device updates, kernel to user
Dkernel-parameters.txt3749 topology updates sent by the hypervisor to this
/linux-4.4.14/drivers/net/ethernet/smsc/
DKconfig73 More specific information and updates are available from
/linux-4.4.14/Documentation/virtual/kvm/
Dmsr.txt69 updates of this structure is arbitrary and implementation-dependent.
216 updates of this structure is arbitrary and implementation-dependent.
Dmmu.txt230 to detect in-progress updates and retry them until the writer has
321 Guest control register updates:
332 Host translation updates:
Dapi.txt1692 current physical device state. Races between user and kernel updates to the
/linux-4.4.14/Documentation/input/
Dmulti-touch-protocol.txt19 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/
Daacraid.txt124 Christoph Hellwig <hch@infradead.org> (updates for new-style PCI probing and SCSI host registration,
DFlashPoint.txt125 including smart termination and a flash PROM for easy firmware updates, and
Dosst.txt131 Feedback and updates
Dtmscsim.txt10 7. Bug reports, debugging and updates
392 7. Bug reports, debugging and updates
DChangeLog.ncr53c8xx399 - Minor updates in README.ncr53c8xx.
DChangeLog.lpfc155 * 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
DChangeLog.1992-19971304 * aha152x.c: Changes from Juergen - cleanups and updates.
/linux-4.4.14/fs/btrfs/
Dtransaction.c772 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()
Dinode.c4556 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/
Di2c-piix461 updates first, for example), and backup first! An even more dangerous
/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt24 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/
DKconfig146 standard. It is used, for example, by automatic firmware updates used
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
DKconfig129 More specific information and updates are available from
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt135 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/
DKconfig153 This driver updates the state panel (LED and/or LCD) upon system
/linux-4.4.14/net/wireless/
DKconfig166 the parser will be upkept with the latest wireless-regdb updates but
/linux-4.4.14/Documentation/sound/alsa/
DProcfile.txt117 buggy) hardware that doesn't give smooth pointer updates.
Dtimestamping.txt91 inferred from the steps between updates and in turn provide
/linux-4.4.14/Documentation/video4linux/
Dsoc-camera.txt142 updates these fields upon successful completion of a .s_fmt() call, but if these
/linux-4.4.14/Documentation/cpu-freq/
Dpcc-cpufreq.txt94 the system. Therefore, PCC is capable of performing "group" updates. With PCC
/linux-4.4.14/drivers/pcmcia/
DKconfig38 bool "Load CIS updates from userspace"
/linux-4.4.14/Documentation/arm/
DREADME5 updates.
/linux-4.4.14/
DREADME118 and how to get updates for these packages. Beware that using
173 Additionally updates the dependencies.
DCREDITS1346 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/
Dmei.txt33 - OS updates
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt625 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
Dftrace-design.txt196 code generation with gcc. If gcc for your port sanely updates the frame
Dftrace.txt2120 scans this table and updates all the locations into nops. It
/linux-4.4.14/arch/arm64/
DKconfig663 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/
Dnamespace.txt10 device tree under the /sys/devices/LNXSYSTEM:00 and updates it upon
/linux-4.4.14/Documentation/ia64/
Dmca.txt169 in the skeleton structures from the PAL minstate area and updates the
/linux-4.4.14/arch/powerpc/boot/dts/
Dvirtex440-ml510.dts7 * needs to be fixed by the user until Xilinx updates their reference design.
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt81 updates the bounds directory to point to the new table. It keeps
/linux-4.4.14/Documentation/dvb/
Davermedia.txt298 Many thanks to Nigel Pearson for the updates to this document
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-tape.1995-2002190 * 6 : 5+USE_COUNT updates
/linux-4.4.14/Documentation/timers/
Dhighres.txt187 function is executed in the next event interrupt context and updates jiffies
/linux-4.4.14/Documentation/development-process/
D2.Process101 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/
Dthin-provisioning.txt55 It maps I/O linearly to the data volume and updates the metadata via
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES399 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
DREADME568 support oplocks and the user is sure that the only updates to
/linux-4.4.14/Documentation/locking/
Drt-mutex-design.txt479 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/
Ds390dbf.txt29 area and updates the log pointer for the active area. If the end
DDebugging390.txt648 Compiler updates
937 This will nearly stop automatic screen updates, however it will
/linux-4.4.14/drivers/net/usb/
DKconfig93 You can also check for updates at <http://pegasus2.sourceforge.net/>.
/linux-4.4.14/arch/x86/
DKconfig2501 - AC adapter status updates
2502 - Battery status updates
2511 - AC adapter status updates
2512 - Battery status updates
/linux-4.4.14/Documentation/PCI/
DMSI-HOWTO.txt107 updates dev->irq to be the lowest of the new interrupts assigned to it.
/linux-4.4.14/net/ipv4/
DKconfig592 - High throughput (continuous data updates, large file transfers) with
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt344 without requiring updates to the driver.
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt411 mlocked, munlock_vma_page() updates that zone statistics for the number of
/linux-4.4.14/arch/m68k/fpsp040/
Dres_func.S4 | Normalizes denormalized numbers if necessary and updates the
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt738 Note that partial updates may happen automatically at other times, such as when
/linux-4.4.14/drivers/video/fbdev/
DKconfig2382 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/
Dcpusets.txt518 partition requested with the current, and updates its sched domains,
/linux-4.4.14/drivers/rtc/
DKconfig790 updates are done via IPC calls to the system controller FW.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4299 o HOWTO updates
4382 o Site documentation and updates
/linux-4.4.14/arch/arm/
DKconfig1189 written polling loops from denying visibility of updates to memory.
/linux-4.4.14/Documentation/block/
Dbiodoc.txt571 hard_xxx values and the number of bytes transferred) and updates it on
/linux-4.4.14/Documentation/power/
Dpci.txt341 the function updates the wakeup fields in struct device embedded in the
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq328 * list updates. We also record the SCB's