Home
last modified time | relevance | path

Searched refs:test_and_set_bit (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/sys/dev/drm/
H A Ddrm_atomic.h47 test_and_set_bit(int b, volatile void *p) in test_and_set_bit() function
H A Ddrm_context.c185 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_atomic.h76 #define test_and_set_bit(b, p) \ macro
H A Ddrm_context.c266 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c180 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 Dipoib_ib.c917 if (test_and_set_bit(IPOIB_PKEY_ASSIGNED, &priv->flags) && in __ipoib_ib_dev_flush()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h495 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 Dbitops.h309 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 Dvchi_bsd.h58 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 Dcm.c1302 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 Dmlx5_en_flow_table.c675 if (!test_and_set_bit(vid, priv->vlan.active_vlans) && in mlx5e_vlan_rx_add_vid()
/freebsd-12.1/sys/dev/cxgb/
H A Dcxgb_sge.c1241 if (test_and_set_bit(TXQ_RUNNING, &q->flags) == 0) { in check_ring_tx_db()