Searched refs:shared_max (Results 1 – 3 of 3) sorted by relevance
54 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 …]
53 uint32_t shared_max; member
242 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()