Home
last modified time | relevance | path

Searched refs:shared_max (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_dma_resv.c54 list->shared_max = n; in objlist_tryalloc()
65 list->shared_max = n; in objlist_alloc()
73 uint32_t n = list->shared_max; in objlist_free()
345 if (n <= list->shared_max) in dma_resv_reserve_shared()
355 if (n <= prealloc->shared_max) in dma_resv_reserve_shared()
649 KASSERT(list->shared_count < list->shared_max); in dma_resv_add_shared_fence()
682 KASSERT(shared_count < prealloc->shared_max); in dma_resv_add_shared_fence()
701 KASSERT(prealloc->shared_count < prealloc->shared_max); in dma_resv_add_shared_fence()
792 KASSERT(shared_count <= list->shared_max); in dma_resv_get_fences_rcu()
793 if (list->shared_max == UINT_MAX) in dma_resv_get_fences_rcu()
[all …]
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Ddma-resv.h53 uint32_t shared_max; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c242 new = kmalloc(offsetof(typeof(*new), shared[old->shared_max]), in amdgpu_amdkfd_remove_eviction_fence()
261 new->shared_max = old->shared_max; in amdgpu_amdkfd_remove_eviction_fence()