Searched refs:pchb (Results 1 – 1 of 1) sorted by relevance
652 static int ppp_bridge_channels(struct channel *pch, struct channel *pchb) in ppp_bridge_channels() argument660 refcount_inc(&pchb->file.refcnt); in ppp_bridge_channels()661 rcu_assign_pointer(pch->bridge, pchb); in ppp_bridge_channels()664 write_lock_bh(&pchb->upl); in ppp_bridge_channels()665 if (pchb->ppp || in ppp_bridge_channels()666 rcu_dereference_protected(pchb->bridge, lockdep_is_held(&pchb->upl))) { in ppp_bridge_channels()667 write_unlock_bh(&pchb->upl); in ppp_bridge_channels()671 rcu_assign_pointer(pchb->bridge, pch); in ppp_bridge_channels()672 write_unlock_bh(&pchb->upl); in ppp_bridge_channels()679 pchb = rcu_dereference_protected(pch->bridge, lockdep_is_held(&pch->upl)); in ppp_bridge_channels()[all …]