Lines Matching refs:notify_peers
634 team = container_of(work, struct team, notify_peers.dw.work);
637 schedule_delayed_work(&team->notify_peers.dw, 0);
640 val = atomic_dec_if_positive(&team->notify_peers.count_pending);
648 schedule_delayed_work(&team->notify_peers.dw,
649 msecs_to_jiffies(team->notify_peers.interval));
654 if (!team->notify_peers.count || !netif_running(team->dev))
656 atomic_add(team->notify_peers.count, &team->notify_peers.count_pending);
657 schedule_delayed_work(&team->notify_peers.dw, 0);
662 INIT_DELAYED_WORK(&team->notify_peers.dw, team_notify_peers_work);
667 cancel_delayed_work_sync(&team->notify_peers.dw);
1391 ctx->data.u32_val = team->notify_peers.count;
1398 team->notify_peers.count = ctx->data.u32_val;
1405 ctx->data.u32_val = team->notify_peers.interval;
1412 team->notify_peers.interval = ctx->data.u32_val;