Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c445 spin_lock_init(&cnp->np_accept_lock); in cxgbit_setup_np()
501 spin_lock_bh(&cnp->np_accept_lock); in cxgbit_accept_np()
503 spin_unlock_bh(&cnp->np_accept_lock); in cxgbit_accept_np()
512 spin_unlock_bh(&cnp->np_accept_lock); in cxgbit_accept_np()
1622 spin_lock_bh(&cnp->np_accept_lock); in cxgbit_pass_establish()
1624 spin_unlock_bh(&cnp->np_accept_lock); in cxgbit_pass_establish()
Dcxgbit.h187 spinlock_t np_accept_lock; member