Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_central.bpf.c55 TIMER_INTERVAL_NS = 1 * MS_TO_NS, enumerator
297 bpf_timer_start(timer, TIMER_INTERVAL_NS, BPF_F_TIMER_CPU_PIN); in central_timerfn()
324 ret = bpf_timer_start(timer, TIMER_INTERVAL_NS, BPF_F_TIMER_CPU_PIN); in BPF_STRUCT_OPS_SLEEPABLE()
334 ret = bpf_timer_start(timer, TIMER_INTERVAL_NS, 0); in BPF_STRUCT_OPS_SLEEPABLE()