tools/sched_ext/scx_userland.h

Source file repositories/reference/linux-study-clean/tools/sched_ext/scx_userland.h

File Facts

System
Linux kernel
Corpus path
tools/sched_ext/scx_userland.h
Extension
.h
Size
389 bytes
Lines
18
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 scx_userland_enqueued_task {
	__s32 pid;
	u64 sum_exec_runtime;
	u64 weight;
};

#endif  // __SCX_USERLAND_COMMON_H

Annotation

Implementation Notes