Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dconnection.c112 * The caller owns RDS_IN_XMIT and RDS_RECV_REFILL across this call,
129 * RDS_IN_XMIT and RDS_RECV_REFILL are held as locks by the in rds_conn_path_reset()
432 !test_and_set_bit(RDS_RECV_REFILL, &cp->cp_flags)); in rds_conn_shutdown()
446 clear_bit_unlock(RDS_RECV_REFILL, &cp->cp_flags); in rds_conn_shutdown()
H A Drds.h91 #define RDS_RECV_REFILL 3 macro