Lines Matching refs:sleep
2491 * We need to sleep in these cases (by returning 1) until the Logout
4445 int sleep = 1;
4449 * sleep if iscsit_close_connection() has not already occured.
4452 * always sleep waiting for RX/TX thread shutdown to complete
4456 sleep = cmpxchg(&conn->tx_thread_active, true, false);
4457 if (!sleep)
4466 iscsit_stop_session(sess, sleep, sleep);
4473 int sleep = 1;
4476 sleep = cmpxchg(&conn->tx_thread_active, true, false);
4477 if (!sleep)
4484 iscsit_cause_connection_reinstatement(conn, sleep);