Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c918 struct lowpri_timer { struct
926 __type(value, struct lowpri_timer); argument
927 } lowpri_timer SEC(".maps");
976 timer = bpf_map_lookup_elem(&lowpri_timer, &key); in BPF_STRUCT_OPS_SLEEPABLE()
979 bpf_timer_init(timer, &lowpri_timer, CLOCK_MONOTONIC); in BPF_STRUCT_OPS_SLEEPABLE()