/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ids.c | 275 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 …]
|
/Linux-v5.4/arch/powerpc/mm/ |
D | numa.c | 1319 struct topology_update_data *updates, *ud; in numa_update_cpu_topology() local 1331 updates = kcalloc(weight, sizeof(*updates), GFP_KERNEL); in numa_update_cpu_topology() 1332 if (!updates) in numa_update_cpu_topology() 1367 ud = &updates[i++]; in numa_update_cpu_topology() 1368 ud->next = &updates[i]; in numa_update_cpu_topology() 1382 updates[i-1].next = NULL; in numa_update_cpu_topology() 1386 for (ud = &updates[0]; ud; ud = ud->next) { in numa_update_cpu_topology() 1408 stop_machine_cpuslocked(update_cpu_topology, &updates[0], in numa_update_cpu_topology() 1411 stop_machine(update_cpu_topology, &updates[0], &updated_cpus); in numa_update_cpu_topology() 1419 stop_machine_cpuslocked(update_lookup_table, &updates[0], in numa_update_cpu_topology() [all …]
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-bus-counter | 117 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.4/Documentation/driver-api/firmware/ |
D | fw_search_path.rst | 9 * /lib/firmware/updates/UTS_RELEASE/ 10 * /lib/firmware/updates/
|
/Linux-v5.4/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-v5.4/Documentation/RCU/ |
D | checklist.txt | 28 for lockless updates. This does result in the mildly 30 rcu_read_unlock() are used to protect updates, however, this 41 c. restricting updates to a single task. 78 be running while updates are in progress. There are a number 97 c. Make updates appear atomic to readers. For example, 98 pointer updates to properly aligned fields will 106 d. Carefully order the updates and the reads so that 205 Restructure your code so that it batches the updates, allowing 247 primitive will correspondingly delay updates. In contrast, 258 limit on this number, stalling updates as needed to allow [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.
|
/Linux-v5.4/Documentation/driver-api/ |
D | generic-counter.rst | 58 Rising edges on signal A updates the respective count. The input level 67 updates the respective count; if the direction is backward, falling 68 edges on quadrature pair signal A updates the respective count. 73 updates the respective count; if the direction is backward, falling 74 edges on quadrature pair signal B updates the respective count. 78 Any state transition on quadrature pair signal A updates the 82 Any state transition on quadrature pair signal B updates the 86 Any state transition on either quadrature pair signals updates the 190 of movement and updates the respective position data. The "Quadrature
|
/Linux-v5.4/sound/pci/ctxfi/ |
D | cttimer.c | 183 int updates = 0; in ct_xfitimer_reprogram() local 208 updates++; in ct_xfitimer_reprogram() 225 return updates; in ct_xfitimer_reprogram()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/include/ |
D | logger_interface.h | 52 const struct dc_surface_update *updates,
|
/Linux-v5.4/Documentation/translations/ko_KR/ |
D | stable_api_nonsense.txt | 10 a fork. So if you have any comments or updates for this file please
|
/Linux-v5.4/drivers/staging/iio/Documentation/dac/ |
D | max517 | 23 Simultaneous output updates X X
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_debug.c | 180 const struct dc_surface_update *updates, in update_surface_trace() argument 187 const struct dc_surface_update *update = &updates[i]; in update_surface_trace()
|
/Linux-v5.4/Documentation/translations/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
|
/Linux-v5.4/drivers/net/ethernet/dlink/ |
D | Kconfig | 42 More specific information and updates are available from
|
/Linux-v5.4/Documentation/vm/ |
D | hmm.rst | 115 while keeping track of CPU page table updates. Device page table updates are 116 not as easy as CPU page table updates. To update the device page table, you must 271 concurrent device updates in multi-devices scenario. 273 HMM also serves as an impedance mismatch between how CPU page table updates 275 update their own page table. Device updates are a multi-step process. First,
|
/Linux-v5.4/Documentation/livepatch/ |
D | callbacks.rst | 10 - Safe updates to global data 126 may be possible to implement similar updates via pre/post-patch
|
/Linux-v5.4/Documentation/hwmon/ |
D | adc128d818.rst | 44 The ADC128D818 only updates its values approximately once per second;
|
/Linux-v5.4/drivers/net/ethernet/natsemi/ |
D | Kconfig | 46 More specific information and updates are available from
|
/Linux-v5.4/Documentation/devicetree/bindings/mailbox/ |
D | brcm,iproc-flexrm-mbox.txt | 38 descriptors and read/write pointer updates to DDR) are
|
/Linux-v5.4/Documentation/translations/ |
D | index.rst | 42 translations, updates, fixes).
|
/Linux-v5.4/net/can/ |
D | Kconfig | 40 informs you on demand e.g. only on content updates / timeouts.
|
/Linux-v5.4/Documentation/networking/ |
D | fore200e.txt | 41 the 'software updates' pages. The firmware binaries are part of
|
/Linux-v5.4/Documentation/crypto/ |
D | api-intro.txt | 132 For further patches and various updates, including the current TODO 248 Please send any credits updates or corrections to:
|