Lines Matching refs:dw
626 team = container_of(work, struct team, notify_peers.dw.work); in team_notify_peers_work()
629 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers_work()
640 schedule_delayed_work(&team->notify_peers.dw, in team_notify_peers_work()
649 schedule_delayed_work(&team->notify_peers.dw, 0); in team_notify_peers()
654 INIT_DELAYED_WORK(&team->notify_peers.dw, team_notify_peers_work); in team_notify_peers_init()
659 cancel_delayed_work_sync(&team->notify_peers.dw); in team_notify_peers_fini()
672 team = container_of(work, struct team, mcast_rejoin.dw.work); in team_mcast_rejoin_work()
675 schedule_delayed_work(&team->mcast_rejoin.dw, 0); in team_mcast_rejoin_work()
686 schedule_delayed_work(&team->mcast_rejoin.dw, in team_mcast_rejoin_work()
695 schedule_delayed_work(&team->mcast_rejoin.dw, 0); in team_mcast_rejoin()
700 INIT_DELAYED_WORK(&team->mcast_rejoin.dw, team_mcast_rejoin_work); in team_mcast_rejoin_init()
705 cancel_delayed_work_sync(&team->mcast_rejoin.dw); in team_mcast_rejoin_fini()