Home
last modified time | relevance | path

Searched refs:monitor_timer (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dl2cap.h591 struct delayed_work monitor_timer; member
852 #define __clear_monitor_timer(c) l2cap_clear_timer(c, &c->monitor_timer)
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dl2cap.h632 struct delayed_work monitor_timer; member
893 #define __clear_monitor_timer(c) l2cap_clear_timer(c, &c->monitor_timer)
/kernel/linux/linux-5.10/net/bluetooth/
H A 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()
486 INIT_DELAYED_WORK(&chan->monitor_timer, l2cap_monitor_timeout); in l2cap_chan_create()
2024 monitor_timer.work); in l2cap_monitor_timeout()
/kernel/linux/linux-6.6/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()
463 INIT_DELAYED_WORK(&chan->monitor_timer, l2cap_monitor_timeout); in l2cap_chan_create()
1858 monitor_timer.work); in l2cap_monitor_timeout()

Completed in 37 milliseconds