Searched defs:tle (Results 1 - 2 of 2) sorted by relevance

/arch/s390/include/asm/
H A Dsysinfo.h142 union topology_entry tle[0]; member in struct:sysinfo_15_1_x
/arch/s390/kernel/
H A Dtopology.c119 static union topology_entry *next_tle(union topology_entry *tle) argument
121 if (!tle->nl)
122 return (union topology_entry *)((struct topology_cpu *)tle + 1);
123 return (union topology_entry *)((struct topology_container *)tle + 1);
130 union topology_entry *tle, *end; local
132 tle = info->tle;
134 while (tle < end) {
135 switch (tle->nl) {
138 book->id = tle
159 union topology_entry *tle, *end; local
[all...]

Completed in 189 milliseconds