Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/team/
H A Dteam_core.c638 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers_work()
649 schedule_delayed_work(&team->notify_peers.dw, in team_notify_peers_work()
650 msecs_to_jiffies(team->notify_peers.interval)); in team_notify_peers_work()
655 if (!team->notify_peers.count || !netif_running(team->dev)) in team_notify_peers()
657 atomic_add(team->notify_peers.count, &team->notify_peers.count_pending); in team_notify_peers()
658 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers()
668 cancel_delayed_work_sync(&team->notify_peers.dw); in team_notify_peers_fini()
1408 ctx->data.u32_val = team->notify_peers.count; in team_notify_peers_count_get()
1414 team->notify_peers.count = ctx->data.u32_val; in team_notify_peers_count_set()
1421 ctx->data.u32_val = team->notify_peers.interval; in team_notify_peers_interval_get()
[all …]
/linux-6.15/net/bluetooth/
H A D6lowpan.c75 struct delayed_work notify_peers; member
601 notify_peers.work); in do_notify_peers()
657 INIT_DELAYED_WORK(&dev->notify_peers, do_notify_peers); in add_peer_chan()
658 schedule_delayed_work(&dev->notify_peers, msecs_to_jiffies(100)); in add_peer_chan()
806 cancel_delayed_work_sync(&dev->notify_peers); in chan_close_cb()
/linux-6.15/include/linux/
H A Dif_team.h219 } notify_peers; member