Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1275 struct round_robin_timer { struct
1283 __type(value, struct round_robin_timer); argument
1284 } round_robin_timer SEC(".maps");
1905 timer = bpf_map_lookup_elem(&round_robin_timer, &key); in BPF_STRUCT_OPS_SLEEPABLE()
1908 bpf_timer_init(timer, &round_robin_timer, CLOCK_MONOTONIC); in BPF_STRUCT_OPS_SLEEPABLE()