Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dtopology.h18 unsigned short drawer_id; member
36 #define topology_drawer_id(cpu) (cpu_topology[cpu].drawer_id)
/linux/drivers/base/
H A Dtopology.c101 define_id_show_func(drawer_id, "%d");
102 static DEVICE_ATTR_RO(drawer_id);
/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu57 What: /sys/devices/system/cpu/cpuX/topology/drawer_id
120 drawer_id. it's only used on s390.
125 drawer_id.
/linux/arch/s390/kernel/
H A Dtopology.c139 topo->drawer_id = drawer->id; in add_cpus_to_mask()
273 topo->drawer_id = id; in update_cpu_masks()