Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dtopology.c176 static union topology_entry *next_tle(union topology_entry *tle) in next_tle() argument
178 if (!tle->nl) in next_tle()
179 return (union topology_entry *)((struct topology_core *)tle + 1); in next_tle()
180 return (union topology_entry *)((struct topology_container *)tle + 1); in next_tle()
188 union topology_entry *tle, *end; in tl_to_masks() local
191 tle = info->tle; in tl_to_masks()
193 while (tle < end) { in tl_to_masks()
194 switch (tle->nl) { in tl_to_masks()
201 drawer->id = tle->container.id - 1; in tl_to_masks()
205 book->id = tle->container.id - 1; in tl_to_masks()
[all …]
/linux/tools/power/pm-graph/
H A Dsleepgraph.py3776 tlb, tle = data.start, data.end
3778 tle = testruns[i+1].data.start
3802 if ke - kb < 0.000001 or tlb > kb or tle <= kb:
3814 if ke - kb < 0.000001 or tlb > kb or tle <= kb: