Searched refs:test_and_set_bit (Results 1 – 9 of 9) sorted by relevance
| /trueos/sys/dev/drm/ |
| HD | drm_atomic.h | 47 test_and_set_bit(int b, volatile void *p) in test_and_set_bit() function
|
| HD | drm_context.c | 185 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()
|
| /trueos/sys/dev/drm2/ |
| HD | drm_atomic.h | 76 #define test_and_set_bit(b, p) \ macro
|
| HD | drm_context.c | 266 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()
|
| /trueos/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| HD | ipoib_multicast.c | 175 if (test_and_set_bit(IPOIB_MCAST_FLAG_ATTACHED, &mcast->flags)) { in ipoib_mcast_join_finish() 285 if (test_and_set_bit(IPOIB_MCAST_FLAG_BUSY, &mcast->flags)) { in ipoib_mcast_sendonly_join() 567 if (!test_and_set_bit(IPOIB_MCAST_RUN, &priv->flags)) in ipoib_mcast_start_thread()
|
| HD | ipoib_ib.c | 880 if (test_and_set_bit(IPOIB_PKEY_ASSIGNED, &priv->flags) && in __ipoib_ib_dev_flush()
|
| /trueos/sys/ofed/include/linux/ |
| HD | bitops.h | 327 test_and_set_bit(long bit, long *var) in test_and_set_bit() function
|
| /trueos/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cm.c | 878 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) { in stop_ep_timer() 2257 if (!test_and_set_bit(CLOSE_SENT, &ep->com.flags)) { in c4iw_ep_disconnect() 2347 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) { in ep_timeout()
|
| /trueos/sys/dev/cxgb/ |
| HD | cxgb_sge.c | 1238 if (test_and_set_bit(TXQ_RUNNING, &q->flags) == 0) { in check_ring_tx_db()
|