Searched refs:tle (Results 1 – 3 of 3) sorted by relevance
175 static union topology_entry *next_tle(union topology_entry *tle) in next_tle() argument177 if (!tle->nl) in next_tle()178 return (union topology_entry *)((struct topology_core *)tle + 1); in next_tle()179 return (union topology_entry *)((struct topology_container *)tle + 1); in next_tle()187 union topology_entry *tle, *end; in tl_to_masks() local190 tle = info->tle; in tl_to_masks()192 while (tle < end) { in tl_to_masks()193 switch (tle->nl) { in tl_to_masks()196 drawer->id = tle->container.id; in tl_to_masks()200 book->id = tle->container.id; in tl_to_masks()[all …]
188 union topology_entry tle[]; member
3752 tlb, tle = data.start, data.end3754 tle = testruns[i+1].data.start3778 if ke - kb < 0.000001 or tlb > kb or tle <= kb:3790 if ke - kb < 0.000001 or tlb > kb or tle <= kb: