Searched refs:tx_thread_active (Results 1 – 5 of 5) sorted by relevance
862 if (conn->tx_thread && conn->tx_thread_active) in iscsit_connection_reinstatement_rcfr()890 if (conn->tx_thread && conn->tx_thread_active) in iscsit_cause_connection_reinstatement()
725 conn->tx_thread_active = true; in iscsit_start_kthreads()740 conn->tx_thread_active = false; in iscsit_start_kthreads()
399 if (conn->tx_thread && conn->tx_thread_active) { in iscsi_target_do_tx_login_io()
4276 cmpxchg(&conn->tx_thread_active, true, false)) { in iscsit_close_connection()4578 sleep = cmpxchg(&conn->tx_thread_active, true, false); in iscsit_logout_post_handler_closesession()4595 sleep = cmpxchg(&conn->tx_thread_active, true, false); in iscsit_logout_post_handler_samecid()
610 int tx_thread_active; member