tools/testing/selftests/kvm/include/arm64/spinlock.h

Source file repositories/reference/linux-study-clean/tools/testing/selftests/kvm/include/arm64/spinlock.h

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/kvm/include/arm64/spinlock.h
Extension
.h
Size
285 bytes
Lines
14
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

struct spinlock {
	int v;
};

extern void spin_lock(struct spinlock *lock);
extern void spin_unlock(struct spinlock *lock);

#endif /* SELFTEST_KVM_ARM64_SPINLOCK_H */

Annotation

Implementation Notes