arch/s390/include/asm/idle.h

Source file repositories/reference/linux-study-clean/arch/s390/include/asm/idle.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/idle.h
Extension
.h
Size
560 bytes
Lines
28
Domain
Architecture Layer
Bucket
arch/s390
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

struct s390_idle_data {
#ifdef CONFIG_NO_HZ_COMMON
	bool	      in_idle;
#endif
	unsigned long timer_idle_enter;
	unsigned long mt_cycles_enter[8];
	union tod_clock clock_idle_enter;
	union tod_clock clock_idle_exit;
};

DECLARE_PER_CPU(struct s390_idle_data, s390_idle);

#endif /* _S390_IDLE_H */

Annotation

Implementation Notes