Lines Matching refs:sleep
2532 * We need to sleep in these cases (by returning 1) until the Logout
4596 int sleep = 1;
4600 * sleep if iscsit_close_connection() has not already occured.
4603 * always sleep waiting for RX/TX thread shutdown to complete
4607 sleep = cmpxchg(&conn->tx_thread_active, true, false);
4608 if (!sleep)
4617 iscsit_stop_session(sess, sleep, sleep);
4624 int sleep = 1;
4627 sleep = cmpxchg(&conn->tx_thread_active, true, false);
4628 if (!sleep)
4635 iscsit_cause_connection_reinstatement(conn, sleep);