Home
last modified time | relevance | path

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

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