Lines Matching refs:book
78 struct mask_info *book, in add_cpus_to_mask() argument
93 per_cpu(cpu_topology, lcpu + i).book_id = book->id; in add_cpus_to_mask()
96 cpumask_set_cpu(lcpu + i, &book->mask); in add_cpus_to_mask()
136 struct mask_info *book = &book_info; in __tl_to_masks_generic() local
144 book = book->next; in __tl_to_masks_generic()
145 book->id = tle->container.id; in __tl_to_masks_generic()
152 add_cpus_to_mask(&tle->cpu, book, socket, 0); in __tl_to_masks_generic()
165 struct mask_info *book = &book_info; in __tl_to_masks_z10() local
173 book = book->next; in __tl_to_masks_z10()
174 book->id = tle->container.id; in __tl_to_masks_z10()
177 socket = add_cpus_to_mask(&tle->cpu, book, socket, 1); in __tl_to_masks_z10()