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()
650 conn->tx_thread_active = true; in iscsit_start_kthreads()665 conn->tx_thread_active = false; in iscsit_start_kthreads()
379 if (conn->tx_thread && conn->tx_thread_active) { in iscsi_target_do_tx_login_io()
4152 cmpxchg(&conn->tx_thread_active, true, false)) { in iscsit_close_connection()4455 sleep = cmpxchg(&conn->tx_thread_active, true, false); in iscsit_logout_post_handler_closesession()4475 sleep = cmpxchg(&conn->tx_thread_active, true, false); in iscsit_logout_post_handler_samecid()
605 int tx_thread_active; member