Searched refs:con_flag_test_and_set (Results 1 – 1 of 1) sorted by relevance
149 static bool con_flag_test_and_set(struct ceph_connection *con, in con_flag_test_and_set() function3059 if (con_flag_test_and_set(con, CON_FLAG_WRITE_PENDING) == 0) in ceph_con_send()3159 if (con_flag_test_and_set(con, CON_FLAG_KEEPALIVE_PENDING) == 0 && in ceph_con_keepalive()3160 con_flag_test_and_set(con, CON_FLAG_WRITE_PENDING) == 0) in ceph_con_keepalive()