Home
last modified time | relevance | path

Searched refs:nshared (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma-buf/
Ddma-resv.c464 struct dma_fence **nshared; in dma_resv_get_fences_rcu() local
466 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()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dcacheinfo.c902 unsigned int apicid, nshared, first, last; in __cache_amd_cpumap_setup() local
904 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()