Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c671 struct monitor_timer { struct
679 __type(value, struct monitor_timer); argument
680 } monitor_timer SEC(".maps");
795 timer = bpf_map_lookup_elem(&monitor_timer, &key); in BPF_STRUCT_OPS_SLEEPABLE()
799 bpf_timer_init(timer, &monitor_timer, CLOCK_MONOTONIC); in BPF_STRUCT_OPS_SLEEPABLE()
/linux/include/net/bluetooth/
H A Dl2cap.h600 struct delayed_work monitor_timer; member
866 #define __clear_monitor_timer(c) l2cap_clear_timer(c, &c->monitor_timer)
/linux/net/bluetooth/
H A Dl2cap_core.c286 if (!delayed_work_pending(&chan->monitor_timer) && in __set_retrans_timer()
297 l2cap_set_timer(chan, &chan->monitor_timer, in __set_monitor_timer()
469 INIT_DELAYED_WORK(&chan->monitor_timer, l2cap_monitor_timeout); in l2cap_chan_create()
1885 monitor_timer.work); in l2cap_monitor_timeout()