Searched refs:rcu_ptr (Results 1 – 4 of 4) sorted by relevance
326 struct iwl_mld_baid_data __rcu **rcu_ptr = data->rcu_ptr; in iwl_mld_rx_agg_session_expired() local335 ba_data = rcu_dereference(*rcu_ptr); in iwl_mld_rx_agg_session_expired()567 baid_data->rcu_ptr = &mld->fw_id_to_ba[baid]; in iwl_mld_ampdu_rx_start()
73 struct iwl_mld_baid_data __rcu **rcu_ptr; member
315 #define tipc_aead_rcu_ptr(rcu_ptr, lock) \ argument 316 rcu_dereference_protected((rcu_ptr), lockdep_is_held(lock))318 #define tipc_aead_rcu_replace(rcu_ptr, ptr, lock) \ argument 320 struct tipc_aead *__tmp = rcu_dereference_protected((rcu_ptr), \322 rcu_assign_pointer((rcu_ptr), (ptr)); \326 #define tipc_crypto_key_detach(rcu_ptr, lock) \ argument 327 tipc_aead_rcu_replace((rcu_ptr), NULL, lock)
257 struct iwl_mvm_baid_data __rcu **rcu_ptr = data->rcu_ptr; in iwl_mvm_rx_agg_session_expired() local266 ba_data = rcu_dereference(*rcu_ptr); in iwl_mvm_rx_agg_session_expired()2955 baid_data->rcu_ptr = &mvm->baid_map[baid]; in iwl_mvm_sta_rx_agg()