Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dmessenger.c149 static bool con_flag_test_and_set(struct ceph_connection *con, in con_flag_test_and_set() function
3059 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()