Home
last modified time | relevance | path

Searched refs:scx_bpf_now (Results 1 – 6 of 6) sorted by relevance

/linux/tools/sched_ext/include/scx/
H A Dcompat.bpf.h198 #define scx_bpf_now() \ macro
199 (bpf_ksym_exists(scx_bpf_now) ? \
200 scx_bpf_now() : \
H A Dcommon.bpf.h105 u64 scx_bpf_now(void) __ksym __weak;
/linux/tools/sched_ext/
H A Dscx_central.bpf.c286 *started_at = scx_bpf_now() ?: 1; /* 0 indicates idle */ in BPF_STRUCT_OPS()
299 u64 now = scx_bpf_now(); in central_timerfn()
H A Dscx_pair.bpf.c364 u64 now = scx_bpf_now(); in try_dispatch()
H A Dscx_flatcg.bpf.c738 u64 now = scx_bpf_now(); in BPF_STRUCT_OPS()
/linux/kernel/sched/ext/
H A Dext.c10649 __bpf_kfunc u64 scx_bpf_now(void) in scx_bpf_now() function
10785 BTF_ID_FLAGS(func, scx_bpf_now)