/linux/arch/powerpc/kvm/ |
H A D | book3s_mmu_hpte.c | 143 hlist_for_each_entry_rcu(pte, list, list_vpte_long) in kvmppc_mmu_pte_flush_all() 162 hlist_for_each_entry_rcu(pte, list, list_pte) in kvmppc_mmu_pte_flush_page() 182 hlist_for_each_entry_rcu(pte, list, list_pte_long) in kvmppc_mmu_pte_flush_long() 224 hlist_for_each_entry_rcu(pte, list, list_vpte) in kvmppc_mmu_pte_vflush_short() 246 hlist_for_each_entry_rcu(pte, list, list_vpte_64k) in kvmppc_mmu_pte_vflush_64k() 268 hlist_for_each_entry_rcu(pte, list, list_vpte_long) in kvmppc_mmu_pte_vflush_long() 311 hlist_for_each_entry_rcu(pte, list, list_vpte_long) in kvmppc_mmu_pte_pflush()
|
/linux/mm/ |
H A D | mmu_notifier.c | 312 hlist_for_each_entry_rcu(subscription, &subscriptions->list, hlist, in mn_hlist_release() 375 hlist_for_each_entry_rcu(subscription, in __mmu_notifier_clear_flush_young() 395 hlist_for_each_entry_rcu(subscription, in __mmu_notifier_clear_young() 414 hlist_for_each_entry_rcu(subscription, in __mmu_notifier_test_young() 469 hlist_for_each_entry_rcu(subscription, &subscriptions->list, hlist, in mn_hlist_invalidate_range_start() 507 hlist_for_each_entry_rcu(subscription, &subscriptions->list, in mn_hlist_invalidate_range_start() 545 hlist_for_each_entry_rcu(subscription, &subscriptions->list, hlist, in mn_hlist_invalidate_end() 580 hlist_for_each_entry_rcu(subscription, in __mmu_notifier_arch_invalidate_secondary_tlbs() 717 hlist_for_each_entry_rcu(subscription, in find_get_mmu_notifier()
|
/linux/net/can/ |
H A D | af_can.c | 534 hlist_for_each_entry_rcu(rcv, rcv_list, list) { in can_rx_unregister() 588 hlist_for_each_entry_rcu(rcv, &dev_rcv_lists->rx[RX_ERR], list) { in can_rcv_filter() 598 hlist_for_each_entry_rcu(rcv, &dev_rcv_lists->rx[RX_ALL], list) { in can_rcv_filter() 604 hlist_for_each_entry_rcu(rcv, &dev_rcv_lists->rx[RX_FIL], list) { in can_rcv_filter() 612 hlist_for_each_entry_rcu(rcv, &dev_rcv_lists->rx[RX_INV], list) { in can_rcv_filter() 624 hlist_for_each_entry_rcu(rcv, &dev_rcv_lists->rx_eff[effhash(can_id)], list) { in can_rcv_filter() 632 hlist_for_each_entry_rcu(rcv, &dev_rcv_lists->rx_sff[can_id], list) { in can_rcv_filter()
|
/linux/net/ipv4/ |
H A D | tcp_diag.c | 63 hlist_for_each_entry_rcu(key, &md5sig->head, node) in tcp_diag_put_md5sig() 75 hlist_for_each_entry_rcu(key, &md5sig->head, node) { in tcp_diag_put_md5sig() 158 hlist_for_each_entry_rcu(key, &md5sig->head, node) in tcp_diag_get_aux_size()
|
H A D | fib_trie.c | 1034 hlist_for_each_entry_rcu(fa, &l->leaf, fa_list) { in fib_find_matching_alias() 1574 hlist_for_each_entry_rcu(fa, &n->leaf, fa_list) { in fib_table_lookup() 2173 hlist_for_each_entry_rcu(tb, head, tb_hlist, in fib_info_notify_update() 2187 hlist_for_each_entry_rcu(fa, &l->leaf, fa_list) { in fib_leaf_notify() 2243 hlist_for_each_entry_rcu(tb, head, tb_hlist) { in fib_notify() 2287 hlist_for_each_entry_rcu(fa, &l->leaf, fa_list) { in fn_trie_dump_leaf() 2541 hlist_for_each_entry_rcu(fa, &n->leaf, fa_list) in trie_collect_stats() 2652 hlist_for_each_entry_rcu(tb, head, tb_hlist) { in fib_triestat_seq_show() 2685 hlist_for_each_entry_rcu(tb, head, tb_hlist) { in fib_trie_get_idx() 2735 hlist_for_each_entry_rcu(tb, head, tb_hlist) { in fib_trie_seq_next() [all …]
|
/linux/net/batman-adv/ |
H A D | originator.c | 72 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_orig_hash_find() 119 hlist_for_each_entry_rcu(tmp, &orig_node->vlan_list, list) { in batadv_orig_node_vlan_get() 326 hlist_for_each_entry_rcu(orig_ifinfo, &orig_node->ifinfo_list, list) { in batadv_orig_to_router() 384 hlist_for_each_entry_rcu(tmp, &orig_node->ifinfo_list, 463 hlist_for_each_entry_rcu(tmp_neigh_ifinfo, &neigh->ifinfo_list, 541 hlist_for_each_entry_rcu(tmp_neigh_node, &orig_node->neigh_list, list) { in batadv_hardif_neigh_create() 645 hlist_for_each_entry_rcu(tmp_hardif_neigh, in batadv_neigh_node_create() 1196 hlist_for_each_entry_rcu(neigh, &orig_node->neigh_list, list) { in batadv_purge_orig_node()
|
H A D | bat_v.c | 188 hlist_for_each_entry_rcu(hardif_neigh, in batadv_v_neigh_dump_hardif() 351 hlist_for_each_entry_rcu(neigh_node, &orig_node->neigh_list, list) { in batadv_v_orig_dump_entry() 397 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_v_orig_dump_bucket() 569 hlist_for_each_entry_rcu(gw_node, &bat_priv->gw.gateway_list, list) { in batadv_v_gw_get_best_gw_node()
|
H A D | translation-table.c | 143 hlist_for_each_entry_rcu(tt, head, hash_entry) { in batadv_tt_hash_find() 565 hlist_for_each_entry_rcu(vlan, &bat_priv->softif_vlan_list, list) { in batadv_tt_global_free() 768 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_tt_local_add() 1449 hlist_for_each_entry_rcu(tmp_orig_entry, head, list) { in batadv_tt_global_entry_has_orig() 1512 hlist_for_each_entry_rcu(orig_entry, head, list) in batadv_tt_global_orig_entry_add() 1762 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_tt_global_dump_subentry() 1876 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_tt_global_dump_bucket() 1914 hlist_for_each_entry_rcu(common, head, hash_entry) { in batadv_tt_global_dump() 2098 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_tt_global_del() 2454 hlist_for_each_entry_rcu(tt_commo in batadv_tt_global_crc() [all...] |
H A D | bat_iv_ogm.c | 755 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_iv_ogm_slide_own_bcast_window() 756 hlist_for_each_entry_rcu(orig_ifinfo, in batadv_iv_ogm_slide_own_bcast_window() 937 hlist_for_each_entry_rcu(tmp_neigh_node, in batadv_iv_ogm_orig_update() 1081 hlist_for_each_entry_rcu(tmp_neigh_node, in batadv_iv_ogm_calc_tq() 1248 hlist_for_each_entry_rcu(neigh_node, &orig_node->neigh_list, list) { in batadv_iv_ogm_update_seqnos() 1898 hlist_for_each_entry_rcu(neigh_node, &orig_node->neigh_list, list) { in batadv_iv_ogm_orig_dump_entry() 1946 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_iv_ogm_orig_dump_bucket() 2108 hlist_for_each_entry_rcu(hardif_neigh, in batadv_iv_ogm_neigh_dump_hardif() 2260 hlist_for_each_entry_rcu(gw_node, &bat_priv->gw.gateway_list, list) { in batadv_iv_gw_get_best_gw_node()
|
H A D | bridge_loop_avoidance.c | 234 hlist_for_each_entry_rcu(claim, head, hash_entry) { in batadv_claim_hash_find() 277 hlist_for_each_entry_rcu(backbone_gw, head, hash_entry) { in batadv_backbone_hash_find() 615 hlist_for_each_entry_rcu(claim, head, hash_entry) { in batadv_bla_answer_request() 1290 hlist_for_each_entry_rcu(claim, head, hash_entry) { in batadv_bla_purge_claims() 1360 hlist_for_each_entry_rcu(backbone_gw, head, hash_entry) { in batadv_bla_update_orig_address() 1474 hlist_for_each_entry_rcu(backbone_gw, head, hash_entry) { in batadv_bla_periodic_work() 1750 hlist_for_each_entry_rcu(backbone_gw, head, hash_entry) { in batadv_bla_is_backbone_gw_orig()
|
H A D | network-coding.c | 409 hlist_for_each_entry_rcu(orig_node, head, hash_entry) in batadv_nc_purge_orig_hash() 554 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_hash_find() 688 hlist_for_each_entry_rcu(nc_path, head, hash_entry) { in batadv_nc_process_nc_paths() 1279 hlist_for_each_entry_rcu(nc_path, &hash->table[idx], hash_entry) { in batadv_nc_path_search() 1758 hlist_for_each_entry_rcu(nc_path, &hash->table[index], hash_entry) { in batadv_nc_find_decoding_packet()
|
H A D | multicast.c | 1320 hlist_for_each_entry_rcu(orig_entry, &tt_global->orig_list, list) { in batadv_mcast_forw_tt() 1360 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_ipv4() 1397 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_ipv6() 1463 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_rtr4() 1500 hlist_for_each_entry_rcu(orig_node, in batadv_mcast_forw_want_all_rtr6()
|
/linux/drivers/target/tcm_fc/ |
H A D | tfc_sess.c | 173 hlist_for_each_entry_rcu(sess, head, hash) { in ft_sess_get() 218 hlist_for_each_entry_rcu(sess, head, hash) in ft_sess_create() 267 hlist_for_each_entry_rcu(sess, head, hash) { in ft_sess_delete() 294 hlist_for_each_entry_rcu(sess, head, hash) { in ft_sess_delete_all()
|
/linux/include/linux/ |
H A D | hashtable.h | 141 hlist_for_each_entry_rcu(obj, &name[bkt], member) 177 hlist_for_each_entry_rcu(obj, &name[hash_min(key, HASH_BITS(name))],\
|
/linux/net/bridge/ |
H A D | br_cfm.c | 23 hlist_for_each_entry_rcu(mep, &br->mep_list, head, in br_mep_find_ifindex() 36 hlist_for_each_entry_rcu(peer_mep, &mep->peer_mep_list, head, in br_peer_mep_find() 827 hlist_for_each_entry_rcu(mep, &br->mep_list, head) in br_cfm_mep_count() 842 hlist_for_each_entry_rcu(mep, &br->mep_list, head) in br_cfm_peer_mep_count() 843 hlist_for_each_entry_rcu(peer_mep, &mep->peer_mep_list, head) in br_cfm_peer_mep_count()
|
H A D | br_cfm_netlink.c | 461 hlist_for_each_entry_rcu(mep, &br->mep_list, head) { in br_cfm_config_fill_info() 587 hlist_for_each_entry_rcu(peer_mep, &mep->peer_mep_list, head) { in br_cfm_config_fill_info() 624 hlist_for_each_entry_rcu(mep, &br->mep_list, head) { in br_cfm_status_fill_info() 658 hlist_for_each_entry_rcu(peer_mep, &mep->peer_mep_list, head) { in br_cfm_status_fill_info()
|
H A D | br_fdb.c | 554 hlist_for_each_entry_rcu(f, &br->fdb_list, fdb_node) { in br_fdb_cleanup() 610 hlist_for_each_entry_rcu(f, &br->fdb_list, fdb_node) { in br_fdb_flush() 837 hlist_for_each_entry_rcu(f, &br->fdb_list, fdb_node) { in br_fdb_fillbuf() 979 hlist_for_each_entry_rcu(f, &br->fdb_list, fdb_node) { in br_fdb_dump() 1380 hlist_for_each_entry_rcu(f, &br->fdb_list, fdb_node) { in br_fdb_sync_static() 1394 hlist_for_each_entry_rcu(tmp, &br->fdb_list, fdb_node) { in br_fdb_sync_static() 1413 hlist_for_each_entry_rcu(f, &br->fdb_list, fdb_node) { in br_fdb_unsync_static()
|
/linux/fs/nfs/ |
H A D | pnfs_dev.c | 85 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node) in _lookup_deviceid() 335 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node) in _deviceid_purge_client() 376 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[i], node) in nfs4_deviceid_mark_client_invalid()
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_conn.c | 272 hlist_for_each_entry_rcu(cp, &ip_vs_conn_tab[hash], c_list) { in __ip_vs_conn_in_get() 358 hlist_for_each_entry_rcu(cp, &ip_vs_conn_tab[hash], c_list) { in ip_vs_ct_in_get() 415 hlist_for_each_entry_rcu(cp, &ip_vs_conn_tab[hash], c_list) { in ip_vs_conn_out_get() 1059 hlist_for_each_entry_rcu(cp, &ip_vs_conn_tab[idx], c_list) { in ip_vs_conn_array() 1103 hlist_for_each_entry_rcu(cp, &ip_vs_conn_tab[idx], c_list) { in ip_vs_conn_seq_next() 1313 hlist_for_each_entry_rcu(cp, &ip_vs_conn_tab[hash], c_list) { in ip_vs_random_dropentry() 1380 hlist_for_each_entry_rcu(cp, &ip_vs_conn_tab[idx], c_list) { in ip_vs_conn_flush() 1414 hlist_for_each_entry_rcu(cp, &ip_vs_conn_tab[idx], c_list) { in ip_vs_expire_nodest_conn_flush()
|
/linux/drivers/target/ |
H A D | target_core_device.c | 212 hlist_for_each_entry_rcu(deve, &nacl->lun_entry_hlist, link) { in core_get_se_deve_from_rtpi() 240 hlist_for_each_entry_rcu(deve, &nacl->lun_entry_hlist, link) in core_free_device_list_for_node() 266 hlist_for_each_entry_rcu(deve, &nacl->lun_entry_hlist, link) in target_nacl_find_deve() 307 hlist_for_each_entry_rcu(tmp, &nacl->lun_entry_hlist, link) { in target_luns_data_has_changed() 465 hlist_for_each_entry_rcu(deve, &nacl->lun_entry_hlist, link) { in core_clear_lun_from_tpg()
|
/linux/net/rds/ |
H A D | connection.c | 91 hlist_for_each_entry_rcu(conn, head, c_hash_node) { in rds_conn_lookup() 557 hlist_for_each_entry_rcu(conn, head, c_hash_node) { in rds_conn_message_info_cmn() 670 hlist_for_each_entry_rcu(conn, head, c_hash_node) { in rds_for_each_conn_info() 708 hlist_for_each_entry_rcu(conn, head, c_hash_node) { in rds_walk_conn_path_info()
|
/linux/fs/dlm/ |
H A D | midcomms.c | 278 hlist_for_each_entry_rcu(node, &node_hash[r], hlist) { in __find_node() 1168 hlist_for_each_entry_rcu(node, &node_hash[i], hlist) { in dlm_midcomms_exit() 1328 hlist_for_each_entry_rcu(node, &node_hash[i], hlist) { in dlm_midcomms_version_wait() 1399 hlist_for_each_entry_rcu(node, &node_hash[i], hlist) { in dlm_midcomms_shutdown() 1407 hlist_for_each_entry_rcu(node, &node_hash[i], hlist) { in dlm_midcomms_shutdown()
|
/linux/net/netfilter/ |
H A D | nft_set_hash.c | 503 hlist_for_each_entry_rcu(he, &priv->table[hash], node) { in nft_hash_lookup() 524 hlist_for_each_entry_rcu(he, &priv->table[hash], node) { in nft_hash_get() 545 hlist_for_each_entry_rcu(he, &priv->table[hash], node) { in nft_hash_lookup_fast() 650 hlist_for_each_entry_rcu(he, &priv->table[i], node) { in nft_hash_walk()
|
/linux/arch/s390/kernel/ |
H A D | irq.c | 330 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in unregister_external_irq() 354 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in do_ext_interrupt()
|
/linux/net/openvswitch/ |
H A D | flow_table.c | 537 hlist_for_each_entry_rcu(flow, head, flow_table.node[ver]) { in ovs_flow_tbl_dump_next() 591 hlist_for_each_entry_rcu(flow, head, in flow_table_copy_flows() 596 hlist_for_each_entry_rcu(flow, head, in flow_table_copy_flows() 713 hlist_for_each_entry_rcu(flow, head, flow_table.node[ti->node_ver], in masked_flow_lookup() 927 hlist_for_each_entry_rcu(flow, head, ufid_table.node[ti->node_ver], in ovs_flow_tbl_lookup_ufid()
|