Searched refs:notify_peers (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/team/ |
H A D | team.c | 634 team = container_of(work, struct team, notify_peers.dw.work); in team_notify_peers_work() 637 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers_work() 640 val = atomic_dec_if_positive(&team->notify_peers.count_pending); in team_notify_peers_work() 648 schedule_delayed_work(&team->notify_peers.dw, in team_notify_peers_work() 649 msecs_to_jiffies(team->notify_peers.interval)); in team_notify_peers_work() 654 if (!team->notify_peers.count || !netif_running(team->dev)) in team_notify_peers() 656 atomic_add(team->notify_peers.count, &team->notify_peers.count_pending); in team_notify_peers() 657 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers() 662 INIT_DELAYED_WORK(&team->notify_peers in team_notify_peers_init() [all...] |
/kernel/linux/linux-6.6/drivers/net/team/ |
H A D | team.c | 633 team = container_of(work, struct team, notify_peers.dw.work); in team_notify_peers_work() 636 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers_work() 639 val = atomic_dec_if_positive(&team->notify_peers.count_pending); in team_notify_peers_work() 647 schedule_delayed_work(&team->notify_peers.dw, in team_notify_peers_work() 648 msecs_to_jiffies(team->notify_peers.interval)); in team_notify_peers_work() 653 if (!team->notify_peers.count || !netif_running(team->dev)) in team_notify_peers() 655 atomic_add(team->notify_peers.count, &team->notify_peers.count_pending); in team_notify_peers() 656 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers() 661 INIT_DELAYED_WORK(&team->notify_peers in team_notify_peers_init() [all...] |
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | 6lowpan.c | 74 struct delayed_work notify_peers; member 629 notify_peers.work); in do_notify_peers() 686 INIT_DELAYED_WORK(&dev->notify_peers, do_notify_peers); in add_peer_chan() 687 schedule_delayed_work(&dev->notify_peers, msecs_to_jiffies(100)); in add_peer_chan() 833 cancel_delayed_work_sync(&dev->notify_peers); in chan_close_cb()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | 6lowpan.c | 74 struct delayed_work notify_peers; member 600 notify_peers.work); in do_notify_peers() 656 INIT_DELAYED_WORK(&dev->notify_peers, do_notify_peers); in add_peer_chan() 657 schedule_delayed_work(&dev->notify_peers, msecs_to_jiffies(100)); in add_peer_chan() 805 cancel_delayed_work_sync(&dev->notify_peers); in chan_close_cb()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | if_team.h | 219 } notify_peers; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | if_team.h | 219 } notify_peers; member
|
Completed in 13 milliseconds