Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma-buf/
Ddma-resv.c442 struct dma_fence **nshared; in dma_resv_get_fences() local
444 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()
/Linux-v5.15/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()