tools/testing/selftests/bpf/progs/wakeup_source.h

Source file repositories/reference/linux-study-clean/tools/testing/selftests/bpf/progs/wakeup_source.h

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/bpf/progs/wakeup_source.h
Extension
.h
Size
499 bytes
Lines
23
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 wakeup_event_t {
	unsigned long active_count;
	long long active_time_ns;
	unsigned long event_count;
	unsigned long expire_count;
	long long last_time_ns;
	long long max_time_ns;
	long long prevent_sleep_time_ns;
	long long total_time_ns;
	unsigned long wakeup_count;
	char name[WAKEUP_NAME_LEN];
};

#endif /* __WAKEUP_SOURCE_H__ */

Annotation

Implementation Notes