Home
last modified time | relevance | path

Searched refs:book_id (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
Dtopology.h16 unsigned short book_id; member
31 #define topology_book_id(cpu) (per_cpu(cpu_topology, cpu).book_id)
/linux-4.4.14/drivers/base/
Dtopology.c73 define_id_show_func(book_id);
74 static DEVICE_ATTR_RO(book_id);
/linux-4.4.14/Documentation/
Dcputopology.txt17 3) /sys/devices/system/cpu/cpuX/topology/book_id:
46 book_id.
51 book_id.
/linux-4.4.14/arch/s390/kernel/
Dtopology.c100 topo->book_id = book->id; in add_cpus_to_mask()
264 topo->book_id = cpu; in update_cpu_masks()
/linux-4.4.14/arch/s390/numa/
Dmode_emu.c347 book = toptree_get_child(node, top->book_id); in toptree_from_topology()