topology_entry
union topology_entry tle[];
static union topology_entry *next_tle(union topology_entry *tle)
return (union topology_entry *)((struct topology_core *)tle + 1);
return (union topology_entry *)((struct topology_container *)tle + 1);
union topology_entry *tle, *end;
end = (union topology_entry *)((unsigned long)info + info->length);
static int __init detect_polarization(union topology_entry *tle)