Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dl2cap.h631 struct delayed_work monitor_timer; member
892 #define __clear_monitor_timer(c) l2cap_clear_timer(c, &c->monitor_timer)
/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c306 if (!delayed_work_pending(&chan->monitor_timer) && in __set_retrans_timer()
317 l2cap_set_timer(chan, &chan->monitor_timer, in __set_monitor_timer()
483 INIT_DELAYED_WORK(&chan->monitor_timer, l2cap_monitor_timeout); in l2cap_chan_create()
2024 monitor_timer.work); in l2cap_monitor_timeout()