Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_central.bpf.c79 struct central_timer { struct
87 __type(value, struct central_timer); argument
88 } central_timer SEC(".maps");
312 timer = bpf_map_lookup_elem(&central_timer, &key); in BPF_STRUCT_OPS_SLEEPABLE()
321 bpf_timer_init(timer, &central_timer, CLOCK_MONOTONIC); in BPF_STRUCT_OPS_SLEEPABLE()