Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dtopology.h17 unsigned short book_id; member
34 #define topology_book_id(cpu) (cpu_topology[cpu].book_id)
/linux/drivers/base/
H A Dtopology.c93 define_id_show_func(book_id, "%d");
94 static DEVICE_ATTR_RO(book_id);
/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu51 What: /sys/devices/system/cpu/cpuX/topology/book_id
109 book_id. it's only used on s390.
114 book_id.
/linux/arch/s390/kernel/
H A Dtopology.c140 topo->book_id = book->id; in add_cpus_to_mask()
272 topo->book_id = id; in update_cpu_masks()