Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dmessenger.h520 bool ceph_con_flag_test_and_clear(struct ceph_connection *con,
/linux/net/ceph/
H A Dmessenger.c121 bool ceph_con_flag_test_and_clear(struct ceph_connection *con, in ceph_con_flag_test_and_clear() function
1469 if (!ceph_con_flag_test_and_clear(con, CEPH_CON_F_SOCK_CLOSED)) in con_sock_closed()
1503 if (!ceph_con_flag_test_and_clear(con, CEPH_CON_F_BACKOFF)) in con_backoff()
H A Dmessenger_v1.c1542 if (ceph_con_flag_test_and_clear(con, in ceph_con_v1_try_write()
H A Dmessenger_v2.c3336 if (ceph_con_flag_test_and_clear(con, CEPH_CON_F_KEEPALIVE_PENDING)) { in populate_out_iter()