| /freebsd-13.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-13.1/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.h | 63 if (!test_and_set_bit(txq->id, trans->txqs.queue_stopped)) { in iwl_txq_stop()
|
| H A D | tx.c | 1165 if (test_and_set_bit(qid, trans->txqs.queue_used)) { in iwl_txq_alloc_response() 1753 if (WARN(test_and_set_bit(STATUS_SYNC_HCMD_ACTIVE, in iwl_trans_txq_send_hcmd_sync()
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_multicast.c | 181 if (test_and_set_bit(IPOIB_MCAST_FLAG_ATTACHED, &mcast->flags)) { in ipoib_mcast_join_finish() 294 if (test_and_set_bit(IPOIB_MCAST_FLAG_BUSY, &mcast->flags)) { in ipoib_mcast_sendonly_join() 585 if (!test_and_set_bit(IPOIB_MCAST_RUN, &priv->flags)) in ipoib_mcast_start_thread()
|
| H A D | ipoib_ib.c | 920 if (test_and_set_bit(IPOIB_PKEY_ASSIGNED, &priv->flags) && in __ipoib_ib_dev_flush()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kmem-cache.c | 867 VERIFY(!test_and_set_bit(KMC_BIT_DESTROY, &skc->skc_flags)); in spl_kmem_cache_destroy() 1048 if (test_and_set_bit(KMC_BIT_GROWING, &skc->skc_flags) == 0) { in spl_cache_grow() 1399 if (test_and_set_bit(KMC_BIT_REAPING, &skc->skc_flags)) in spl_kmem_cache_reap_now()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | bcm_osal.h | 488 return (test_and_set_bit(bit, var)); in qlnx_test_and_change_bit() 493 return (test_and_set_bit(bit, (long *)var)); in qlnx_test_and_change_bit()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxr/ |
| H A D | qlnxr_os.c | 1141 if (!test_and_set_bit(QLNXR_ENET_STATE_BIT, &dev->enet_state)) { in qlnxr_add() 1265 if (!test_and_set_bit(QLNXR_ENET_STATE_BIT, &dev->enet_state)) in qlnxr_notify() 1275 if (test_and_set_bit(QLNXR_ENET_STATE_BIT, &dev->enet_state)) in qlnxr_notify()
|
| /freebsd-13.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-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | bitops.h | 323 test_and_set_bit(long bit, volatile unsigned long *var) in test_and_set_bit() function
|
| /freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | cm.c | 1299 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) { in stop_ep_timer() 2861 if (!test_and_set_bit(CLOSE_SENT, &ep->com.flags)) { in c4iw_ep_disconnect() 2959 if (!test_and_set_bit(TIMEOUT, &ep->com.flags)) { in ep_timeout()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-trans.h | 1482 if (!test_and_set_bit(STATUS_FW_ERROR, &trans->status)) { in iwl_trans_fw_error()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | time-event.c | 275 if (!test_and_set_bit(IWL_MVM_STATUS_NEED_FLUSH_P2P, &mvm->status)) in iwl_mvm_p2p_roc_finished()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | tx.c | 748 if (test_and_set_bit(txq_id, trans->txqs.queue_used)) in iwl_trans_pcie_txq_enable()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/ |
| H A D | dbg.c | 2679 test_and_set_bit(fwrt->dump.wks[idx].idx, &fwrt->dump.active_wks)) 2975 test_and_set_bit(fwrt->dump.wks[idx].idx, &fwrt->dump.active_wks))
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_flow_table.c | 945 if (!test_and_set_bit(vid, priv->vlan.active_vlans) && in mlx5e_vlan_rx_add_vid()
|
| /freebsd-13.1/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 1239 if (test_and_set_bit(TXQ_RUNNING, &q->flags) == 0) { in check_ring_tx_db()
|