Lines Matching refs:book
83 struct mask_info *book, in add_cpus_to_mask() argument
100 topo->book_id = book->id; in add_cpus_to_mask()
103 cpumask_set_cpu(lcpu + i, &book->mask); in add_cpus_to_mask()
143 struct mask_info *book = &book_info; in __tl_to_masks_generic() local
151 book = book->next; in __tl_to_masks_generic()
152 book->id = tle->container.id; in __tl_to_masks_generic()
159 add_cpus_to_mask(&tle->cpu, book, socket, 0); in __tl_to_masks_generic()
172 struct mask_info *book = &book_info; in __tl_to_masks_z10() local
180 book = book->next; in __tl_to_masks_z10()
181 book->id = tle->container.id; in __tl_to_masks_z10()
184 socket = add_cpus_to_mask(&tle->cpu, book, socket, 1); in __tl_to_masks_z10()