tools/sched_ext/scx_flatcg.h

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

File Facts

System
Linux kernel
Corpus path
tools/sched_ext/scx_flatcg.h
Extension
.h
Size
803 bytes
Lines
52
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 fcg_cgrp_ctx {
	u32			nr_active;
	u32			nr_runnable;
	u32			queued;
	u32			weight;
	u32			hweight;
	u64			child_weight_sum;
	u64			hweight_gen;
	s64			cvtime_delta;
	u64			tvtime_now;
};

#endif /* __SCX_EXAMPLE_FLATCG_H */

Annotation

Implementation Notes