Home
last modified time | relevance | path

Searched refs:__rcu (Results 1 – 25 of 92) sorted by relevance

1234

/drivers/net/wireguard/
Dallowedips.h16 struct wg_peer __rcu *peer;
17 struct allowedips_node __rcu *bit[2];
30 struct allowedips_node __rcu *root4;
31 struct allowedips_node __rcu *root6;
Dnoise.h44 struct noise_keypair __rcu *current_keypair;
45 struct noise_keypair __rcu *previous_keypair;
46 struct noise_keypair __rcu *next_keypair;
Dallowedips.c42 struct allowedips_node __rcu *p, unsigned int *len) in push_rcu()
127 static struct wg_peer *lookup(struct allowedips_node __rcu *root, u8 bits, in lookup()
149 static bool node_placement(struct allowedips_node __rcu *trie, const u8 *key, in node_placement()
169 static inline void connect_node(struct allowedips_node __rcu **parent, u8 bit, struct allowedips_no… in connect_node()
181 static int add(struct allowedips_node __rcu **trie, u8 bits, const u8 *key, in add()
260 struct allowedips_node __rcu *old4 = table->root4, *old6 = table->root6; in wg_allowedips_free()
Ddevice.h43 struct sock __rcu *sock4, *sock6;
44 struct net __rcu *creating_net;
/drivers/gpu/drm/i915/gem/
Di915_gem_context_types.h237 struct i915_gem_engines __rcu *engines;
265 struct i915_address_space __rcu *vm;
Di915_gem_object_types.h443 struct intel_frontbuffer __rcu *frontbuffer;
/drivers/infiniband/core/
Duverbs_uapi.c360 void __rcu **slot; in uapi_finalize_ioctl_method()
421 void __rcu **slot; in uapi_finalize()
475 void __rcu **slot; in uapi_remove_range()
531 void __rcu **slot; in uapi_finalize_disable()
688 void __rcu **slot; in uverbs_disassociate_api_pre()
713 void __rcu **slot; in uverbs_disassociate_api()
Duverbs_ioctl.c52 void __rcu **radix_slots;
361 static void __rcu **uapi_get_attr_for_method(struct bundle_priv *pbundle, in uapi_get_attr_for_method()
364 void __rcu **slot; in uapi_get_attr_for_method()
385 void __rcu **slot; in uverbs_set_attr()
518 void __rcu **slot; in bundle_destroy()
551 void __rcu **slot; in ib_uverbs_cmd_verbs()
Drdma_core.h88 int(__rcu *handler)(struct uverbs_attr_bundle *attrs); member
/drivers/net/wireless/ath/carl9170/
Dcarl9170.h176 struct ieee80211_vif __rcu *vif;
315 struct carl9170_vif_info __rcu *beacon_iter;
403 struct carl9170_sta_tid __rcu *tx_ampdu_iter;
492 struct carl9170_sta_tid __rcu *agg[IEEE80211_NUM_TIDS];
/drivers/gpu/drm/i915/
Di915_active_types.h21 struct dma_fence __rcu *fence;
/drivers/net/ethernet/chelsio/cxgb3/
Dt3cdev.h63 void __rcu *l2opt; /* optional layer 2 data */
/drivers/net/wireless/intel/iwlwifi/mvm/
Dmvm.h418 struct iwl_probe_resp_data __rcu *probe_resp_data;
427 struct ieee80211_key_conf __rcu *keys[2];
679 struct iwl_mvm_baid_data __rcu **rcu_ptr;
843 struct ieee80211_sta __rcu *fw_id_to_mac_id[IWL_MVM_STATION_COUNT_MAX];
937 struct ieee80211_vif __rcu *vif_id_to_mac[NUM_MAC_INDEX_DRIVER];
1024 struct ieee80211_vif __rcu *csa_vif;
1025 struct ieee80211_vif __rcu *csa_tx_blocked_vif;
1087 struct iwl_mvm_baid_data __rcu *baid_map[IWL_MAX_BAID];
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dqos.c166 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_get_qos_sq()
184 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_open_qos_sq()
291 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_close_qos_sq()
316 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_qos_close_queues()
421 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_qos_deactivate_queues()
/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.h21 struct net_device __rcu *reprs[];
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ulp.h50 struct bnxt_ulp_ops __rcu *ulp_ops;
/drivers/gpu/drm/nouveau/
Dnouveau_fence.h16 struct nouveau_channel __rcu *channel;
/drivers/hwtracing/stm/
Dstm.h83 struct stm_device __rcu *link;
/drivers/infiniband/ulp/ipoib/
Dipoib.h298 struct ipoib_neigh __rcu **buckets;
305 struct ipoib_neigh_hash __rcu *htbl;
455 struct ipoib_neigh __rcu *hnext;
/drivers/net/team/
Dteam_mode_activebackup.c17 struct team_port __rcu *active_port;
Dteam_mode_loadbalance.c55 struct team_port __rcu *port;
71 struct bpf_prog __rcu *fp;
72 lb_select_tx_port_func_t __rcu *select_tx_port_func;
/drivers/dma-buf/
Dst-dma-fence.c432 struct dma_fence __rcu **fences;
513 struct dma_fence __rcu *f[2] = {}; in race_signal_callback()
/drivers/gpu/drm/i915/gt/
Dintel_context_types.h87 struct i915_gem_context __rcu *gem_context;
/drivers/md/
Ddm-core.h49 void __rcu *map;
/drivers/staging/fwserial/
Dfwserial.h270 struct fwtty_peer __rcu *peer;

1234