Searched refs:tle (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dtopology.c172 static union topology_entry *next_tle(union topology_entry *tle) argument
174 if (!tle->nl)
175 return (union topology_entry *)((struct topology_core *)tle + 1);
176 return (union topology_entry *)((struct topology_container *)tle + 1);
184 union topology_entry *tle, *end; local
187 tle = info->tle;
189 while (tle < end) {
190 switch (tle->nl) {
193 drawer->id = tle
[all...]
/linux-master/arch/s390/include/asm/
H A Dsysinfo.h188 union topology_entry tle[]; member in struct:sysinfo_15_1_x
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py3752 tlb, tle = data.start, data.end
3754 tle = testruns[i+1].data.start
3778 if ke - kb < 0.000001 or tlb > kb or tle <= kb:
3790 if ke - kb < 0.000001 or tlb > kb or tle <= kb:

Completed in 233 milliseconds