Searched refs:nshared (Results 1 – 3 of 3) sorted by relevance
17 u32 nshared; /* # shared requests */ member160 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()
346 u32 nshared = __ffa_host_share_ranges(ranges, nranges); in ffa_host_share_ranges() local349 if (nshared != nranges) { in ffa_host_share_ranges()350 WARN_ON(__ffa_host_unshare_ranges(ranges, nshared) != nshared); in ffa_host_share_ranges()
907 unsigned int apicid, nshared, first, last; in __cache_amd_cpumap_setup() local909 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()