Home
last modified time | relevance | path

Searched refs:hlist_for_each_entry_safe (Results 1 – 25 of 139) sorted by relevance

123456

/openbmc/linux/tools/include/linux/
H A Dhashtable.h122 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member)
145 hlist_for_each_entry_safe(obj, tmp,\
/openbmc/linux/net/batman-adv/
H A Doriginator.c296 hlist_for_each_entry_safe(neigh_ifinfo, node_tmp, in batadv_neigh_node_release()
853 hlist_for_each_entry_safe(neigh_node, node_tmp, in batadv_orig_node_release()
859 hlist_for_each_entry_safe(orig_ifinfo, node_tmp, in batadv_orig_node_release()
872 hlist_for_each_entry_safe(vlan, node_tmp, &orig_node->vlan_list, list) { in batadv_orig_node_release()
909 hlist_for_each_entry_safe(orig_node, node_tmp, in batadv_originator_free()
1016 hlist_for_each_entry_safe(neigh_ifinfo, node_tmp, in batadv_purge_neigh_ifinfo()
1060 hlist_for_each_entry_safe(orig_ifinfo, node_tmp, in batadv_purge_orig_ifinfo()
1113 hlist_for_each_entry_safe(neigh_node, node_tmp, in batadv_purge_orig_neighbors()
1273 hlist_for_each_entry_safe(orig_node, node_tmp, in batadv_purge_orig_ref()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c74 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()
/openbmc/linux/include/linux/
H A Dhashtable.h155 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member)
205 hlist_for_each_entry_safe(obj, tmp,\
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c97 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()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c113 hlist_for_each_entry_safe(e, n, del_list_head, list_entry) { in ice_arfs_del_flow_rules()
150 hlist_for_each_entry_safe(ep, n, add_list_head, list_entry) { in ice_arfs_add_flow_rules()
225 hlist_for_each_entry_safe(e, n, &vsi->arfs_fltr_list[idx], list_entry) in ice_arfs_update_flow_rules()
556 hlist_for_each_entry_safe(r, n, &vsi->arfs_fltr_list[i], in ice_clear_arfs()
/openbmc/linux/include/net/
H A Dnetrom.h165 hlist_for_each_entry_safe(__nr_neigh, node2, list, neigh_node)
171 hlist_for_each_entry_safe(__nr_node, node2, list, node_node)
/openbmc/linux/kernel/
H A Duser-return-notifier.c42 hlist_for_each_entry_safe(urn, tmp2, head, link) in fire_user_return_notifiers()
/openbmc/linux/drivers/net/wireguard/
H A Dratelimiter.c64 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()
/openbmc/u-boot/scripts/coccinelle/iterators/
H A Duse_after_iter.cocci35 iterator name hlist_for_each_entry_safe;
120 hlist_for_each_entry_safe(c,...) S
/openbmc/linux/net/mac80211/
H A Dmesh_pathtbl.c613 hlist_for_each_entry_safe(entry, n, &cache->walk_head, walk_list) in mesh_fast_tx_gc()
627 hlist_for_each_entry_safe(entry, n, &cache->walk_head, walk_list) in mesh_fast_tx_flush_mpath()
641 hlist_for_each_entry_safe(entry, n, &cache->walk_head, walk_list) in mesh_fast_tx_flush_sta()
836 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) { in mesh_path_flush_by_nexthop()
851 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) { in mpp_flush_by_proxy()
864 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) { in table_flush_by_iface()
1074 hlist_for_each_entry_safe(mpath, n, &tbl->walk_head, walk_list) { in mesh_path_tbl_expire()
/openbmc/linux/net/ipv6/
H A Daddrlabel.c213 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) { in __ip6addrlbl_add()
276 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) { in __ip6addrlbl_del()
331 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) { in ip6addrlbl_net_init()
345 hlist_for_each_entry_safe(p, n, &net->ipv6.ip6addrlbl_table.head, list) { in ip6addrlbl_net_exit()
/openbmc/linux/scripts/coccinelle/iterators/
H A Duse_after_iter.cocci36 iterator name hlist_for_each_entry_safe;
122 hlist_for_each_entry_safe(c,...) S
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c39 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()
/openbmc/linux/drivers/infiniband/core/
H A Diwpm_util.c170 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()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_lblc.c239 hlist_for_each_entry_safe(en, next, &tbl->bucket[i], list) { in ip_vs_lblc_flush()
268 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 Dip_vs_lblcr.c405 hlist_for_each_entry_safe(en, next, &tbl->bucket[i], list) { in ip_vs_lblcr_flush()
433 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmpfs.h50 hlist_for_each_entry_safe(hn, tmp, &(hash)[i], hlist)
/openbmc/linux/net/atm/
H A Dlec.c1474 hlist_for_each_entry_safe(entry, next, in lec_arp_destroy()
1482 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, &priv->mcast_fwds, next) { in lec_arp_destroy()
1667 hlist_for_each_entry_safe(entry, next, in lec_arp_check_expire()
1801 hlist_for_each_entry_safe(entry, next, in lec_addr_delete()
1841 hlist_for_each_entry_safe(entry, next, in lec_arp_update()
2159 hlist_for_each_entry_safe(entry, next, in lec_vcc_close()
2170 hlist_for_each_entry_safe(entry, next, in lec_vcc_close()
2180 hlist_for_each_entry_safe(entry, next, in lec_vcc_close()
[all …]
/openbmc/linux/lib/
H A Ddebugobjects.c330 hlist_for_each_entry_safe(obj, tmp, &tofree, node) { in free_obj_work()
441 hlist_for_each_entry_safe(obj, tmp, &percpu_pool->free_objs, node) { in object_cpu_offline()
478 hlist_for_each_entry_safe(obj, tmp, &freelist, node) { in debug_objects_oom()
980 hlist_for_each_entry_safe(obj, tmp, &db->list, node) { in __debug_check_no_obj_freed()
1330 hlist_for_each_entry_safe(obj, tmp, &obj_pool, node) in debug_objects_replace_static_objects()
1353 hlist_for_each_entry_safe(obj, tmp, &objects, node) { in debug_objects_replace_static_objects()
/openbmc/linux/net/openvswitch/
H A Ddp_notify.c47 hlist_for_each_entry_safe(vport, n, &dp->ports[i], dp_hash_node) { in ovs_dp_notify_wq()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_expect.c239 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()
/openbmc/linux/fs/orangefs/
H A Dxattr.c72 hlist_for_each_entry_safe(cx, tmp, h, node) { in find_cached_xattr()
295 hlist_for_each_entry_safe(cx, tmp, h, node) { in orangefs_inode_removexattr()
386 hlist_for_each_entry_safe(cx, tmp, h, node) { in orangefs_inode_setxattr()
/openbmc/linux/net/mctp/
H A Daf_mctp.c419 hlist_for_each_entry_safe(key, tmp, &msk->keys, sklist) { in mctp_ioctl_droptag()
505 hlist_for_each_entry_safe(key, tmp, &msk->keys, sklist) { in mctp_sk_expire_keys()
575 hlist_for_each_entry_safe(key, tmp, &msk->keys, sklist) { in mctp_sk_unhash()
/openbmc/linux/net/nfc/
H A Dllcp_commands.c185 hlist_for_each_entry_safe(sdp, n, head, node) { in nfc_llcp_free_sdp_tlv_list()
566 hlist_for_each_entry_safe(sdp, n, tlv_list, node) { in nfc_llcp_send_snl_sdres()
596 hlist_for_each_entry_safe(sdreq, n, tlv_list, node) { in nfc_llcp_send_snl_sdreq()

123456