Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kernel/
Dtopology.c166 static union topology_entry *next_tle(union topology_entry *tle) in next_tle() argument
168 if (!tle->nl) in next_tle()
169 return (union topology_entry *)((struct topology_core *)tle + 1); in next_tle()
170 return (union topology_entry *)((struct topology_container *)tle + 1); in next_tle()
178 union topology_entry *tle, *end; in tl_to_masks() local
181 tle = info->tle; in tl_to_masks()
183 while (tle < end) { in tl_to_masks()
184 switch (tle->nl) { in tl_to_masks()
187 drawer->id = tle->container.id; in tl_to_masks()
191 book->id = tle->container.id; in tl_to_masks()
[all …]
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dsysinfo.h184 union topology_entry tle[0]; member
/kernel/linux/linux-5.10/tools/power/pm-graph/
Dsleepgraph.py3501 tlb, tle = data.start, data.end
3503 tle = testruns[i+1].data.start
3527 if ke - kb < 0.000001 or tlb > kb or tle <= kb:
3539 if ke - kb < 0.000001 or tlb > kb or tle <= kb: