Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dmessenger.c98 #define CON_FLAG_BACKOFF 4 /* need to retry queuing delayed work */ macro
545 clear_bit(CON_FLAG_BACKOFF, &con->flags); in ceph_con_close()
2296 if (test_and_clear_bit(CON_FLAG_BACKOFF, &con->flags)) { in con_work()
2306 set_bit(CON_FLAG_BACKOFF, &con->flags); in con_work()
2418 set_bit(CON_FLAG_BACKOFF, &con->flags); in ceph_fault()