Home
last modified time | relevance | path

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

12345678910>>...17

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c279 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_reserved() local
284 if (updates && (*id)->flushed_updates && in amdgpu_vmid_grab_reserved()
285 updates->context == (*id)->flushed_updates->context && in amdgpu_vmid_grab_reserved()
286 !dma_fence_is_later(updates, (*id)->flushed_updates)) in amdgpu_vmid_grab_reserved()
287 updates = NULL; in amdgpu_vmid_grab_reserved()
291 updates || !(*id)->last_flush || in amdgpu_vmid_grab_reserved()
318 if (updates) { in amdgpu_vmid_grab_reserved()
320 (*id)->flushed_updates = dma_fence_get(updates); in amdgpu_vmid_grab_reserved()
349 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_used() local
372 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) in amdgpu_vmid_grab_used()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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
H A Dsysfs-bus-coresight-devices-trbe12 Description: (Read) Shows if TRBE updates in the memory are with access
13 and dirty flag updates as well. This value is fetched from
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A 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
209 Restructure your code so that it batches the updates, allowing
251 primitive will correspondingly delay updates. In contrast,
262 limit on this number, stalling updates as needed to allow
[all …]
H A 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.
/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c580 Mask ***updates, **details; in DeletePassiveGrabFromList() local
590 updates[nups++] = &(mask) in DeletePassiveGrabFromList()
599 updates = xallocarray(i, sizeof(Mask **)); in DeletePassiveGrabFromList()
601 if (!deletes || !adds || !updates || !details) { in DeletePassiveGrabFromList()
603 free(updates); in DeletePassiveGrabFromList()
693 free(*updates[i]); in DeletePassiveGrabFromList()
694 *updates[i] = details[i]; in DeletePassiveGrabFromList()
698 free(updates); in DeletePassiveGrabFromList()
/OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/
H A Dfw_search_path.rst9 * /lib/firmware/updates/UTS_RELEASE/
10 * /lib/firmware/updates/
/OK3568_Linux_fs/kernel/drivers/net/
H A DLICENSE.SRC14 on an "as-is" basis. No further updates to this software should be
15 expected. Although updates may occur, no commitment exists.
/OK3568_Linux_fs/external/rknn-toolkit2/docker/docker_file/ubuntu_18_04_cp36/
H A Dsources_bionic.list4 deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
5 # deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multi…
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.update7 This feature allows to automatically store software updates present on a TFTP
11 updates. Each update in the update file has an address in NOR Flash where it
12 should be placed, updates are also protected with a SHA-1 checksum. If the
93 An example containing three updates. It can be used to update Linux kernel,
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A 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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.3.071 position updates do not arrive in a timely manner.
73 position updates to the requested update interval.
H A Dchanges-5.12.026 - Enabled incremental updates in PlaceSearchModel, which prevents previousPage or
35 - Enabled asynchronous incremental updates of QPlaceReply.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/plugins/
H A Dserialnmea.qdoc33 \brief Reads the NMEA stream from a serial connection to provide position updates.
38 over a serial port into position updates.
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/
H A Ddepmod-search.conf5 search updates extramodules built-in
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/resolvconf/resolvconf/
H A D99_resolvconf3 f root root 0644 /etc/resolvconf/run/enable-updates none
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/
H A Dcpp-position.qdoc139 control the rate at which position updates are received. For example, if
140 the client application only requires updates once every 30 seconds, it can
143 interval or some other internal logic to determine when updates should be
164 from a NMEA log file). In simulation mode, the source will emit updates
/OK3568_Linux_fs/kernel/sound/pci/ctxfi/
H A Dcttimer.c183 int updates = 0; in ct_xfitimer_reprogram() local
208 updates++; in ct_xfitimer_reprogram()
225 return updates; in ct_xfitimer_reprogram()
/OK3568_Linux_fs/buildroot/support/docker/
H A Dapt-sources.list4 …k-valid-until=no] http://snapshot.debian.org/archive/debian/20210902T205533Z/ bullseye-updates main
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DREADME.txt87 o ROOTLESS_REDISPLAY_DELAY: Time in milliseconds between updates to
184 * Drawing is stopped and all updates are flushed before this is called.
193 * Drawing is stopped and all updates are flushed before this is called.
204 * Drawing is stopped and all updates are flushed before this is called.
266 * flush Flush drawing updates for this frame to the screen.
272 * Flush drawing updates to the screen.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/logfilepositionsource/doc/src/
H A Dlogfilepositionsource.qdoc64 to start regular position updates.
66 stop regular position updates.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/
H A Dez-ipupdate_3.0.11b7.bb1 SUMMARY = "daemon that sends updates when your IP changes"
/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dupdate3.its8 description = "Automatic software updates: kernel, ramdisk, FDT";
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/
H A Dsysvinit_3.01.bb32 PACKAGECONFIG[psplash-text-updates] = ",,"
97 's:#PSPLASH_TEXT#:${@bb.utils.contains("PACKAGECONFIG","psplash-text-updates","yes","no", d)}:g' \
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dupdate-alternatives.bbclass235 updates = list()
258 updates.append( (alt_name, alt_link, alt_target, alt_priority) )
260 return updates
273 updates = update_alternatives_alt_targets(d, pkg)
274 for alt_name, alt_link, alt_target, alt_priority in updates:

12345678910>>...17