Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dtopology.c168 static union topology_entry *next_tle(union topology_entry *tle) in next_tle() argument
170 if (!tle->nl) in next_tle()
171 return (union topology_entry *)((struct topology_core *)tle + 1); in next_tle()
172 return (union topology_entry *)((struct topology_container *)tle + 1); in next_tle()
180 union topology_entry *tle, *end; in tl_to_masks() local
183 tle = info->tle; in tl_to_masks()
185 while (tle < end) { in tl_to_masks()
186 switch (tle->nl) { in tl_to_masks()
189 drawer->id = tle->container.id; in tl_to_masks()
193 book->id = tle->container.id; in tl_to_masks()
[all …]
/arch/s390/include/asm/
Dsysinfo.h184 union topology_entry tle[0]; member