| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_mmu_hpte.c | 67 hlist_add_head_rcu(&pte->list_pte, &vcpu3s->hpte_hash_pte[index]); in kvmppc_mmu_hpte_cache_map() 71 hlist_add_head_rcu(&pte->list_pte_long, in kvmppc_mmu_hpte_cache_map() 76 hlist_add_head_rcu(&pte->list_vpte, &vcpu3s->hpte_hash_vpte[index]); in kvmppc_mmu_hpte_cache_map() 80 hlist_add_head_rcu(&pte->list_vpte_long, in kvmppc_mmu_hpte_cache_map() 86 hlist_add_head_rcu(&pte->list_vpte_64k, in kvmppc_mmu_hpte_cache_map()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | peerlookup.c | 39 hlist_add_head_rcu(&peer->pubkey_hash, in wg_pubkey_hashtable_add() 157 hlist_add_head_rcu(&entry->index_hash, in wg_index_hashtable_insert()
|
| H A D | ratelimiter.c | 149 hlist_add_head_rcu(&entry->hash, bucket); in wg_ratelimiter_allow()
|
| /OK3568_Linux_fs/kernel/tools/lib/lockdep/ |
| H A D | lockdep.c | 7 #define hlist_add_head_rcu hlist_add_head macro
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | originator.c | 168 hlist_add_head_rcu(&vlan->list, &orig_node->vlan_list); in batadv_orig_node_vlan_new() 386 hlist_add_head_rcu(&orig_ifinfo->list, in batadv_orig_ifinfo_new() 461 hlist_add_head_rcu(&neigh_ifinfo->list, &neigh->ifinfo_list); in batadv_neigh_ifinfo_new() 545 hlist_add_head_rcu(&hardif_neigh->list, &hard_iface->neigh_list); in batadv_hardif_neigh_create() 659 hlist_add_head_rcu(&neigh_node->list, &orig_node->neigh_list); in batadv_neigh_node_create()
|
| H A D | hash.h | 105 hlist_add_head_rcu(data_node, head); in batadv_hash_add()
|
| H A D | multicast.c | 1799 hlist_add_head_rcu(node, head); in batadv_mcast_want_unsnoop_update() 1844 hlist_add_head_rcu(node, head); in batadv_mcast_want_ipv4_update() 1889 hlist_add_head_rcu(node, head); in batadv_mcast_want_ipv6_update() 1934 hlist_add_head_rcu(node, head); in batadv_mcast_want_rtr4_update() 1979 hlist_add_head_rcu(node, head); in batadv_mcast_want_rtr6_update()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | xfrm6_tunnel.c | 155 hlist_add_head_rcu(&x6spi->list_byspi, &xfrm6_tn->spi_byspi[index]); in __xfrm6_tunnel_alloc_spi() 158 hlist_add_head_rcu(&x6spi->list_byaddr, &xfrm6_tn->spi_byaddr[index]); in __xfrm6_tunnel_alloc_spi()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | server.c | 187 hlist_add_head_rcu(&server->proc_link, &net->fs_proc); in afs_install_server() 203 hlist_add_head_rcu(&server->addr4_link, &net->fs_addresses4); in afs_install_server() 205 hlist_add_head_rcu(&server->addr6_link, &net->fs_addresses6); in afs_install_server()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_state.c | 96 hlist_add_head_rcu(&x->bydst, ndsttable + h); in xfrm_hash_transfer() 101 hlist_add_head_rcu(&x->bysrc, nsrctable + h); in xfrm_hash_transfer() 107 hlist_add_head_rcu(&x->byspi, nspitable + h); in xfrm_hash_transfer() 1144 hlist_add_head_rcu(&x->bydst, net->xfrm.state_bydst + h); in xfrm_state_find() 1146 hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h); in xfrm_state_find() 1149 hlist_add_head_rcu(&x->byspi, net->xfrm.state_byspi + h); in xfrm_state_find() 1254 hlist_add_head_rcu(&x->bydst, net->xfrm.state_bydst + h); in __xfrm_state_insert() 1257 hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h); in __xfrm_state_insert() 1263 hlist_add_head_rcu(&x->byspi, net->xfrm.state_byspi + h); in __xfrm_state_insert() 1377 hlist_add_head_rcu(&x->bydst, net->xfrm.state_bydst + h); in __find_acq_core() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/rmnet/ |
| H A D | rmnet_config.c | 160 hlist_add_head_rcu(&ep->hlnode, &port->muxed_ep[mux_id]); in rmnet_newlink() 325 hlist_add_head_rcu(&ep->hlnode, in rmnet_changelink()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rculist.h | 585 static inline void hlist_add_head_rcu(struct hlist_node *n, in hlist_add_head_rcu() function 630 hlist_add_head_rcu(n, h); in hlist_add_tail_rcu()
|
| H A D | hashtable.h | 70 hlist_add_head_rcu(node, &hashtable[hash_min(key, HASH_BITS(hashtable))])
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_local_storage.c | 162 hlist_add_head_rcu(&selem->snode, &local_storage->list); in bpf_selem_link_storage_nolock() 189 hlist_add_head_rcu(&selem->map_node, &b->list); in bpf_selem_link_map()
|
| /OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/ |
| H A D | vmci_resource.c | 128 hlist_add_head_rcu(&resource->node, &vmci_resource_table.entries[idx]); in vmci_resource_add()
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_queue.c | 112 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]); in ima_add_digest_entry()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | svcauth.c | 184 hlist_add_head_rcu(&new->hash, head); in auth_domain_lookup()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_hashtab.c | 134 hlist_add_head_rcu(&item->head, h_list); in drm_ht_insert_item()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/ |
| H A D | page_track.c | 188 hlist_add_head_rcu(&n->node, &head->track_notifier_list); in kvm_page_track_register_notifier()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_expect.c | 388 hlist_add_head_rcu(&exp->lnode, &master_help->expectations); in nf_ct_expect_insert() 391 hlist_add_head_rcu(&exp->hnode, &nf_ct_expect_hash[h]); in nf_ct_expect_insert()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | mesh_pathtbl.c | 324 hlist_add_head_rcu(&mpath->gate_list, &tbl->known_gates); in mesh_path_add_gate() 470 hlist_add_head_rcu(&new_mpath->walk_list, &tbl->walk_head); in mpp_path_add()
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | airq.c | 58 hlist_add_head_rcu(&airq->list, &airq_lists[airq->isc]); in register_adapter_interrupt()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | inode.c | 501 hlist_add_head_rcu(&inode->i_hash, b); in __insert_inode_hash() 1111 hlist_add_head_rcu(&inode->i_hash, head); in inode_insert5() 1205 hlist_add_head_rcu(&inode->i_hash, head); in iget_locked() 1559 hlist_add_head_rcu(&inode->i_hash, head); in insert_inode_locked()
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | vport.c | 209 hlist_add_head_rcu(&vport->hash_node, bucket); in ovs_vport_add()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | pnfs_dev.c | 208 hlist_add_head_rcu(&new->node, &nfs4_deviceid_cache[hash]); in nfs4_find_get_deviceid()
|