HomeSort by: relevance | last modified time | path
    Searched refs:shared_max (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_dma_resv.c 54 list->shared_max = n;
65 list->shared_max = n;
73 uint32_t n = list->shared_max;
345 if (n <= list->shared_max)
355 if (n <= prealloc->shared_max)
649 KASSERT(list->shared_count < list->shared_max);
682 KASSERT(shared_count < prealloc->shared_max);
701 KASSERT(prealloc->shared_count < prealloc->shared_max);
792 KASSERT(shared_count <= list->shared_max);
793 if (list->shared_max == UINT_MAX
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
dma-resv.h 53 uint32_t shared_max; member in struct:dma_resv_list
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd_gpuvm.c 242 new = kmalloc(offsetof(typeof(*new), shared[old->shared_max]),
261 new->shared_max = old->shared_max;

Completed in 16 milliseconds