| /linux/scripts/include/ |
| H A D | hashtable.h | 73 hlist_for_each_entry_safe(obj, tmp, &table[_bkt], member) 96 hlist_for_each_entry_safe(obj, tmp, hash_head(table, key), member)
|
| /linux/tools/include/linux/ |
| H A D | hashtable.h | 122 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member) 145 hlist_for_each_entry_safe(obj, tmp,\
|
| /linux/net/batman-adv/ |
| H A D | originator.c | 292 hlist_for_each_entry_safe(neigh_ifinfo, node_tmp, in batadv_neigh_node_release() 865 hlist_for_each_entry_safe(neigh_node, node_tmp, in batadv_orig_node_release() 871 hlist_for_each_entry_safe(orig_ifinfo, node_tmp, in batadv_orig_node_release() 884 hlist_for_each_entry_safe(vlan, node_tmp, &orig_node->vlan_list, list) { in batadv_orig_node_release() 918 hlist_for_each_entry_safe(orig_node, node_tmp, in batadv_originator_free() 1024 hlist_for_each_entry_safe(neigh_ifinfo, node_tmp, in batadv_purge_neigh_ifinfo() 1068 hlist_for_each_entry_safe(orig_ifinfo, node_tmp, in batadv_purge_orig_ifinfo() 1121 hlist_for_each_entry_safe(neigh_node, node_tmp, in batadv_purge_orig_neighbors() 1279 hlist_for_each_entry_safe(orig_node, node_tmp, in batadv_purge_orig_ref()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_filters.c | 74 hlist_for_each_entry_safe(rule, aq_node2, in aq_rule_already_exists() 437 hlist_for_each_entry_safe(rule, aq_node2, in aq_del_fvlan_by_vlan() 638 hlist_for_each_entry_safe(rule, aq_node2, in aq_update_table_filters() 725 hlist_for_each_entry_safe(rule, aq_node2, in aq_del_rxnfc_rule() 748 hlist_for_each_entry_safe(rule, aq_node2, in aq_get_rxnfc_rule() 771 hlist_for_each_entry_safe(rule, aq_node2, in aq_get_rxnfc_all_rules() 791 hlist_for_each_entry_safe(rule, aq_node2, in aq_clear_rxnfc_all_rules() 812 hlist_for_each_entry_safe(rule, aq_node2, in aq_reapply_rxnfc_all_rules()
|
| /linux/include/linux/ |
| H A D | hashtable.h | 155 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member) 205 hlist_for_each_entry_safe(obj, tmp,\
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_clsf.c | 97 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_rfs_flw_tbl_free() 117 hlist_for_each_entry_safe(n, tmp, hhead, node) in htbl_fltr_search() 139 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_flow_may_expire()
|
| /linux/include/net/ |
| H A D | netrom.h | 165 hlist_for_each_entry_safe(__nr_neigh, node2, list, neigh_node) 171 hlist_for_each_entry_safe(__nr_node, node2, list, node_node)
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_arfs.c | 114 hlist_for_each_entry_safe(e, n, del_list_head, list_entry) { in ice_arfs_del_flow_rules() 151 hlist_for_each_entry_safe(ep, n, add_list_head, list_entry) { in ice_arfs_add_flow_rules() 226 hlist_for_each_entry_safe(e, n, &vsi->arfs_fltr_list[idx], list_entry) in ice_arfs_update_flow_rules() 605 hlist_for_each_entry_safe(r, n, &vsi->arfs_fltr_list[i], in ice_clear_arfs()
|
| /linux/kernel/ |
| H A D | user-return-notifier.c | 42 hlist_for_each_entry_safe(urn, tmp2, head, link) in fire_user_return_notifiers()
|
| /linux/drivers/net/wireguard/ |
| H A D | ratelimiter.c | 64 hlist_for_each_entry_safe(entry, temp, &table_v4[i], hash) { in wg_ratelimiter_gc_entries() 70 hlist_for_each_entry_safe(entry, temp, &table_v6[i], hash) { in wg_ratelimiter_gc_entries()
|
| /linux/net/mac80211/ |
| H A D | mesh_pathtbl.c | 618 hlist_for_each_entry_safe(entry, n, &cache->walk_head, walk_list) in mesh_fast_tx_gc() 632 hlist_for_each_entry_safe(entry, n, &cache->walk_head, walk_list) in mesh_fast_tx_flush_mpath() 646 hlist_for_each_entry_safe(entry, n, &cache->walk_head, walk_list) in mesh_fast_tx_flush_sta() 841 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) { in mesh_path_flush_by_nexthop() 856 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) { in mpp_flush_by_proxy() 869 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) { in table_flush_by_iface() 1080 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) { in mesh_path_tbl_expire()
|
| /linux/net/ipv6/ |
| H A D | addrlabel.c | 206 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) { in __ip6addrlbl_add() 269 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) { in __ip6addrlbl_del() 322 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) { in ip6addrlbl_net_init() 336 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) { in ip6addrlbl_net_exit()
|
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_ethtool.c | 120 hlist_for_each_entry_safe(rule, node, &txgbe->fdir_filter_list, in txgbe_get_ethtool_fdir_entry() 184 hlist_for_each_entry_safe(rule, node, &txgbe->fdir_filter_list, in txgbe_get_ethtool_fdir_all() 273 hlist_for_each_entry_safe(rule, node2, &txgbe->fdir_filter_list, in txgbe_match_ethtool_fdir_entry() 295 hlist_for_each_entry_safe(rule, node, &txgbe->fdir_filter_list, in txgbe_update_ethtool_fdir_entry()
|
| /linux/scripts/coccinelle/iterators/ |
| H A D | use_after_iter.cocci | 36 iterator name hlist_for_each_entry_safe; 122 hlist_for_each_entry_safe(c,...) S
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_rx_filter.c | 39 hlist_for_each_entry_safe(f, tmp, head, by_id) { in ionic_rx_filter_replay() 83 hlist_for_each_entry_safe(f, tmp, &new_id_list, by_id) { in ionic_rx_filter_replay() 117 hlist_for_each_entry_safe(f, tmp, head, by_id) in ionic_rx_filters_deinit() 581 hlist_for_each_entry_safe(f, tmp, head, by_id) { in ionic_rx_filter_sync()
|
| /linux/drivers/hv/ |
| H A D | mshv_eventfd.c | 538 hlist_for_each_entry_safe(irqfd, n, &pt->pt_irqfds_list, in mshv_irqfd_deassign() 581 hlist_for_each_entry_safe(irqfd, n, &pt->pt_irqfds_list, irqfd_hnode) in mshv_irqfd_release() 764 hlist_for_each_entry_safe(p, n, &pt->ioeventfds_list, iovntfd_hnode) { in mshv_deassign_ioeventfd() 827 hlist_for_each_entry_safe(p, n, &items, iovntfd_hnode) { in mshv_eventfd_release()
|
| /linux/drivers/infiniband/core/ |
| H A D | iwpm_util.c | 170 hlist_for_each_entry_safe(map_info, tmp_hlist_node, in iwpm_remove_mapinfo() 198 hlist_for_each_entry_safe(map_info, tmp_hlist_node, in free_hash_bucket() 221 hlist_for_each_entry_safe(rem_info, tmp_hlist_node, in free_reminfo_bucket() 282 hlist_for_each_entry_safe(rem_info, tmp_hlist_node, in iwpm_get_remote_info()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_lblc.c | 238 hlist_for_each_entry_safe(en, next, &tbl->bucket[i], list) { in ip_vs_lblc_flush() 267 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { in ip_vs_lblc_full_check() 324 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { in ip_vs_lblc_check_expire()
|
| H A D | ip_vs_lblcr.c | 404 hlist_for_each_entry_safe(en, next, &tbl->bucket[i], list) { in ip_vs_lblcr_flush() 432 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { in ip_vs_lblcr_full_check() 488 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { in ip_vs_lblcr_check_expire()
|
| /linux/net/atm/ |
| H A D | lec.c | 1483 hlist_for_each_entry_safe(entry, next, in lec_arp_destroy() 1491 hlist_for_each_entry_safe(entry, next, in lec_arp_destroy() 1500 hlist_for_each_entry_safe(entry, next, in lec_arp_destroy() 1509 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { in lec_arp_destroy() 1677 hlist_for_each_entry_safe(entry, next, in lec_arp_check_expire() 1811 hlist_for_each_entry_safe(entry, next, in lec_addr_delete() 1851 hlist_for_each_entry_safe(entry, next, in lec_arp_update() 2169 hlist_for_each_entry_safe(entry, next, in lec_vcc_close() 2180 hlist_for_each_entry_safe(entry, next, in lec_vcc_close() 2190 hlist_for_each_entry_safe(entry, next, in lec_vcc_close() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | mpfs.h | 50 hlist_for_each_entry_safe(hn, tmp, &(hash)[i], hlist)
|
| /linux/net/openvswitch/ |
| H A D | dp_notify.c | 47 hlist_for_each_entry_safe(vport, n, &dp->ports[i], dp_hash_node) { in ovs_dp_notify_wq()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_expect.c | 239 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { in nf_ct_remove_expectations() 450 hlist_for_each_entry_safe(i, next, &nf_ct_expect_hash[h], hnode) { in __nf_ct_expect_check() 520 hlist_for_each_entry_safe(exp, next, in nf_ct_expect_iterate_destroy() 546 hlist_for_each_entry_safe(exp, next, in nf_ct_expect_iterate_net()
|
| /linux/fs/orangefs/ |
| H A D | xattr.c | 74 hlist_for_each_entry_safe(cx, tmp, h, node) { in find_cached_xattr() 297 hlist_for_each_entry_safe(cx, tmp, h, node) { in orangefs_inode_removexattr() 388 hlist_for_each_entry_safe(cx, tmp, h, node) { in orangefs_inode_setxattr()
|
| /linux/io_uring/ |
| H A D | cancel.c | 356 hlist_for_each_entry_safe(req, tmp, list, hash_node) { in io_cancel_remove_all() 376 hlist_for_each_entry_safe(req, tmp, list, hash_node) { in io_cancel_remove()
|