Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Dib_recv.c352 return test_and_set_bit(RDS_RECV_REFILL, &conn->c_flags) == 0; in acquire_refill()
357 clear_bit(RDS_RECV_REFILL, &conn->c_flags); in release_refill()
Dconnection.c294 !test_bit(RDS_RECV_REFILL, &conn->c_flags)); in rds_conn_shutdown()
Drds.h84 #define RDS_RECV_REFILL 3 macro