Home
last modified time | relevance | path

Searched full:updates (Results 1 – 25 of 1491) sorted by relevance

12345678910>>...60

/Linux-v5.10/Documentation/RCU/
Dchecklist.rst32 for lockless updates. This does result in the mildly
34 rcu_read_unlock() are used to protect updates, however, this
45 c. restricting updates to a single task.
82 be running while updates are in progress. There are a number
101 c. Make updates appear atomic to readers. For example,
102 pointer updates to properly aligned fields will
110 d. Carefully order the updates and the reads so that
183 e. Updates must ensure that initialization of a given
209 Restructure your code so that it batches the updates, allowing
251 primitive will correspondingly delay updates. In contrast,
[all …]
DarrayRCU.rst48 as updates are rare.
51 Why is it so important that updates be rare when using seqlock?
69 the remainder of the new, updates the ids->entries pointer to point to
160 Why is it so important that updates be rare when using seqlock?
162 The reason that it is important that updates be rare when
163 using seqlock is that frequent updates can livelock readers.
/Linux-v5.10/fs/xfs/
Dxfs_rmap_item.h17 * that records the associated rmapbt updates. Typically, the first
19 * transactions containing rmapbt updates, and finally transactions with any
20 * bnobt/cntbt updates.
25 * (rmapbt/bnobt/cntbt) metadata updates in the non-first transaction.
63 * some rmapbt updates mentioned in an earlier rui item have been performed.
Dxfs_bmap_item.h17 * that records the associated bmbt updates.
22 * bmbt metadata updates in the non-first transaction.
60 * some bmbt updates mentioned in an earlier bui item have been performed.
Dxfs_refcount_item.h17 * transaction that records the associated refcountbt updates.
22 * to replay the refcountbt metadata updates.
62 * fact that some refcountbt updates mentioned in an earlier cui item
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ids.c275 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_reserved() local
280 if (updates && (*id)->flushed_updates && in amdgpu_vmid_grab_reserved()
281 updates->context == (*id)->flushed_updates->context && in amdgpu_vmid_grab_reserved()
282 !dma_fence_is_later(updates, (*id)->flushed_updates)) in amdgpu_vmid_grab_reserved()
283 updates = NULL; in amdgpu_vmid_grab_reserved()
287 updates || !(*id)->last_flush || in amdgpu_vmid_grab_reserved()
310 if (updates) { in amdgpu_vmid_grab_reserved()
312 (*id)->flushed_updates = dma_fence_get(updates); in amdgpu_vmid_grab_reserved()
341 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_used() local
364 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) in amdgpu_vmid_grab_used()
[all …]
Damdgpu_mn.c35 * about updates on the page tables of a process.
125 * amdgpu_mn_register - register a BO for notifier updates
145 * amdgpu_mn_unregister - unregister a BO for notifier updates
149 * Remove any registration of mmu notifier updates from the buffer object.
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-counter117 Rising edges on signal A updates the respective count.
122 signal A updates the respective count; if the direction
124 updates the respective count. Quadrature encoding
129 signal B updates the respective count; if the direction
131 updates the respective count. Quadrature encoding
135 Any state transition on quadrature pair signal A updates
140 Any state transition on quadrature pair signal B updates
146 updates the respective count. Quadrature encoding
/Linux-v5.10/Documentation/driver-api/
Dgeneric-counter.rst107 Rising edges on signal A updates the respective count. The input level
116 updates the respective count; if the direction is backward, falling
117 edges on quadrature pair signal A updates the respective count.
122 updates the respective count; if the direction is backward, falling
123 edges on quadrature pair signal B updates the respective count.
127 Any state transition on quadrature pair signal A updates the
131 Any state transition on quadrature pair signal B updates the
135 Any state transition on either quadrature pair signals updates the
186 of movement and updates the respective position data. The "Quadrature
/Linux-v5.10/drivers/gpu/drm/msm/
Dmsm_atomic.c78 * Flush hardware updates: in msm_atomic_async_commit()
205 * Push atomic updates down to hardware: in msm_atomic_commit_tail()
215 /* async updates are limited to single-crtc updates: */ in msm_atomic_commit_tail()
259 * Flush hardware updates: in msm_atomic_commit_tail()
/Linux-v5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_common.c299 * fm10k_update_hw_base_48b - Updates 48-bit statistic base value
320 * fm10k_update_hw_stats_tx_q - Updates TX queue statistics counters
325 * Function updates the TX queue statistics counters that are related to the
371 * fm10k_update_hw_stats_rx_q - Updates RX queue statistics counters
376 * Function updates the RX queue statistics counters that are related to the
427 * fm10k_update_hw_stats_q - Updates queue statistics counters
433 * Function updates the queue statistics counters that are related to the
453 * Function invalidates the index values for the queues so any updates that
/Linux-v5.10/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-v5.10/Documentation/driver-api/firmware/
Dfw_search_path.rst9 * /lib/firmware/updates/UTS_RELEASE/
10 * /lib/firmware/updates/
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_mn.c87 * radeon_mn_register - register a BO for notifier updates
115 * radeon_mn_unregister - unregister a BO for notifier updates
119 * Remove any registration of MMU notifier updates from the buffer object.
/Linux-v5.10/include/linux/mfd/
Dlochnagar.h29 * @analogue_config_lock: Lock used to protect updates in the analogue
38 /* Lock to protect updates to the analogue configuration */
/Linux-v5.10/include/vdso/
Dhelpers.h34 * updates to vd[x].seq and it is possible that the value seen by the in vdso_write_begin()
47 * updates to vd[x].seq and it is possible that the value seen by the in vdso_write_end()
/Linux-v5.10/arch/powerpc/kernel/
Dpci-hotplug.c8 * Updates, 2005, John Rose <johnrose@austin.ibm.com>
9 * Updates, 2005, Linas Vepstas <linas@austin.ibm.com>
10 * Updates, 2013, Gavin Shan <shangw@linux.vnet.ibm.com>
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.h35 * ice_xdp_ring_update_tail - Updates the XDP Tx ring tail register
38 * This function updates the XDP Tx ring tail register.
/Linux-v5.10/arch/sparc/include/asm/
Dprom.h13 * Updates for PPC64 by Peter Bergner & David Engebretsen, IBM Corp.
14 * Updates for SPARC by David S. Miller
/Linux-v5.10/sound/pci/ctxfi/
Dcttimer.c60 * system-timer-based updates
174 * also updates the each stream position, returns the number of streams
183 int updates = 0; in ct_xfitimer_reprogram() local
208 updates++; in ct_xfitimer_reprogram()
225 return updates; in ct_xfitimer_reprogram()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/
Dmain.h170 * @stats: Stored stats updates for flower rules
171 * @stats_lock: Lock for flower rule stats updates
191 * @qos_stats_lock: Lock on qos stats updates
231 * @curr_stats: Currently stored stats updates for qos info
232 * @prev_stats: Previously stored updates for qos info
/Linux-v5.10/include/uapi/linux/
Dsnmp.h14 * RFC 2011 (updates 1213): SNMPv2-MIB-IP
66 * RFC 2011 (updates 1213): SNMPv2 MIB for IP: ICMP group
123 * RFC 2012 (updates 1213): SNMPv2-MIB-TCP
149 * RFC 2013 (updates 1213): SNMPv2-MIB-UDP
/Linux-v5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.h31 * On atomic updates that modify SMP configuration, the state is cloned
36 * Because the SMP registers are not double buffered, updates are a
/Linux-v5.10/Documentation/networking/device_drivers/atm/
Dfore200e.rst29 Firmware Updates
43 the 'software updates' pages. The firmware binaries are part of
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dpci_dlpar.c8 * Updates, 2005, John Rose <johnrose@austin.ibm.com>
9 * Updates, 2005, Linas Vepstas <linas@austin.ibm.com>

12345678910>>...60