Home
last modified time | relevance | path

Searched refs:drawer (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/s390/kernel/
Dtopology.c115 struct mask_info *drawer, in add_cpus_to_mask() argument
132 topo->drawer_id = drawer->id; in add_cpus_to_mask()
138 cpumask_set_cpu(lcpu + i, &drawer->mask); in add_cpus_to_mask()
179 struct mask_info *drawer = &drawer_info; in tl_to_masks() local
188 drawer = drawer->next; in tl_to_masks()
189 drawer->id = tle->container.id; in tl_to_masks()
200 add_cpus_to_mask(&tle->cpu, drawer, book, socket); in tl_to_masks()
/Linux-v5.4/arch/s390/numa/
Dmode_emu.c353 struct toptree *phys, *node, *drawer, *book, *mc, *core; in toptree_from_topology() local
362 drawer = toptree_get_child(node, top->drawer_id); in toptree_from_topology()
363 book = toptree_get_child(drawer, top->book_id); in toptree_from_topology()
366 if (!drawer || !book || !mc || !core) in toptree_from_topology()
/Linux-v5.4/Documentation/admin-guide/
Dcputopology.rst35 the drawer ID of cpuX. Typically it is the hardware platform's
88 However, the book and drawer related sysfs files will only be created if
/Linux-v5.4/arch/alpha/include/asm/
Derr_ev7.h153 u16 drawer; member
/Linux-v5.4/Documentation/powerpc/
Dvcpudispatch_stats.txt31 5. number of times this vcpu was dispatches on a different socket/drawer
/Linux-v5.4/arch/alpha/kernel/
Derr_marvel.c57 env->drawer); in marvel_print_680_frame()