test_bit
if (test_bit(regno, regs_in_use))
if (!test_bit(regno, regs_in_use)) {
if (test_bit(regno, regs_in_use))
#define ECORE_TEST_BIT(bit, var) test_bit(bit, var)
if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags))
if (!test_bit(IB_ACK_REQUESTED, &ic->i_ack_flags))
test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags) ?
if (test_bit(RDSV3_MSG_ACK_REQUIRED, &rm->m_flags))
if (test_bit(RDSV3_MSG_RETRANSMITTED, &rm->m_flags))
!test_bit(RDSV3_MSG_MAPPED, &rm->m_flags));
if (test_bit(RDSV3_MSG_PAGEVEC, &rm->m_flags))
if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags))
if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags))
test_bit(RDSV3_MSG_RETRANSMITTED, &rm->m_flags)) {
if (test_bit(RDSV3_MSG_ON_SOCK, &rm->m_flags) &&
if (!test_bit(RDSV3_MSG_ON_SOCK, &rm->m_flags))
if (!test_bit(RDSV3_MSG_ON_CONN, &rm->m_flags))
#define test_le_bit(b, p) test_bit(b ^ LE_BIT_XOR, p)
return (test_bit(flag, &sk->sk_flag));