Searched refs:tx_thread_active (Results 1 – 5 of 5) sorted by relevance
836 if (conn->tx_thread && conn->tx_thread_active) in iscsit_connection_reinstatement_rcfr()864 if (conn->tx_thread && conn->tx_thread_active) in iscsit_cause_connection_reinstatement()
663 conn->tx_thread_active = true; in iscsit_start_kthreads()678 conn->tx_thread_active = false; in iscsit_start_kthreads()
370 if (conn->tx_thread && conn->tx_thread_active) { in iscsi_target_do_tx_login_io()
4285 cmpxchg(&conn->tx_thread_active, true, false)) { in iscsit_close_connection()4584 sleep = cmpxchg(&conn->tx_thread_active, true, false); in iscsit_logout_post_handler_closesession()4604 sleep = cmpxchg(&conn->tx_thread_active, true, false); in iscsit_logout_post_handler_samecid()
607 int tx_thread_active; member