Searched defs:fault (Results 1 - 1 of 1) sorted by relevance

/net/ceph/
H A Dmessenger.c32 * exponential backoff) in the case of a fault (disconnection, bad
2751 /* Finish fault handling; con->mutex must *not* be held here */
2764 if (con->ops->fault)
2765 con->ops->fault(con);
2776 bool fault; local
2784 if ((fault = con_sock_closed(con))) {
2811 fault = true;
2820 fault = true;
2825 if (fault)
2829 if (fault)
[all...]

Completed in 41 milliseconds