Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDrcupdate.h79 #define rcu_access_pointer(p) \ macro
/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDmld-sta.c100 if (!rcu_access_pointer(mvm->fw_id_to_mac_id[sta_id])) { in iwl_mvm_mld_rm_sta_from_fw()
562 if (rcu_access_pointer(sta->link[link_id]) == &sta->deflink) { in iwl_mvm_mld_alloc_sta_link()
591 if (!rcu_access_pointer(sta->link[link_id]) || in iwl_mvm_mld_alloc_sta_links()
HDmld-mac80211.c228 rcu_access_pointer(link_conf->chanctx_conf)) in iwl_mvm_mld_count_active_links()
280 if (!rcu_access_pointer(link_conf->chanctx_conf)) in __iwl_mvm_mld_assign_vif_chanctx()
HDmac80211.c2961 if (rcu_access_pointer(mvm->csa_vif) == vif) { in iwl_mvm_stop_ap_ibss_common()
2968 if (rcu_access_pointer(mvm->csa_tx_blocked_vif) == vif) { in iwl_mvm_stop_ap_ibss_common()
3339 if (sta == rcu_access_pointer(mvm->fw_id_to_mac_id[sta_id])) { in iwl_mvm_sta_pre_rcu_remove()
4243 WARN_ON(rcu_access_pointer(mvmsta->ptk_pn[keyidx])); in __iwl_mvm_mac_set_key()
4744 if (rcu_access_pointer(vif->bss_conf.chanctx_conf) == data->ctx && in iwl_mvm_ftm_responder_chanctx_iter()
HDops.c1507 kfree(rcu_access_pointer(mvm->csme_conn_info)); in iwl_op_mode_mvm_stop()
HDsta.c2983 WARN_ON(rcu_access_pointer(mvm->baid_map[baid])); in iwl_mvm_sta_rx_agg()
2997 baid_data = rcu_access_pointer(mvm->baid_map[baid]); in iwl_mvm_sta_rx_agg()