Searched refs:scx_bpf_now (Results 1 – 5 of 5) sorted by relevance
158 #define scx_bpf_now() \ macro159 (bpf_ksym_exists(scx_bpf_now) ? \160 scx_bpf_now() : \
102 u64 scx_bpf_now(void) __ksym __weak;
243 *started_at = scx_bpf_now() ?: 1; /* 0 indicates idle */ in BPF_STRUCT_OPS() 256 u64 now = scx_bpf_now(); in central_timerfn()
732 u64 now = scx_bpf_now(); in BPF_STRUCT_OPS()
7343 __bpf_kfunc u64 scx_bpf_now(void) in scx_bpf_now() function7460 BTF_ID_FLAGS(func, scx_bpf_now)