Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
Dmessenger.c93 #define CON_STATE_STANDBY 6 /* -> PREOPEN, CLOSED */ macro
2926 if (con->state == CON_STATE_STANDBY) { in ceph_con_workfn()
3016 con->state = CON_STATE_STANDBY; in con_fault()
3078 if (con->state == CON_STATE_STANDBY) { in clear_standby()