Home
last modified time | relevance | path

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

/Linux-v5.10/net/ceph/
Dmessenger.c103 #define CON_FLAG_BACKOFF 4 /* need to retry queuing delayed work */ macro
112 case CON_FLAG_BACKOFF: in con_flag_valid()
674 con_flag_clear(con, CON_FLAG_BACKOFF); in ceph_con_close()
2870 if (!con_flag_test_and_clear(con, CON_FLAG_BACKOFF)) in con_backoff()
2878 con_flag_set(con, CON_FLAG_BACKOFF); in con_backoff()
3024 con_flag_set(con, CON_FLAG_BACKOFF); in con_fault()