Searched refs:CON_FLAG_BACKOFF (Results 1 – 1 of 1) sorted by relevance
98 #define CON_FLAG_BACKOFF 4 /* need to retry queuing delayed work */ macro545 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()