Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dtopology.c179 if (!tle->nl) in next_tle()
189 union topology_entry *tle, *end; in tl_to_masks() local
192 tle = info->tle; in tl_to_masks()
194 while (tle < end) { in tl_to_masks()
195 switch (tle->nl) { in tl_to_masks()
198 drawer->id = tle->container.id; in tl_to_masks()
202 book->id = tle->container.id; in tl_to_masks()
206 socket->id = tle->container.id; in tl_to_masks()
215 tle = next_tle(tle); in tl_to_masks()
561 while (tle->nl) in detect_polarization()
[all …]
/linux-6.15/arch/s390/include/asm/
H A Dsysinfo.h214 union topology_entry tle[]; member
/linux-6.15/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: