Searched refs:pchb (Results 1 – 1 of 1) sorted by relevance
618 static int ppp_bridge_channels(struct channel *pch, struct channel *pchb) in ppp_bridge_channels() argument626 refcount_inc(&pchb->file.refcnt); in ppp_bridge_channels()627 rcu_assign_pointer(pch->bridge, pchb); in ppp_bridge_channels()630 write_lock_bh(&pchb->upl); in ppp_bridge_channels()631 if (pchb->ppp || in ppp_bridge_channels()632 rcu_dereference_protected(pchb->bridge, lockdep_is_held(&pchb->upl))) { in ppp_bridge_channels()633 write_unlock_bh(&pchb->upl); in ppp_bridge_channels()637 rcu_assign_pointer(pchb->bridge, pch); in ppp_bridge_channels()638 write_unlock_bh(&pchb->upl); in ppp_bridge_channels()645 pchb = rcu_dereference_protected(pch->bridge, lockdep_is_held(&pch->upl)); in ppp_bridge_channels()[all …]