/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_uapi.c | 369 rcu_dereference_protected(*slot, true); in uapi_finalize_ioctl_method() 430 rcu_dereference_protected(*slot, true); in uapi_finalize() 462 rcu_dereference_protected(*slot, true); in uapi_finalize() 466 rcu_dereference_protected(*slot, true); in uapi_finalize() 480 kfree(rcu_dereference_protected(*slot, true)); in uapi_remove_range() 539 rcu_dereference_protected(*slot, true); in uapi_finalize_disable() 553 rcu_dereference_protected(*slot, true); in uapi_finalize_disable() 566 rcu_dereference_protected(*slot, true); in uapi_finalize_disable() 577 rcu_dereference_protected(*slot, true); in uapi_finalize_disable() 692 rcu_dereference_protected(*slot, true); in uverbs_disassociate_api_pre() [all …]
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | rcupdate.h | 111 #define rcu_dereference_protected(p, c) \ macro 139 typeof(ptr) __tmp = rcu_dereference_protected(rcu, c); \ 145 typeof(ptr) p = rcu_dereference_protected(rcu, c); \
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | tdls.c | 28 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[i], in iwl_mvm_teardown_tdls_peers() 51 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[i], in iwl_mvm_tdls_sta_count() 95 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[i], in iwl_mvm_tdls_config() 226 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_rx_tdls_notif() 257 struct ieee80211_sta *sta = rcu_dereference_protected( in iwl_mvm_tdls_check_action() 474 sta = rcu_dereference_protected( in iwl_mvm_tdls_ch_switch_work() 577 cur_sta = rcu_dereference_protected( in iwl_mvm_tdls_cancel_channel_switch() 644 cur_sta = rcu_dereference_protected( in iwl_mvm_tdls_recv_channel_switch()
|
H A D | mld-sta.c | 540 rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_mld_sta_rm_all_sta_links() 643 rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_alloc_sta_after_restart() 707 rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_mld_add_sta() 733 rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_mld_add_sta() 758 rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_mld_update_sta() 816 rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_mld_rm_sta() 836 rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_mld_rm_sta() 1003 data = rcu_dereference_protected(mvm->baid_map[baid], in iwl_mvm_mld_update_sta_baids() 1072 rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_mld_update_sta_links() 1098 rcu_dereference_protected(mvm_st in iwl_mvm_mld_update_sta_links() [all...] |
H A D | sta.c | 49 if (!rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_find_free_sta_id() 464 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_get_queue_agg_tids() 871 rcu_dereference_protected(mvmsta->link[link_id], in iwl_mvm_tvqm_enable_txq() 1079 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_unshare_queue() 1979 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_disable_sta_queues() 2070 rcu_dereference_protected(mvm_sta->link[link_sta->link_id], in iwl_mvm_sta_del() 3808 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in __iwl_mvm_set_sta_key() 3898 sta = rcu_dereference_protected( in iwl_mvm_set_sta_key()
|
H A D | mac-ctxt.c | 1558 csa_vif = rcu_dereference_protected(mvm->csa_vif, in iwl_mvm_rx_missed_beacons_notif() 1564 tx_blocked_vif = rcu_dereference_protected(mvm->csa_tx_blocked_vif, in iwl_mvm_rx_missed_beacons_notif() 1792 old_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_channel_switch_start_notif()
|
H A D | mac80211.c | 1138 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in __iwl_mvm_mac_start() 1925 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_configure_filter() 3531 link_sta = rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_mei_host_associated() 4582 ptk_pn = rcu_dereference_protected( in iwl_mvm_roc_switch_binding() 5676 rcu_dereference_protected(mvm->csa_vif, in iwl_mvm_mac_flush() 5683 if (rcu_dereference_protected(mvm->csa_tx_blocked_vif, in iwl_mvm_mac_flush_sta() 5864 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[i], in iwl_mvm_set_sta_rate() 5912 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[i], in iwl_mvm_mac_sta_statistics() 5962 mvm_link_sta = rcu_dereference_protected(mvmsta->link[link_id], in iwl_mvm_event_mlme_callback()
|
H A D | ops.c | 784 rcu_dereference_protected(mvm->csa_tx_blocked_vif, in iwl_mvm_start_get_nvm() 1106 prev_conn_info = rcu_dereference_protected(mvm->csme_conn_info, true); in iwl_mvm_mei_nic_stolen() 1920 return rcu_dereference_protected(mvm->csme_conn_info, in iwl_mvm_nic_restart()
|
H A D | mvm.h | 1468 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_has_unified_ucode() 1487 return rcu_dereference_protected(mvm->vif_id_to_mac[vif_id], in iwl_mvm_cdb_scan_api() 1501 return rcu_dereference_protected(mvm->link_id_to_link_conf[link_id],
|
H A D | debugfs.c | 385 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[i], in iwl_dbgfs_stations_read() 1579 mvm_link_sta = rcu_dereference_protected(mvmsta->link[link_sta->link_id], in iwl_dbgfs_dbg_time_point_write() 1611 mvm_link_sta = rcu_dereference_protected(mvmsta->link[link_sta->link_id], in _iwl_dbgfs_link_sta_wrap_write()
|
H A D | rs-fw.c | 751 rcu_dereference_protected(mvmsta->link[link_id], in iwl_mvm_rs_add_sta()
|
H A D | mld-mac80211.c | 178 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_mld_mac_remove_interface()
|
H A D | d3.c | 1314 ap_sta = rcu_dereference_protected( in __iwl_mvm_suspend()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_mmio.c | 405 wcid = rcu_dereference_protected(dev->mt76.wcid[i], in mt76x02_reset_state()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 1304 rcu_dereference_protected((_vif)->link_conf[_linkid], true) 1310 rcu_dereference_protected((_sta)->link[_linkid], true) in ieee80211_rx()
|