Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/team/
A Dteam.c636 schedule_delayed_work(&team->notify_peers.dw, 0); 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()
666 cancel_delayed_work_sync(&team->notify_peers.dw); in team_notify_peers_fini()
1394 ctx->data.u32_val = team->notify_peers.count; in team_notify_peers_count_get()
1401 team->notify_peers.count = ctx->data.u32_val; in team_notify_peers_count_set()
1408 ctx->data.u32_val = team->notify_peers.interval; in team_notify_peers_interval_get()
[all …]
/linux-6.3-rc2/net/bluetooth/
A D6lowpan.c74 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()
/linux-6.3-rc2/include/linux/
A Dif_team.h216 } notify_peers; member

Completed in 14 milliseconds