Home
last modified time | relevance | path

Searched refs:TOPO_LEVEL_COUNT (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/sys/
H A Dsmp.h137 TOPO_LEVEL_COUNT /* Must be last */ enumerator
140 int entities[TOPO_LEVEL_COUNT];
/freebsd-12.1/sys/kern/
H A Dsubr_smp.c1068 } topology_level_table[TOPO_LEVEL_COUNT] = {
1088 if (level >= TOPO_LEVEL_COUNT) in topo_analyze_table()