Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dif_team.h201 atomic_t count_pending; member
207 atomic_t count_pending; member
/linux-4.4.14/drivers/net/team/
Dteam.c632 val = atomic_dec_if_positive(&team->notify_peers.count_pending); in team_notify_peers_work()
648 atomic_add(team->notify_peers.count, &team->notify_peers.count_pending); in team_notify_peers()
678 val = atomic_dec_if_positive(&team->mcast_rejoin.count_pending); in team_mcast_rejoin_work()
694 atomic_add(team->mcast_rejoin.count, &team->mcast_rejoin.count_pending); in team_mcast_rejoin()