Searched refs:s390_idle_data (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
H A D | idle.h | 14 struct s390_idle_data { struct
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | idle.c | 20 static DEFINE_PER_CPU(struct s390_idle_data, s390_idle); 24 struct s390_idle_data *idle = this_cpu_ptr(&s390_idle); enabled_wait() 54 struct s390_idle_data *idle = &per_cpu(s390_idle, dev->id); show_idle_count() 71 struct s390_idle_data *idle = &per_cpu(s390_idle, dev->id); show_idle_time() 89 struct s390_idle_data *idle = &per_cpu(s390_idle, cpu); arch_cpu_idle_time()
|
H A D | asm-offsets.c | 86 DEFINE(__CLOCK_IDLE_ENTER, offsetof(struct s390_idle_data, clock_idle_enter)); main() 87 DEFINE(__CLOCK_IDLE_EXIT, offsetof(struct s390_idle_data, clock_idle_exit)); main() 88 DEFINE(__TIMER_IDLE_ENTER, offsetof(struct s390_idle_data, timer_idle_enter)); main() 89 DEFINE(__TIMER_IDLE_EXIT, offsetof(struct s390_idle_data, timer_idle_exit)); main()
|
H A D | entry.h | 19 void psw_idle(struct s390_idle_data *, unsigned long);
|
Completed in 60 milliseconds