Home
last modified time | relevance | path

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

/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c442 spin_lock_init(&cnp->np_accept_lock); in cxgbit_setup_np()
498 spin_lock_bh(&cnp->np_accept_lock); in cxgbit_accept_np()
500 spin_unlock_bh(&cnp->np_accept_lock); in cxgbit_accept_np()
509 spin_unlock_bh(&cnp->np_accept_lock); in cxgbit_accept_np()
611 spin_lock_bh(&cnp->np_accept_lock); in cxgbit_free_np()
616 spin_unlock_bh(&cnp->np_accept_lock); in cxgbit_free_np()
1654 spin_lock_bh(&cnp->np_accept_lock); in cxgbit_pass_establish()
1656 spin_unlock_bh(&cnp->np_accept_lock); in cxgbit_pass_establish()
H A Dcxgbit.h184 spinlock_t np_accept_lock; member