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

/freebsd-9.3-release/sys/amd64/include/xen/
H A Dxen-os.h199 * test_and_clear_bit - Clear a bit and return its old value
206 static __inline int test_and_clear_bit(int nr, volatile void * addr) function
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_osdep.h171 #define test_and_clear_bit(bit, p) atomic_cmpset_int((p), ((*(p)) | (1<<bit)), ((*(p)) & ~(1<<bit))) macro
H A Dcxgb_sge.c1837 test_and_clear_bit(qid, &qs->txq_stopped))
1947 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped))
2334 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped))
2393 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) {
2400 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) {
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxen-os.h232 * test_and_clear_bit - Clear a bit and return its old value
239 static __inline int test_and_clear_bit(int nr, volatile void * addr) function
/freebsd-9.3-release/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.c710 if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
1131 if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
1169 if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) {
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dbitops.h288 test_and_clear_bit(long bit, long *var) function

Completed in 174 milliseconds