Searched refs:nshared (Results 1 – 2 of 2) sorted by relevance
431 struct dma_fence **nshared; in dma_resv_get_fences_rcu() local433 nshared = krealloc(shared, sz, in dma_resv_get_fences_rcu()435 if (!nshared) { in dma_resv_get_fences_rcu()441 nshared = krealloc(shared, sz, GFP_KERNEL); in dma_resv_get_fences_rcu()442 if (nshared) { in dma_resv_get_fences_rcu()443 shared = nshared; in dma_resv_get_fences_rcu()450 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()