Searched refs:which_units (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kernel/cpu/
H A Dtopology.h57 unsigned int topology_unit_count(u32 apicid, enum x86_topology_domains which_units,
60 static inline unsigned int topology_unit_count(u32 apicid, enum x86_topology_domains which_units, argument
H A Dtopology.c295 * @which_units: The domain level specifying the units to count
296 * @at_level: The domain level at which @which_units have to be counted
306 * results. If @at_level is equal to @which_units the result is
307 * unsurprisingly 1. If @at_level is less than @which_units the results
310 unsigned int topology_unit_count(u32 apicid, enum x86_topology_domains which_units, argument
320 if (which_units > at_level)
322 if (which_units == at_level)
324 return topo_unit_count(lvlid, at_level, apic_maps[which_units].map);

Completed in 102 milliseconds