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()
513 unsigned int apicid, nshared, first, last; in __cache_amd_cpumap_setup() local515 nshared = id4->eax.split.num_threads_sharing + 1; in __cache_amd_cpumap_setup()517 first = apicid - (apicid % nshared); in __cache_amd_cpumap_setup()518 last = first + nshared - 1; in __cache_amd_cpumap_setup()
388 u32 nshared = __ffa_host_share_ranges(ranges, nranges); in ffa_host_share_ranges() local391 if (nshared != nranges) { in ffa_host_share_ranges()392 WARN_ON(__ffa_host_unshare_ranges(ranges, nshared) != nshared); in ffa_host_share_ranges()