Lines Matching refs:delay
708 con->delay = 0; /* reset backoff memory */ in ceph_con_open()
2224 con->delay = 0; /* reset backoff memory */ in process_connect()
2816 static int queue_con_delay(struct ceph_connection *con, unsigned long delay) in queue_con_delay() argument
2823 if (!queue_delayed_work(ceph_msgr_wq, &con->work, delay)) { in queue_con_delay()
2829 dout("%s %p %lu\n", __func__, con, delay); in queue_con_delay()
2882 ret = queue_con_delay(con, round_jiffies_relative(con->delay)); in con_backoff()
2885 con, con->delay); in con_backoff()
3029 if (con->delay == 0) in con_fault()
3030 con->delay = BASE_DELAY_INTERVAL; in con_fault()
3031 else if (con->delay < MAX_DELAY_INTERVAL) in con_fault()
3032 con->delay *= 2; in con_fault()