Searched refs:topology_book_id (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/s390/kernel/
H A Dprocessor.c287 seq_printf(m, "book id : %d\n", topology_book_id(n));
/linux-master/include/linux/
H A Dtopology.h189 #if defined(topology_book_id) && defined(topology_book_cpumask)
208 #ifndef topology_book_id
209 #define topology_book_id(cpu) ((void)(cpu), -1) macro
/linux-master/arch/s390/include/asm/
H A Dtopology.h34 #define topology_book_id(cpu) (cpu_topology[cpu].book_id) macro

Completed in 181 milliseconds