Searched refs:RDS_RECV_REFILL (Results 1 – 3 of 3) sorted by relevance
359 return test_and_set_bit(RDS_RECV_REFILL, &conn->c_flags) == 0; in acquire_refill()364 clear_bit(RDS_RECV_REFILL, &conn->c_flags); in release_refill()
381 !test_bit(RDS_RECV_REFILL, &cp->cp_flags)); in rds_conn_shutdown()
93 #define RDS_RECV_REFILL 3 macro