Home
last modified time | relevance | path

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

/net/ceph/
Dmessenger.c148 static bool con_flag_test_and_set(struct ceph_connection *con, in con_flag_test_and_set() function
2976 if (con_flag_test_and_set(con, CON_FLAG_WRITE_PENDING) == 0) in ceph_con_send()
3065 if (con_flag_test_and_set(con, CON_FLAG_KEEPALIVE_PENDING) == 0 && in ceph_con_keepalive()
3066 con_flag_test_and_set(con, CON_FLAG_WRITE_PENDING) == 0) in ceph_con_keepalive()