Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Dtopology.c171 static union topology_entry *next_tle(union topology_entry *tle) in next_tle() argument
173 if (!tle->nl) in next_tle()
183 union topology_entry *tle, *end; in tl_to_masks() local
186 tle = info->tle; in tl_to_masks()
188 while (tle < end) { in tl_to_masks()
189 switch (tle->nl) { in tl_to_masks()
192 drawer->id = tle->container.id; in tl_to_masks()
196 book->id = tle->container.id; in tl_to_masks()
200 socket->id = tle->container.id; in tl_to_masks()
203 add_cpus_to_mask(&tle->cpu, drawer, book, socket); in tl_to_masks()
[all …]
/linux/arch/s390/include/asm/
A Dsysinfo.h184 union topology_entry tle[0]; member
/linux/tools/power/pm-graph/
A Dsleepgraph.py3584 tlb, tle = data.start, data.end
3586 tle = testruns[i+1].data.start
3610 if ke - kb < 0.000001 or tlb > kb or tle <= kb:
3622 if ke - kb < 0.000001 or tlb > kb or tle <= kb:

Completed in 22 milliseconds