Home
last modified time | relevance | path

Searched refs:rcu_access_pointer (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Drcupdate.h81 #define rcu_access_pointer(p) \ macro
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c2833 if (rcu_access_pointer(mvm->csa_vif) == vif) { in iwl_mvm_stop_ap_ibss()
2840 if (rcu_access_pointer(mvm->csa_tx_blocked_vif) == vif) { in iwl_mvm_stop_ap_ibss()
3160 if (sta == rcu_access_pointer(mvm->fw_id_to_mac_id[mvm_sta->sta_id])) in iwl_mvm_sta_pre_rcu_remove()
3846 WARN_ON(rcu_access_pointer(mvmsta->ptk_pn[keyidx])); in __iwl_mvm_mac_set_key()
4309 if (rcu_access_pointer(vif->chanctx_conf) == data->ctx && in iwl_mvm_ftm_responder_chanctx_iter()
H A Dops.c1442 kfree(rcu_access_pointer(mvm->csme_conn_info)); in iwl_op_mode_mvm_stop()
H A Dsta.c2822 WARN_ON(rcu_access_pointer(mvm->baid_map[baid])); in iwl_mvm_sta_rx_agg()
2836 baid_data = rcu_access_pointer(mvm->baid_map[baid]); in iwl_mvm_sta_rx_agg()