Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsmp.h138 TOPO_LEVEL_COUNT /* Must be last */ enumerator
141 int entities[TOPO_LEVEL_COUNT];
/freebsd/sys/kern/
H A Dsubr_smp.c1262 } topology_level_table[TOPO_LEVEL_COUNT] = {
1282 if (level >= TOPO_LEVEL_COUNT) in topo_analyze_table()