Searched refs:tle (Results 1 – 3 of 3) sorted by relevance
170 static union topology_entry *next_tle(union topology_entry *tle) in next_tle() argument172 if (!tle->nl) in next_tle()182 union topology_entry *tle, *end; in tl_to_masks() local185 tle = info->tle; in tl_to_masks()187 while (tle < end) { in tl_to_masks()188 switch (tle->nl) { in tl_to_masks()191 drawer->id = tle->container.id; in tl_to_masks()195 book->id = tle->container.id; in tl_to_masks()199 socket->id = tle->container.id; in tl_to_masks()202 add_cpus_to_mask(&tle->cpu, drawer, book, socket); in tl_to_masks()[all …]
184 union topology_entry tle[]; member
3732 tlb, tle = data.start, data.end3734 tle = testruns[i+1].data.start3758 if ke - kb < 0.000001 or tlb > kb or tle <= kb:3770 if ke - kb < 0.000001 or tlb > kb or tle <= kb:
Completed in 20 milliseconds