Searched refs:RDS_MSG_ON_CONN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dsend.c242 if (test_and_clear_bit(RDS_MSG_ON_CONN, &rm->m_flags))
593 clear_bit(RDS_MSG_ON_CONN, &rm->m_flags);
655 if (!test_bit(RDS_MSG_ON_CONN, &rm->m_flags))
665 if (test_and_clear_bit(RDS_MSG_ON_CONN, &rm->m_flags)) {
740 set_bit(RDS_MSG_ON_CONN, &rm->m_flags);
976 set_bit(RDS_MSG_ON_CONN, &rm->m_flags);
H A Drds.h217 * The RDS_MSG_ON_SOCK and RDS_MSG_ON_CONN flags are used to avoid lock
232 #define RDS_MSG_ON_CONN 2 macro

Completed in 82 milliseconds