Symbol: test_bit
usr/src/tools/smatch/src/compile-i386.c
283
if (test_bit(regno, regs_in_use))
usr/src/tools/smatch/src/compile-i386.c
336
if (!test_bit(regno, regs_in_use)) {
usr/src/tools/smatch/src/compile-i386.c
342
if (test_bit(regno, regs_in_use))
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
168
#define ECORE_TEST_BIT(bit, var) test_bit(bit, var)
usr/src/uts/common/io/ib/clients/rdsv3/ib_cm.c
434
if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags))
usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
540
if (!test_bit(IB_ACK_REQUESTED, &ic->i_ack_flags))
usr/src/uts/common/io/ib/clients/rdsv3/ib_send.c
431
test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags) ?
usr/src/uts/common/io/ib/clients/rdsv3/ib_send.c
660
if (test_bit(RDSV3_MSG_ACK_REQUIRED, &rm->m_flags))
usr/src/uts/common/io/ib/clients/rdsv3/ib_send.c
662
if (test_bit(RDSV3_MSG_RETRANSMITTED, &rm->m_flags))
usr/src/uts/common/io/ib/clients/rdsv3/message.c
448
!test_bit(RDSV3_MSG_MAPPED, &rm->m_flags));
usr/src/uts/common/io/ib/clients/rdsv3/message.c
85
if (test_bit(RDSV3_MSG_PAGEVEC, &rm->m_flags))
usr/src/uts/common/io/ib/clients/rdsv3/send.c
1117
if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags))
usr/src/uts/common/io/ib/clients/rdsv3/send.c
1186
if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags))
usr/src/uts/common/io/ib/clients/rdsv3/send.c
287
test_bit(RDSV3_MSG_RETRANSMITTED, &rm->m_flags)) {
usr/src/uts/common/io/ib/clients/rdsv3/send.c
492
if (test_bit(RDSV3_MSG_ON_SOCK, &rm->m_flags) &&
usr/src/uts/common/io/ib/clients/rdsv3/send.c
621
if (!test_bit(RDSV3_MSG_ON_SOCK, &rm->m_flags))
usr/src/uts/common/io/ib/clients/rdsv3/send.c
768
if (!test_bit(RDSV3_MSG_ON_CONN, &rm->m_flags))
usr/src/uts/common/sys/ib/clients/rdsv3/rdsv3_impl.h
118
#define test_le_bit(b, p) test_bit(b ^ LE_BIT_XOR, p)
usr/src/uts/common/sys/ib/clients/rdsv3/rdsv3_impl.h
389
return (test_bit(flag, &sk->sk_flag));