Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/team/
Dteam.c628 team = container_of(work, struct team, notify_peers.dw.work); in team_notify_peers_work()
631 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers_work()
634 val = atomic_dec_if_positive(&team->notify_peers.count_pending); in team_notify_peers_work()
642 schedule_delayed_work(&team->notify_peers.dw, in team_notify_peers_work()
643 msecs_to_jiffies(team->notify_peers.interval)); in team_notify_peers_work()
648 if (!team->notify_peers.count || !netif_running(team->dev)) in team_notify_peers()
650 atomic_add(team->notify_peers.count, &team->notify_peers.count_pending); in team_notify_peers()
651 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers()
656 INIT_DELAYED_WORK(&team->notify_peers.dw, team_notify_peers_work); in team_notify_peers_init()
661 cancel_delayed_work_sync(&team->notify_peers.dw); in team_notify_peers_fini()
[all …]
/Linux-v5.4/net/bluetooth/
D6lowpan.c73 struct delayed_work notify_peers; member
620 notify_peers.work); in do_notify_peers()
677 INIT_DELAYED_WORK(&dev->notify_peers, do_notify_peers); in add_peer_chan()
678 schedule_delayed_work(&dev->notify_peers, msecs_to_jiffies(100)); in add_peer_chan()
824 cancel_delayed_work_sync(&dev->notify_peers); in chan_close_cb()
/Linux-v5.4/include/linux/
Dif_team.h219 } notify_peers; member