Home
last modified time | relevance | path

Searched refs:RCU_INIT_POINTER (Results 1 – 25 of 250) sorted by relevance

12345678910

/linux/net/netfilter/
H A Dnf_nat_tftp.c43 RCU_INIT_POINTER(nf_nat_tftp_hook, NULL); in nf_nat_tftp_fini()
51 RCU_INIT_POINTER(nf_nat_tftp_hook, help); in nf_nat_tftp_init()
H A Dnf_nat_amanda.c67 RCU_INIT_POINTER(nf_nat_amanda_hook, NULL); in nf_nat_amanda_fini()
75 RCU_INIT_POINTER(nf_nat_amanda_hook, help); in nf_nat_amanda_init()
H A Dnf_nat_irc.c89 RCU_INIT_POINTER(nf_nat_irc_hook, NULL); in nf_nat_irc_fini()
97 RCU_INIT_POINTER(nf_nat_irc_hook, help); in nf_nat_irc_init()
H A Dnf_conntrack_timeout.c38 RCU_INIT_POINTER(timeout_ext->timeout, NULL); in untimeout()
141 RCU_INIT_POINTER(timeout_ext->timeout, NULL); in nf_ct_destroy_timeout()
H A Dnf_nat_ftp.c117 RCU_INIT_POINTER(nf_nat_ftp_hook, NULL); in nf_nat_ftp_fini()
125 RCU_INIT_POINTER(nf_nat_ftp_hook, nf_nat_ftp); in nf_nat_ftp_init()
/linux/net/netfilter/ipvs/
H A Dip_vs_dh.c113 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_dh_reassign()
120 RCU_INIT_POINTER(b->dest, dest); in ip_vs_dh_reassign()
144 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_dh_flush()
H A Dip_vs_sh.c180 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_sh_reassign()
187 RCU_INIT_POINTER(b->dest, dest); in ip_vs_sh_reassign()
220 RCU_INIT_POINTER(b->dest, NULL); in ip_vs_sh_flush()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dsta.h174 RCU_INIT_POINTER(mld_sta->link[link_id], NULL); in iwl_mld_cleanup_sta()
175 RCU_INIT_POINTER(mld_sta->mld->fw_id_to_link_sta[mld_link_sta->fw_id], in iwl_mld_cleanup_sta()
235 RCU_INIT_POINTER(mld->fw_id_to_link_sta[internal_sta->sta_id], NULL); in iwl_mld_free_internal_sta()
/linux/net/802/
H A Dstp.c89 RCU_INIT_POINTER(stp_proto, NULL); in stp_proto_unregister()
91 RCU_INIT_POINTER(garp_protos[proto->group_address[5] - in stp_proto_unregister()
/linux/include/linux/
H A Dnetfilter_netdev.h144 RCU_INIT_POINTER(dev->nf_hooks_ingress, NULL); in nf_hook_netdev_init()
147 RCU_INIT_POINTER(dev->nf_hooks_egress, NULL); in nf_hook_netdev_init()
/linux/drivers/net/ovpn/
H A Dcrypto.h67 RCU_INIT_POINTER(cs->slots[0], NULL); in ovpn_crypto_state_init()
68 RCU_INIT_POINTER(cs->slots[1], NULL); in ovpn_crypto_state_init()
H A Dcrypto.c46 RCU_INIT_POINTER(cs->slots[0], NULL); in ovpn_crypto_state_release()
52 RCU_INIT_POINTER(cs->slots[1], NULL); in ovpn_crypto_state_release()
/linux/net/mac80211/
H A Dscan.c500 RCU_INIT_POINTER(local->scan_req, NULL); in __ieee80211_scan_completed()
501 RCU_INIT_POINTER(local->scan_sdata, NULL); in __ieee80211_scan_completed()
893 RCU_INIT_POINTER(local->scan_sdata, NULL); in __ieee80211_start_scan()
1133 RCU_INIT_POINTER(local->scan_req, NULL); in ieee80211_scan_work()
1134 RCU_INIT_POINTER(local->scan_sdata, NULL); in ieee80211_scan_work()
1387 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start()
1388 RCU_INIT_POINTER(local->sched_scan_req, NULL); in __ieee80211_request_sched_scan_start()
1418 RCU_INIT_POINTER(local->sched_scan_req, NULL); in ieee80211_request_sched_scan_stop()
1425 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_request_sched_scan_stop()
1448 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_sched_scan_end()
[all …]
/linux/net/sched/
H A Dcls_u32.c393 RCU_INIT_POINTER(root_ht->next, tp_c->hlist); in u32_init()
473 RCU_INIT_POINTER(*kp, key->next); in u32_delete_key()
594 RCU_INIT_POINTER(ht->ht[h], in u32_clear_hnode()
625 RCU_INIT_POINTER(*hn, ht->next); in u32_destroy_hnode()
652 RCU_INIT_POINTER(tp_c->hlist, ht->next); in u32_destroy()
817 RCU_INIT_POINTER(n->next, pins->next); in u32_replace_knode()
832 RCU_INIT_POINTER(new->next, n->next); in u32_init_knode()
834 RCU_INIT_POINTER(new->ht_up, n->ht_up); in u32_init_knode()
839 RCU_INIT_POINTER(new->ht_down, ht); in u32_init_knode()
1008 RCU_INIT_POINTER(ht->next, tp_c->hlist); in u32_change()
[all …]
H A Dcls_fw.c144 RCU_INIT_POINTER(head->ht[h], in fw_destroy()
174 RCU_INIT_POINTER(*fp, rtnl_dereference(f->next)); in fw_delete()
303 RCU_INIT_POINTER(fnew->next, rtnl_dereference(pfp->next)); in fw_change()
343 RCU_INIT_POINTER(f->next, head->ht[fw_hash(handle)]); in fw_change()
/linux/drivers/net/wireguard/
H A Dallowedips.c193 RCU_INIT_POINTER(node->peer, peer); in add()
208 RCU_INIT_POINTER(newnode->peer, peer); in add()
258 RCU_INIT_POINTER(node->peer, NULL); in remove_node()
309 RCU_INIT_POINTER(table->root4, NULL); in wg_allowedips_free()
310 RCU_INIT_POINTER(table->root6, NULL); in wg_allowedips_free()
H A Dnoise.c163 RCU_INIT_POINTER(keypairs->next_keypair, NULL); in wg_noise_keypairs_clear()
168 RCU_INIT_POINTER(keypairs->previous_keypair, NULL); in wg_noise_keypairs_clear()
173 RCU_INIT_POINTER(keypairs->current_keypair, NULL); in wg_noise_keypairs_clear()
225 RCU_INIT_POINTER(keypairs->next_keypair, NULL); in add_new_keypair()
247 RCU_INIT_POINTER(keypairs->previous_keypair, NULL); in add_new_keypair()
287 RCU_INIT_POINTER(keypairs->next_keypair, NULL); in wg_noise_received_with_keypair()
/linux/fs/nfs_common/
H A Dnfslocalio.c40 RCU_INIT_POINTER(nfs_uuid->net, NULL); in nfs_uuid_init()
161 RCU_INIT_POINTER(nfs_uuid->net, NULL); in nfs_uuid_put()
334 RCU_INIT_POINTER(nfl->nfs_uuid, NULL); in nfs_close_local_fh()
/linux/kernel/bpf/
H A Dreuseport_array.c36 RCU_INIT_POINTER(*socks, NULL); in bpf_sk_reuseport_detach()
82 RCU_INIT_POINTER(array->ptrs[index], NULL); in reuseport_array_delete_elem()
137 RCU_INIT_POINTER(array->ptrs[i], NULL); in reuseport_array_free()
H A Dbpf_local_storage.c87 RCU_INIT_POINTER(SDATA(selem)->smap, smap); in bpf_selem_alloc()
273 RCU_INIT_POINTER(local_storage->cache[smap->cache_idx], NULL); in bpf_selem_unlink_storage_nolock_misc()
286 RCU_INIT_POINTER(*owner_storage(smap, owner), NULL); in bpf_selem_unlink_storage_nolock_misc()
327 RCU_INIT_POINTER(selem->local_storage, local_storage); in bpf_selem_link_storage_nolock()
474 RCU_INIT_POINTER(SDATA(selem)->smap, NULL); in bpf_selem_unlink_nofail()
498 RCU_INIT_POINTER(selem->local_storage, NULL); in bpf_selem_unlink_nofail()
H A Dlpm_trie.c351 RCU_INIT_POINTER(new_node->child[0], NULL); in trie_update_elem()
352 RCU_INIT_POINTER(new_node->child[1], NULL); in trie_update_elem()
545 RCU_INIT_POINTER(*trim, NULL); in trie_delete_elem()
646 RCU_INIT_POINTER(*slot, NULL); in trie_free()
/linux/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic_main.c218 RCU_INIT_POINTER(nf_nat_snmp_hook, help); in nf_nat_snmp_basic_init()
225 RCU_INIT_POINTER(nf_nat_snmp_hook, NULL); in nf_nat_snmp_basic_fini()
/linux/lib/
H A Dxarray.c396 RCU_INIT_POINTER(node->parent, xas->xa_node); in xas_alloc()
465 RCU_INIT_POINTER(xa->xa_head, entry); in xas_shrink()
472 RCU_INIT_POINTER(node->slots[0], XA_RETRY_ENTRY); in xas_shrink()
545 RCU_INIT_POINTER(node->slots[offset], XA_RETRY_ENTRY); in xas_free_nodes()
597 RCU_INIT_POINTER(node->slots[0], head); in xas_expand()
1023 RCU_INIT_POINTER(node->slots[i], entry); in __xas_init_node_for_split()
1026 RCU_INIT_POINTER(node->slots[i], sibling); in __xas_init_node_for_split()
1064 RCU_INIT_POINTER(node->parent, xas->xa_alloc); in xas_split_alloc()
1111 RCU_INIT_POINTER(child->parent, node); in xas_split()
1221 RCU_INIT_POINTER(child->parent, xas->xa_alloc); in xas_try_split()
[all …]
/linux/tools/include/linux/
H A Drcu.h23 #define RCU_INIT_POINTER(p, v) do { (p) = (v); } while (0) macro
/linux/tools/testing/shared/linux/
H A Drcupdate.h10 #define RCU_INIT_POINTER(p, v) do { (p) = (v); } while (0) macro

12345678910