lib/locking-selftest-hardirq.h

Source file repositories/reference/linux-study-clean/lib/locking-selftest-hardirq.h

File Facts

System
Linux kernel
Corpus path
lib/locking-selftest-hardirq.h
Extension
.h
Size
246 bytes
Lines
11
Domain
Kernel Services
Bucket
lib
Inferred role
Kernel Services: implementation source
Status
source implementation candidate

Why This File Exists

Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.

Dependency Surface

Detected Declarations

Annotated Snippet

#undef IRQ_DISABLE
#undef IRQ_ENABLE
#undef IRQ_ENTER
#undef IRQ_EXIT

#define IRQ_ENABLE		HARDIRQ_ENABLE
#define IRQ_DISABLE		HARDIRQ_DISABLE
#define IRQ_ENTER		HARDIRQ_ENTER
#define IRQ_EXIT		HARDIRQ_EXIT

Annotation

Implementation Notes