Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Daie2_solver.c17 u32 nshared; /* # shared requests */ member
160 pt_node->nshared--; in remove_partition_node()
161 if (pt_node->nshared > 0) in remove_partition_node()
204 pt_node->nshared = 1; in get_free_partition()
238 if (rpt_node && pt_node->nshared >= rpt_node->nshared) in allocate_partition()
256 rpt_node->nshared++; in allocate_partition()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c346 u32 nshared = __ffa_host_share_ranges(ranges, nranges); in ffa_host_share_ranges() local
349 if (nshared != nranges) { in ffa_host_share_ranges()
350 WARN_ON(__ffa_host_unshare_ranges(ranges, nshared) != nshared); in ffa_host_share_ranges()
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c907 unsigned int apicid, nshared, first, last; in __cache_amd_cpumap_setup() local
909 nshared = base->eax.split.num_threads_sharing + 1; in __cache_amd_cpumap_setup()
911 first = apicid - (apicid % nshared); in __cache_amd_cpumap_setup()
912 last = first + nshared - 1; in __cache_amd_cpumap_setup()