Searched refs:test_and_set_bit (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/sys/dev/drm/ |
| H A D | drm_atomic.h | 47 test_and_set_bit(int b, volatile void *p) in test_and_set_bit() function
|
| H A D | drm_context.c | 185 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_atomic.h | 76 #define test_and_set_bit(b, p) \ macro
|
| H A D | drm_context.c | 266 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_multicast.c | 180 if (test_and_set_bit(IPOIB_MCAST_FLAG_ATTACHED, &mcast->flags)) { in ipoib_mcast_join_finish() 290 if (test_and_set_bit(IPOIB_MCAST_FLAG_BUSY, &mcast->flags)) { in ipoib_mcast_sendonly_join() 581 if (!test_and_set_bit(IPOIB_MCAST_RUN, &priv->flags)) in ipoib_mcast_start_thread()
|
| H A D | ipoib_ib.c | 917 if (test_and_set_bit(IPOIB_PKEY_ASSIGNED, &priv->flags) && in __ipoib_ib_dev_flush()
|
| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | bcm_osal.h | 495 return (test_and_set_bit(bit, var)); in qlnx_test_and_change_bit() 500 return (test_and_set_bit(bit, (long *)var)); in qlnx_test_and_change_bit()
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | bitops.h | 309 test_and_set_bit(long bit, volatile unsigned long *var) in test_and_set_bit() function
|
| /freebsd-12.1/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 58 test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit() function
|
| /freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | cm.c | 1302 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) { in stop_ep_timer() 2845 if (!test_and_set_bit(CLOSE_SENT, &ep->com.flags)) { in c4iw_ep_disconnect() 2950 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) { in ep_timeout()
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_flow_table.c | 675 if (!test_and_set_bit(vid, priv->vlan.active_vlans) && in mlx5e_vlan_rx_add_vid()
|
| /freebsd-12.1/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 1241 if (test_and_set_bit(TXQ_RUNNING, &q->flags) == 0) { in check_ring_tx_db()
|