Searched refs:topology_entry (Results 1 – 2 of 2) sorted by relevance
171 static union topology_entry *next_tle(union topology_entry *tle) in next_tle()174 return (union topology_entry *)((struct topology_core *)tle + 1); in next_tle()175 return (union topology_entry *)((struct topology_container *)tle + 1); in next_tle()183 union topology_entry *tle, *end; in tl_to_masks()187 end = (union topology_entry *)((unsigned long)info + info->length); in tl_to_masks()
171 union topology_entry { union184 union topology_entry tle[0];
Completed in 5 milliseconds