Searched refs:tx_thread_active (Results 1 – 5 of 5) sorted by relevance
837 if (conn->tx_thread && conn->tx_thread_active) in iscsit_connection_reinstatement_rcfr()865 if (conn->tx_thread && conn->tx_thread_active) in iscsit_cause_connection_reinstatement()
622 conn->tx_thread_active = true; in iscsit_start_kthreads()637 conn->tx_thread_active = false; in iscsit_start_kthreads()
371 if (conn->tx_thread && conn->tx_thread_active) { in iscsi_target_do_tx_login_io()
4248 cmpxchg(&conn->tx_thread_active, true, false)) { in iscsit_close_connection()4538 sleep = cmpxchg(&conn->tx_thread_active, true, false); in iscsit_logout_post_handler_closesession()4558 sleep = cmpxchg(&conn->tx_thread_active, true, false); in iscsit_logout_post_handler_samecid()
605 int tx_thread_active; member