include/linux/irqflags_types.h

Source file repositories/reference/linux-study-clean/include/linux/irqflags_types.h

File Facts

System
Linux kernel
Corpus path
include/linux/irqflags_types.h
Extension
.h
Size
563 bytes
Lines
23
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct irqtrace_events {
	unsigned int	irq_events;
	unsigned long	hardirq_enable_ip;
	unsigned long	hardirq_disable_ip;
	unsigned int	hardirq_enable_event;
	unsigned int	hardirq_disable_event;
	unsigned long	softirq_disable_ip;
	unsigned long	softirq_enable_ip;
	unsigned int	softirq_disable_event;
	unsigned int	softirq_enable_event;
};

#endif

#endif /* _LINUX_IRQFLAGS_TYPES_H */

Annotation

Implementation Notes