Searched refs:test_and_clear_bit (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/amd64/include/xen/
H A Dxen-os.h55 * test_and_clear_bit - Clear a bit and return its old value
62 static __inline int test_and_clear_bit(int nr, volatile void * addr) function
/freebsd-10-stable/sys/i386/include/xen/
H A Dxen-os.h191 * test_and_clear_bit - Clear a bit and return its old value
198 static __inline int test_and_clear_bit(int nr, volatile void * addr) function
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h493 return (test_and_clear_bit(bit, var));
498 return (test_and_clear_bit(bit, (long *)var));
521 #define OSAL_TEST_AND_CLEAR_BIT test_and_clear_bit
/freebsd-10-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h169 #define test_and_clear_bit(bit, p) atomic_cmpset_int((p), ((*(p)) | (1<<bit)), ((*(p)) & ~(1<<bit))) macro
H A Dcxgb_sge.c1838 test_and_clear_bit(qid, &qs->txq_stopped))
1948 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped))
2335 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped))
2394 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) {
2401 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) {
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c262 status = test_and_clear_bit(IPOIB_MCAST_FLAG_BUSY,
384 status = test_and_clear_bit(IPOIB_MCAST_FLAG_BUSY, &mcast->flags);
594 if (test_and_clear_bit(IPOIB_MCAST_FLAG_BUSY, &mcast->flags))
597 if (test_and_clear_bit(IPOIB_MCAST_FLAG_ATTACHED, &mcast->flags)) {
H A Dipoib_cm.c715 if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
1136 if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
1174 if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
/freebsd-10-stable/sys/ofed/include/linux/
H A Dbitops.h312 test_and_clear_bit(long bit, long *var) function
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c748 old = test_and_clear_bit(idx, qpg_data->tss_bitmap);
760 old = test_and_clear_bit(idx, qpg_data->rss_bitmap);

Completed in 182 milliseconds