Searched refs:move_level_to_numa (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/s390/numa/ |
D | mode_emu.c | 260 static void move_level_to_numa(struct toptree *numa, struct toptree *phys, in move_level_to_numa() function 277 move_level_to_numa(numa, phys, DRAWER, true); in toptree_to_numa_first() 278 move_level_to_numa(numa, phys, DRAWER, false); in toptree_to_numa_first() 279 move_level_to_numa(numa, phys, BOOK, true); in toptree_to_numa_first() 280 move_level_to_numa(numa, phys, BOOK, false); in toptree_to_numa_first() 281 move_level_to_numa(numa, phys, MC, true); in toptree_to_numa_first() 282 move_level_to_numa(numa, phys, MC, false); in toptree_to_numa_first()
|