Home
last modified time | relevance | path

Searched refs:hlist_for_each_entry_rcu (Results 1 – 25 of 136) sorted by relevance

123456

/linux/arch/powerpc/kvm/
H A Dbook3s_mmu_hpte.c143 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 Dmmu_notifier.c310 hlist_for_each_entry_rcu(subscription, &subscriptions->list, hlist, in mn_hlist_release()
373 hlist_for_each_entry_rcu(subscription, in __mmu_notifier_clear_flush_young()
393 hlist_for_each_entry_rcu(subscription, in __mmu_notifier_clear_young()
412 hlist_for_each_entry_rcu(subscription, in __mmu_notifier_test_young()
467 hlist_for_each_entry_rcu(subscription, &subscriptions->list, hlist, in mn_hlist_invalidate_range_start()
505 hlist_for_each_entry_rcu(subscription, &subscriptions->list, in mn_hlist_invalidate_range_start()
543 hlist_for_each_entry_rcu(subscription, &subscriptions->list, hlist, in mn_hlist_invalidate_end()
578 hlist_for_each_entry_rcu(subscription, in __mmu_notifier_arch_invalidate_secondary_tlbs()
715 hlist_for_each_entry_rcu(subscription, in find_get_mmu_notifier()
/linux/net/can/
H A Daf_can.c534 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 Dtcp_diag.c63 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 Dfib_trie.c1034 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/drivers/target/tcm_fc/
H A Dtfc_sess.c173 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/net/batman-adv/
H A Doriginator.c71 hlist_for_each_entry_rcu(orig_node, head, hash_entry) { in batadv_orig_hash_find()
118 hlist_for_each_entry_rcu(tmp, &orig_node->vlan_list, list) { in batadv_orig_node_vlan_get()
299 hlist_for_each_entry_rcu(orig_ifinfo, &orig_node->ifinfo_list, list) { in batadv_orig_router_get()
357 hlist_for_each_entry_rcu(tmp, &orig_node->ifinfo_list, in batadv_orig_ifinfo_get()
436 hlist_for_each_entry_rcu(tmp_neigh_ifinfo, &neigh->ifinfo_list, in batadv_neigh_ifinfo_get()
514 hlist_for_each_entry_rcu(tmp_neigh_node, &orig_node->neigh_list, list) { in batadv_neigh_node_get()
618 hlist_for_each_entry_rcu(tmp_hardif_neigh, in batadv_hardif_neigh_get()
1169 hlist_for_each_entry_rcu(neigh, &orig_node->neigh_list, list) { in batadv_find_best_neighbor()
H A Dbat_v.c188 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 Dtranslation-table.c143 hlist_for_each_entry_rcu(tt, head, hash_entry) { in batadv_tt_hash_find()
727 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_tt_local_add()
1408 hlist_for_each_entry_rcu(tmp_orig_entry, head, list) { in batadv_tt_global_orig_entry_find()
1471 hlist_for_each_entry_rcu(orig_entry, head, list) in batadv_tt_global_sync_flags()
1721 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_transtable_best_orig()
1835 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_tt_global_dump_entry()
1873 hlist_for_each_entry_rcu(common, head, hash_entry) { in batadv_tt_global_dump_bucket()
2057 hlist_for_each_entry_rcu(orig_entry, head, list) { in batadv_tt_global_del_roaming()
2413 hlist_for_each_entry_rcu(tt_common, head, hash_entry) { in batadv_tt_global_crc()
2736 hlist_for_each_entry_rcu(tt_common_entry, in batadv_tt_tvlv_generate()
[all …]
H A Dbat_iv_ogm.c755 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 Dbridge_loop_avoidance.c234 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 Dnetwork-coding.c409 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()
/linux/include/linux/
H A Dhashtable.h141 hlist_for_each_entry_rcu(obj, &name[bkt], member)
177 hlist_for_each_entry_rcu(obj, &name[hash_min(key, HASH_BITS(name))],\
H A Dbpf_local_storage.h151 hlist_for_each_entry_rcu(selem, &local_storage->list, snode, in bpf_local_storage_lookup()
/linux/fs/nfs/
H A Dpnfs_dev.c85 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node) in _lookup_deviceid()
338 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node) in _deviceid_purge_client()
379 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[i], node) in nfs4_deviceid_mark_client_invalid()
/linux/net/bridge/
H A Dbr_cfm.c23 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 Dbr_cfm_netlink.c461 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 Dbr_fdb.c554 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/net/netfilter/ipvs/
H A Dip_vs_conn.c272 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/net/rds/
H A Dconnection.c91 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/drivers/target/
H A Dtarget_core_device.c212 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/fs/dlm/
H A Dmidcomms.c278 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/arch/s390/kernel/
H A Dirq.c329 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in unregister_external_irq()
353 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in do_ext_interrupt()
/linux/net/netfilter/
H A Dnft_set_hash.c503 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/net/openvswitch/
H A Dflow_table.c537 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()

123456