Searched refs:RDS_MSG_ON_SOCK (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.c422 if (test_bit(RDS_MSG_ON_SOCK, &rm->m_flags) &&
533 if (!test_bit(RDS_MSG_ON_SOCK, &rm->m_flags))
546 if (test_and_clear_bit(RDS_MSG_ON_SOCK, &rm->m_flags)) {
626 clear_bit(RDS_MSG_ON_SOCK, &rm->m_flags);
727 set_bit(RDS_MSG_ON_SOCK, &rm->m_flags);
H A Drds.h217 * The RDS_MSG_ON_SOCK and RDS_MSG_ON_CONN flags are used to avoid lock
231 #define RDS_MSG_ON_SOCK 1 macro

Completed in 65 milliseconds