Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scheds/rust/scx_lavd/src/bpf/lavd.bpf.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ extern volatile u64 balanced_mode_ns;
extern volatile u64 powersave_mode_ns;

/* Helpers from util.bpf.c for querying CPU/task state. */
extern const volatile bool per_cpu_dsq;

bool is_lock_holder_running(struct cpu_ctx *cpuc);
bool have_scheduled(struct task_ctx *taskc);
Expand Down