Home
last modified time | relevance | path

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

/drivers/net/ppp/
Dppp_generic.c639 static int ppp_bridge_channels(struct channel *pch, struct channel *pchb) in ppp_bridge_channels() argument
647 refcount_inc(&pchb->file.refcnt); in ppp_bridge_channels()
648 rcu_assign_pointer(pch->bridge, pchb); in ppp_bridge_channels()
651 write_lock_bh(&pchb->upl); in ppp_bridge_channels()
652 if (pchb->ppp || in ppp_bridge_channels()
653 rcu_dereference_protected(pchb->bridge, lockdep_is_held(&pchb->upl))) { in ppp_bridge_channels()
654 write_unlock_bh(&pchb->upl); in ppp_bridge_channels()
658 rcu_assign_pointer(pchb->bridge, pch); in ppp_bridge_channels()
659 write_unlock_bh(&pchb->upl); in ppp_bridge_channels()
666 pchb = rcu_dereference_protected(pch->bridge, lockdep_is_held(&pch->upl)); in ppp_bridge_channels()
[all …]