HomeSort by: relevance | last modified time | path
    Searched defs:shared_alloc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_dma_resv.c 771 unsigned shared_alloc = 0, shared_count, i; local in function:dma_resv_get_fences_rcu
802 shared_alloc = list->shared_max + 1;
803 shared = kcalloc(shared_alloc, sizeof(shared[0]),
812 shared = kcalloc(shared_alloc,
818 } else if (shared_alloc < list->shared_max + 1) {
824 shared_alloc = list->shared_max + 1;
827 shared = kcalloc(shared_alloc, sizeof(shared[0]),
864 KASSERT(shared_count <= shared_alloc);
865 KASSERT(shared_alloc == 0 || shared_count < shared_alloc);
    [all...]
linux_dma_resv.c 771 unsigned shared_alloc = 0, shared_count, i; local in function:dma_resv_get_fences_rcu
802 shared_alloc = list->shared_max + 1;
803 shared = kcalloc(shared_alloc, sizeof(shared[0]),
812 shared = kcalloc(shared_alloc,
818 } else if (shared_alloc < list->shared_max + 1) {
824 shared_alloc = list->shared_max + 1;
827 shared = kcalloc(shared_alloc, sizeof(shared[0]),
864 KASSERT(shared_count <= shared_alloc);
865 KASSERT(shared_alloc == 0 || shared_count < shared_alloc);
    [all...]
linux_dma_resv.c 771 unsigned shared_alloc = 0, shared_count, i; local in function:dma_resv_get_fences_rcu
802 shared_alloc = list->shared_max + 1;
803 shared = kcalloc(shared_alloc, sizeof(shared[0]),
812 shared = kcalloc(shared_alloc,
818 } else if (shared_alloc < list->shared_max + 1) {
824 shared_alloc = list->shared_max + 1;
827 shared = kcalloc(shared_alloc, sizeof(shared[0]),
864 KASSERT(shared_count <= shared_alloc);
865 KASSERT(shared_alloc == 0 || shared_count < shared_alloc);
    [all...]
linux_dma_resv.c 771 unsigned shared_alloc = 0, shared_count, i; local in function:dma_resv_get_fences_rcu
802 shared_alloc = list->shared_max + 1;
803 shared = kcalloc(shared_alloc, sizeof(shared[0]),
812 shared = kcalloc(shared_alloc,
818 } else if (shared_alloc < list->shared_max + 1) {
824 shared_alloc = list->shared_max + 1;
827 shared = kcalloc(shared_alloc, sizeof(shared[0]),
864 KASSERT(shared_count <= shared_alloc);
865 KASSERT(shared_alloc == 0 || shared_count < shared_alloc);
    [all...]

Completed in 41 milliseconds