Searched refs:nshared (Results 1 – 2 of 2) sorted by relevance
464 struct dma_fence **nshared; in dma_resv_get_fences_rcu() local466 nshared = krealloc(shared, sz, in dma_resv_get_fences_rcu()468 if (!nshared) { in dma_resv_get_fences_rcu()474 nshared = krealloc(shared, sz, GFP_KERNEL); in dma_resv_get_fences_rcu()475 if (nshared) { in dma_resv_get_fences_rcu()476 shared = nshared; in dma_resv_get_fences_rcu()483 shared = nshared; in dma_resv_get_fences_rcu()
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()