Searched refs:move_level_to_numa (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/s390/numa/ |
D | mode_emu.c | 248 static void move_level_to_numa(struct toptree *numa, struct toptree *phys, in move_level_to_numa() function 265 move_level_to_numa(numa, phys, BOOK, true); in toptree_to_numa_first() 266 move_level_to_numa(numa, phys, BOOK, false); in toptree_to_numa_first() 267 move_level_to_numa(numa, phys, MC, true); in toptree_to_numa_first() 268 move_level_to_numa(numa, phys, MC, false); in toptree_to_numa_first()
|