Home
last modified time | relevance | path

Searched refs:nshared (Results 1 – 2 of 2) 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/x86/kernel/cpu/
H A Dcacheinfo.c513 unsigned int apicid, nshared, first, last; in __cache_amd_cpumap_setup() local
515 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()