Home
last modified time | relevance | path

Searched refs:count_pending (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dif_team.h221 atomic_t count_pending; member
227 atomic_t count_pending; member
/Linux-v4.19/drivers/net/team/
Dteam.c652 val = atomic_dec_if_positive(&team->notify_peers.count_pending); in team_notify_peers_work()
668 atomic_add(team->notify_peers.count, &team->notify_peers.count_pending); in team_notify_peers()
698 val = atomic_dec_if_positive(&team->mcast_rejoin.count_pending); in team_mcast_rejoin_work()
714 atomic_add(team->mcast_rejoin.count, &team->mcast_rejoin.count_pending); in team_mcast_rejoin()