Home
last modified time | relevance | path

Searched refs:shared_count (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/dma-buf/
Ddma-resv.c92 for (i = 0; i < list->shared_count; ++i) in dma_resv_list_free()
158 if ((old->shared_count + num_fences) <= old->shared_max) in dma_resv_reserve_shared()
161 max = max(old->shared_count + num_fences, in dma_resv_reserve_shared()
177 for (i = 0, j = 0, k = max; i < (old ? old->shared_count : 0); ++i) { in dma_resv_reserve_shared()
187 new->shared_count = j; in dma_resv_reserve_shared()
235 count = fobj->shared_count; in dma_resv_add_shared_fence()
249 BUG_ON(fobj->shared_count >= fobj->shared_max); in dma_resv_add_shared_fence()
256 smp_store_mb(fobj->shared_count, count); in dma_resv_add_shared_fence()
281 i = old->shared_count; in dma_resv_add_excl_fence()
291 old->shared_count = 0; in dma_resv_add_excl_fence()
[all …]
Ddma-buf.c202 unsigned shared_count, seq; in dma_buf_poll() local
222 shared_count = fobj->shared_count; in dma_buf_poll()
224 shared_count = 0; in dma_buf_poll()
231 if (fence_excl && (!(events & EPOLLOUT) || shared_count == 0)) { in dma_buf_poll()
235 if (shared_count == 0) in dma_buf_poll()
266 if ((events & EPOLLOUT) && shared_count > 0) { in dma_buf_poll()
281 for (i = 0; i < shared_count; ++i) { in dma_buf_poll()
305 if (i == shared_count) in dma_buf_poll()
1161 int count = 0, attach_count, shared_count, i; in dma_buf_debug_show() local
1195 shared_count = fobj ? fobj->shared_count : 0; in dma_buf_debug_show()
[all …]
/Linux-v5.4/drivers/md/
Ddm-bio-prison-v2.c164 (*cell)->shared_count++; in __get()
167 (*cell)->shared_count = 1; in __get()
193 BUG_ON(!cell->shared_count); in __put()
194 cell->shared_count--; in __put()
197 if (!cell->shared_count) { in __put()
244 return cell->shared_count > 0; in __lock()
248 cell->shared_count = 0; in __lock()
278 if (!cell->shared_count) in __quiesce()
304 return cell->shared_count > 0; in __promote()
331 if (cell->shared_count) { in __unlock()
Ddm-bio-prison-v2.h48 unsigned shared_count; member
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_busy.c122 unsigned int shared_count = list->shared_count, i; in i915_gem_busy_ioctl() local
124 for (i = 0; i < shared_count; ++i) { in i915_gem_busy_ioctl()
/Linux-v5.4/include/linux/
Ddma-resv.h61 u32 shared_count, shared_max; member
225 fence->shared_max = fence->shared_count; in dma_resv_unlock()
/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_debugfs.c65 rel = fobj ? fobj->shared_count : 0; in qxl_debugfs_buffers_info()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_sync.c111 for (i = 0; i < flist->shared_count; ++i) { in radeon_sync_resv()
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_gem.c710 if (!fobj || (fobj->shared_count == 0)) { in msm_gem_sync_object()
723 for (i = 0; i < fobj->shared_count; i++) { in msm_gem_sync_object()
847 unsigned int i, shared_count = fobj->shared_count; in msm_gem_describe() local
849 for (i = 0; i < shared_count; i++) { in msm_gem_describe()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.c88 for (i = 0; i < work->shared_count; ++i) in amdgpu_display_flip_work_func()
209 &work->shared_count, in amdgpu_display_crtc_page_flip_target()
261 for (i = 0; i < work->shared_count; ++i) in amdgpu_display_crtc_page_flip_target()
Damdgpu_sync.c213 for (i = 0; i < flist->shared_count; ++i) { in amdgpu_sync_resv()
Damdgpu_amdkfd_gpuvm.c240 for (i = 0, j = old->shared_count, k = 0; i < old->shared_count; ++i) { in amdgpu_amdkfd_remove_eviction_fence()
252 new->shared_count = k; in amdgpu_amdkfd_remove_eviction_fence()
262 for (i = j, k = 0; i < old->shared_count; ++i) { in amdgpu_amdkfd_remove_eviction_fence()
Damdgpu_vm.c1882 unsigned i, shared_count; in amdgpu_vm_prt_fini() local
1886 &shared_count, &shared); in amdgpu_vm_prt_fini()
1900 for (i = 0; i < shared_count; ++i) { in amdgpu_vm_prt_fini()
Damdgpu.h393 unsigned shared_count; member
Damdgpu_ttm.c1491 for (i = 0; i < flist->shared_count; ++i) { in amdgpu_ttm_bo_eviction_valuable()
/Linux-v5.4/drivers/gpu/drm/etnaviv/
Detnaviv_gem.c469 unsigned int i, shared_count = fobj->shared_count; in etnaviv_gem_describe() local
471 for (i = 0; i < shared_count; i++) { in etnaviv_gem_describe()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_fence.c352 if (fence && (!exclusive || !fobj || !fobj->shared_count)) { in nouveau_fence_sync()
374 for (i = 0; i < fobj->shared_count && !ret; ++i) { in nouveau_fence_sync()
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo.c466 for (i = 0; fobj && i < fobj->shared_count; ++i) { in ttm_bo_flush_all_fences()