Searched refs:nshared (Results 1 – 2 of 2) sorted by relevance
442 struct dma_fence **nshared; in dma_resv_get_fences() local444 nshared = krealloc(shared, sz, in dma_resv_get_fences()446 if (!nshared) { in dma_resv_get_fences()452 nshared = krealloc(shared, sz, GFP_KERNEL); in dma_resv_get_fences()453 if (nshared) { in dma_resv_get_fences()454 shared = nshared; in dma_resv_get_fences()461 shared = nshared; in dma_resv_get_fences()
902 unsigned int apicid, nshared, first, last; in __cache_amd_cpumap_setup() local904 nshared = base->eax.split.num_threads_sharing + 1; in __cache_amd_cpumap_setup()906 first = apicid - (apicid % nshared); in __cache_amd_cpumap_setup()907 last = first + nshared - 1; in __cache_amd_cpumap_setup()