Home
last modified time | relevance | path

Searched refs:upl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_generic.c180 rwlock_t upl; /* protects `ppp' and 'bridge' */ member
201 * The lock ordering is: channel.upl -> ppp.wlock -> ppp.rlock ->
626 write_lock_bh(&pch->upl); in ppp_bridge_channels()
628 rcu_dereference_protected(pch->bridge, lockdep_is_held(&pch->upl))) { in ppp_bridge_channels()
629 write_unlock_bh(&pch->upl); in ppp_bridge_channels()
634 write_unlock_bh(&pch->upl); in ppp_bridge_channels()
636 write_lock_bh(&pchb->upl); in ppp_bridge_channels()
638 rcu_dereference_protected(pchb->bridge, lockdep_is_held(&pchb->upl))) { in ppp_bridge_channels()
639 write_unlock_bh(&pchb->upl); in ppp_bridge_channels()
644 write_unlock_bh(&pchb->upl); in ppp_bridge_channels()
[all...]
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_generic.c179 rwlock_t upl; /* protects `ppp' */ member
199 * The lock ordering is: channel.upl -> ppp.wlock -> ppp.rlock ->
2038 read_lock_bh(&pch->upl); in ppp_channel_push()
2046 read_unlock_bh(&pch->upl); in ppp_channel_push()
2121 read_lock_bh(&pch->upl); in ppp_input()
2145 read_unlock_bh(&pch->upl); in ppp_input()
2158 read_lock_bh(&pch->upl); in ppp_input_error()
2167 read_unlock_bh(&pch->upl); in ppp_input_error()
2728 rwlock_init(&pch->upl); in ppp_register_net_channel()
2760 read_lock_bh(&pch->upl); in ppp_unit_number()
[all...]

Completed in 6 milliseconds