/Linux-v4.19/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-v4.19/arch/powerpc/mm/ |
D | numa.c | 1306 struct topology_update_data *updates, *ud; in numa_update_cpu_topology() local 1318 updates = kcalloc(weight, sizeof(*updates), GFP_KERNEL); in numa_update_cpu_topology() 1319 if (!updates) in numa_update_cpu_topology() 1354 ud = &updates[i++]; in numa_update_cpu_topology() 1355 ud->next = &updates[i]; in numa_update_cpu_topology() 1369 updates[i-1].next = NULL; in numa_update_cpu_topology() 1373 for (ud = &updates[0]; ud; ud = ud->next) { in numa_update_cpu_topology() 1395 stop_machine_cpuslocked(update_cpu_topology, &updates[0], in numa_update_cpu_topology() 1398 stop_machine(update_cpu_topology, &updates[0], &updated_cpus); in numa_update_cpu_topology() 1406 stop_machine_cpuslocked(update_lookup_table, &updates[0], in numa_update_cpu_topology() [all …]
|
/Linux-v4.19/Documentation/driver-api/firmware/ |
D | fw_search_path.rst | 9 * /lib/firmware/updates/UTS_RELEASE/ 10 * /lib/firmware/updates/
|
/Linux-v4.19/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-v4.19/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 208 Restructure your code so that it batches the updates, allowing 250 primitive will correspondingly delay updates. In contrast, 261 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-v4.19/Documentation/devicetree/ |
D | todo.txt | 7 - Switch to RCU for tree updates and get rid of global spinlock
|
/Linux-v4.19/Documentation/translations/it_IT/ |
D | disclaimer-ita.rst | 13 updates for this file please try to update the original English file first.
|
/Linux-v4.19/sound/pci/ctxfi/ |
D | cttimer.c | 186 int updates = 0; in ct_xfitimer_reprogram() local 211 updates++; in ct_xfitimer_reprogram() 228 return updates; in ct_xfitimer_reprogram()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/include/ |
D | logger_interface.h | 52 const struct dc_surface_update *updates,
|
/Linux-v4.19/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-v4.19/drivers/staging/iio/Documentation/dac/ |
D | max517 | 23 Simultaneous output updates X X
|
/Linux-v4.19/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()
|
D | dc.c | 1248 struct dc_surface_update *updates, in check_update_surfaces_for_stream() argument 1264 det_surface_update(dc, &updates[i]); in check_update_surfaces_for_stream() 1277 struct dc_surface_update *updates, in dc_check_update_surfaces_for_stream() argument 1286 updates[i].surface->update_flags.raw = 0; in dc_check_update_surfaces_for_stream() 1288 type = check_update_surfaces_for_stream(dc, updates, surface_count, stream_update, stream_status); in dc_check_update_surfaces_for_stream() 1291 updates[i].surface->update_flags.raw = 0xFFFFFFFF; in dc_check_update_surfaces_for_stream()
|
/Linux-v4.19/Documentation/virtual/kvm/arm/ |
D | psci.txt | 6 and KVM implements these updates if they make sense from a virtualization
|
/Linux-v4.19/drivers/net/ethernet/dlink/ |
D | Kconfig | 41 More specific information and updates are available from
|
/Linux-v4.19/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-v4.19/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-v4.19/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 245 concurrent device updates in multi-devices scenario. 247 HMM also serves as an impedance mismatch between how CPU page table updates 249 update their own page table. Device updates are a multi-step process. First,
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/ |
D | dc_stream.h | 229 struct dc_surface_update *updates,
|
/Linux-v4.19/Documentation/hwmon/ |
D | adc128d818 | 41 The ADC128D818 only updates its values approximately once per second;
|
/Linux-v4.19/drivers/net/ethernet/natsemi/ |
D | Kconfig | 45 More specific information and updates are available from
|
/Linux-v4.19/Documentation/devicetree/bindings/mailbox/ |
D | brcm,iproc-flexrm-mbox.txt | 38 descriptors and read/write pointer updates to DDR) are
|
/Linux-v4.19/net/can/ |
D | Kconfig | 38 informs you on demand e.g. only on content updates / timeouts.
|