Home
last modified time | relevance | path

Searched refs:CON_STATE_OPEN (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/ceph/
Dmessenger.c93 #define CON_STATE_OPEN 5 /* -> STANDBY, CLOSED */ macro
2159 con->state = CON_STATE_OPEN; in process_connect()
2573 if (con->state == CON_STATE_OPEN) { in try_write()
2611 con->state != CON_STATE_OPEN) in try_read()
2655 WARN_ON(con->state != CON_STATE_OPEN); in try_read()
2719 if (con->state == CON_STATE_OPEN) in try_read()
2934 con->state != CON_STATE_OPEN); in con_fault()
3363 if (con->state != CON_STATE_OPEN) { in ceph_con_in_msg_alloc()