scx/scheds/include/scx
David Vernet ee940bd8b5
rustland: Mark get_cpu_owner() as __maybe_unused
scx_rustland has a function called get_cpu_owner() in BPF which
currently has no callers. There's nothing wrong with the function, but
it causes a warning due to an unused function. Let's just annotate it
with __maybe_unused to tell the compiler that it's not a problem.

Signed-off-by: David Vernet <void@manifault.com>
2024-05-18 07:51:20 -05:00
..
common.bpf.h rustland: Mark get_cpu_owner() as __maybe_unused 2024-05-18 07:51:20 -05:00
common.h scx: Sync from kernel, some schedulers are broken 2024-03-29 12:14:26 -10:00
compat.bpf.h Sync from kernel (73f4013eb1eb) 2024-05-17 01:57:36 -10:00
compat.h Merge pull request #291 from sched-ext/htejun/sync-kernel 2024-05-17 20:43:00 -05:00
ravg_impl.bpf.h scheds: Rearrange include files to match kernel/tools/sched_ext/include 2023-12-03 12:47:23 -10:00
ravg.bpf.h scx_rusty: Fix typos 2024-02-07 23:38:26 -06:00
user_exit_info.h Sync from kernel (670bdab6073) 2024-04-29 09:58:19 -10:00