Home
last modified time | relevance | path

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

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