Searched refs:mcast_handler_lock (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/batman-adv/
H A Dmulticast.c1602 * Caller needs to hold orig->mcast_handler_lock.
1611 lockdep_assert_held(&orig->mcast_handler_lock);
1619 /* flag checks above + mcast_handler_lock prevents this */
1630 /* flag checks above + mcast_handler_lock prevents this */
1647 * Caller needs to hold orig->mcast_handler_lock.
1656 lockdep_assert_held(&orig->mcast_handler_lock);
1664 /* flag checks above + mcast_handler_lock prevents this */
1675 /* flag checks above + mcast_handler_lock prevents this */
1692 * Caller needs to hold orig->mcast_handler_lock.
1701 lockdep_assert_held(&orig->mcast_handler_lock);
[all...]
H A Dtypes.h393 * @mcast_handler_lock: synchronizes mcast-capability and -flag changes
395 spinlock_t mcast_handler_lock; member in struct:batadv_orig_node
H A Doriginator.c976 spin_lock_init(&orig_node->mcast_handler_lock);

Completed in 178 milliseconds