Home
last modified time | relevance | path

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

/linux-4.4.14/net/batman-adv/
Doriginator.c204 hlist_for_each_entry_safe(neigh_ifinfo, node_tmp, in batadv_neigh_node_release()
574 hlist_for_each_entry_safe(neigh_node, node_tmp, in batadv_orig_node_release()
580 hlist_for_each_entry_safe(orig_ifinfo, node_tmp, in batadv_orig_node_release()
625 hlist_for_each_entry_safe(orig_node, node_tmp, in batadv_originator_free()
730 hlist_for_each_entry_safe(neigh_ifinfo, node_tmp, in batadv_purge_neigh_ifinfo()
774 hlist_for_each_entry_safe(orig_ifinfo, node_tmp, in batadv_purge_orig_ifinfo()
827 hlist_for_each_entry_safe(neigh_node, node_tmp, in batadv_purge_orig_neighbors()
979 hlist_for_each_entry_safe(orig_node, node_tmp, in _batadv_purge_orig()
Dmulticast.c120 hlist_for_each_entry_safe(mcast_entry, tmp, mcast_list, list) { in batadv_mcast_mla_list_free()
144 hlist_for_each_entry_safe(mcast_entry, tmp, &bat_priv->mcast.mla_list, in batadv_mcast_mla_tt_retract()
179 hlist_for_each_entry_safe(mcast_entry, tmp, mcast_list, list) { in batadv_mcast_mla_tt_add()
Dtranslation-table.c1121 hlist_for_each_entry_safe(tt_common_entry, node_tmp, head, in batadv_tt_local_purge_list()
1186 hlist_for_each_entry_safe(tt_common_entry, node_tmp, in batadv_tt_local_table_free()
1703 hlist_for_each_entry_safe(orig_entry, safe, head, list) in batadv_tt_global_del_orig_list()
1731 hlist_for_each_entry_safe(orig_entry, safe, head, list) { in batadv_tt_global_del_orig_node()
1882 hlist_for_each_entry_safe(tt_common_entry, safe, in batadv_tt_global_del_orig()
1948 hlist_for_each_entry_safe(tt_common, node_tmp, head, in batadv_tt_global_purge()
1991 hlist_for_each_entry_safe(tt_common_entry, node_tmp, in batadv_tt_global_table_free()
2240 hlist_for_each_entry_safe(node, safe, &bat_priv->tt.req_list, list) { in batadv_tt_req_list_free()
2275 hlist_for_each_entry_safe(node, safe, &bat_priv->tt.req_list, list) { in batadv_tt_req_purge()
3001 hlist_for_each_entry_safe(node, safe, &bat_priv->tt.req_list, list) { in batadv_handle_tt_response()
[all …]
Dsend.c613 hlist_for_each_entry_safe(forw_packet, safe_tmp_node, in batadv_purge_outstanding_packets()
643 hlist_for_each_entry_safe(forw_packet, safe_tmp_node, in batadv_purge_outstanding_packets()
Dfragmentation.c54 hlist_for_each_entry_safe(entry, node, head, list) { in batadv_frag_clear_chain()
Dbridge_loop_avoidance.c247 hlist_for_each_entry_safe(claim, node_tmp, in batadv_bla_del_backbone_claims()
1020 hlist_for_each_entry_safe(backbone_gw, node_tmp, in batadv_bla_purge_backbone_gw()
Dgateway_client.c565 hlist_for_each_entry_safe(gw_node, node_tmp, in batadv_gw_node_free()
Ddistributed-arp-table.c115 hlist_for_each_entry_safe(dat_entry, node_tmp, head, in __batadv_dat_purge()
Dnetwork-coding.c425 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths()
/linux-4.4.14/include/linux/
Dhashtable.h150 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member)
201 hlist_for_each_entry_safe(obj, tmp,\
Dlist.h745 #define hlist_for_each_entry_safe(pos, n, head, member) \ macro
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_clsf.c97 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_rfs_flw_tbl_free()
116 hlist_for_each_entry_safe(n, tmp, hhead, node) in htbl_fltr_search()
138 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_flow_may_expire()
Denic_ethtool.c347 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_grxclsrlall()
/linux-4.4.14/kernel/
Duser-return-notifier.c41 hlist_for_each_entry_safe(urn, tmp2, head, link) in fire_user_return_notifiers()
Dkprobes.c1159 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in kprobe_flush_task()
1164 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in kprobe_flush_task()
1176 hlist_for_each_entry_safe(ri, next, &rp->free_instances, hlist) { in free_rp_inst()
1193 hlist_for_each_entry_safe(ri, next, head, hlist) { in cleanup_rp_inst()
/linux-4.4.14/include/net/
Dnetrom.h161 hlist_for_each_entry_safe(__nr_neigh, node2, list, neigh_node)
167 hlist_for_each_entry_safe(__nr_node, node2, list, node_node)
Dsock.h686 hlist_for_each_entry_safe(__sk, tmp, list, sk_node)
/linux-4.4.14/scripts/coccinelle/iterators/
Duse_after_iter.cocci35 iterator name hlist_for_each_entry_safe;
120 hlist_for_each_entry_safe(c,...) S
/linux-4.4.14/net/ipv4/
Dinet_fragment.c86 hlist_for_each_entry_safe(q, n, &hb->chain, list) { in inet_frag_secret_rebuild()
136 hlist_for_each_entry_safe(fq, n, &hb->chain, list) { in inet_evict_bucket()
149 hlist_for_each_entry_safe(fq, n, &expired, list_evictor) in inet_evict_bucket()
Dfib_frontend.c189 hlist_for_each_entry_safe(tb, tmp, head, tb_hlist) in fib_flush()
1260 hlist_for_each_entry_safe(tb, tmp, head, tb_hlist) { in ip_fib_net_exit()
Dfib_semantics.c877 hlist_for_each_entry_safe(fi, n, head, fib_hash) { in fib_info_hash_move()
893 hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) { in fib_info_hash_move()
Dfib_trie.c1663 hlist_for_each_entry_safe(fa, tmp, &n->leaf, fa_list) { in fib_trie_free()
1775 hlist_for_each_entry_safe(fa, tmp, &n->leaf, fa_list) { in fib_table_flush_external()
1850 hlist_for_each_entry_safe(fa, tmp, &n->leaf, fa_list) { in fib_table_flush()
Dip_tunnel.c1069 hlist_for_each_entry_safe(t, n, thead, hash_node) in ip_tunnel_destroy()
Ddevinet.c673 hlist_for_each_entry_safe(ifa, n, &inet_addr_lst[i], hash) { in check_lifetime()
Dtcp_ipv4.c984 hlist_for_each_entry_safe(key, n, &md5sig->head, node) { in tcp_clear_md5_list()
/linux-4.4.14/lib/
Ddebugobjects.c232 hlist_for_each_entry_safe(obj, tmp, &freelist, node) { in debug_objects_oom()
689 hlist_for_each_entry_safe(obj, tmp, &db->list, node) { in __debug_check_no_obj_freed()
713 hlist_for_each_entry_safe(obj, tmp, &freelist, node) { in __debug_check_no_obj_freed()
1044 hlist_for_each_entry_safe(obj, tmp, &obj_pool, node) in debug_objects_replace_static_objects()
1068 hlist_for_each_entry_safe(obj, tmp, &objects, node) { in debug_objects_replace_static_objects()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_lblc.c242 hlist_for_each_entry_safe(en, next, &tbl->bucket[i], list) { in ip_vs_lblc_flush()
271 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { in ip_vs_lblc_full_check()
327 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { in ip_vs_lblc_check_expire()
Dip_vs_lblcr.c408 hlist_for_each_entry_safe(en, next, &tbl->bucket[i], list) { in ip_vs_lblcr_flush()
436 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { in ip_vs_lblcr_full_check()
491 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { in ip_vs_lblcr_check_expire()
Dip_vs_ctl.c1462 hlist_for_each_entry_safe(svc, n, &ip_vs_svc_table[idx], in ip_vs_flush()
1473 hlist_for_each_entry_safe(svc, n, &ip_vs_svc_fwm_table[idx], in ip_vs_flush()
/linux-4.4.14/net/openvswitch/
Ddp_notify.c60 hlist_for_each_entry_safe(vport, n, &dp->ports[i], dp_hash_node) { in ovs_dp_notify_wq()
Dflow_table.c262 hlist_for_each_entry_safe(flow, n, head, flow_table.node[ver]) { in table_instance_destroy()
Ddatapath.c1638 hlist_for_each_entry_safe(vport, n, &dp->ports[i], dp_hash_node) in __dp_destroy()
/linux-4.4.14/drivers/infiniband/core/
Diwpm_util.c172 hlist_for_each_entry_safe(map_info, tmp_hlist_node, in iwpm_remove_mapinfo()
201 hlist_for_each_entry_safe(map_info, tmp_hlist_node, in free_hash_bucket()
224 hlist_for_each_entry_safe(rem_info, tmp_hlist_node, in free_reminfo_bucket()
278 hlist_for_each_entry_safe(rem_info, tmp_hlist_node, in iwpm_get_remote_info()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dremote_perm.c105 hlist_for_each_entry_safe(lrp, next, hash + i, lrp_list) in free_rmtperm_hash()
318 hlist_for_each_entry_safe(lrp, node, next, hash + i, lrp_list)
/linux-4.4.14/net/atm/
Dlec.c1501 hlist_for_each_entry_safe(entry, next, in lec_arp_destroy()
1509 hlist_for_each_entry_safe(entry, next, in lec_arp_destroy()
1518 hlist_for_each_entry_safe(entry, next, in lec_arp_destroy()
1527 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { in lec_arp_destroy()
1697 hlist_for_each_entry_safe(entry, next, in lec_arp_check_expire()
1831 hlist_for_each_entry_safe(entry, next, in lec_addr_delete()
1871 hlist_for_each_entry_safe(entry, next, in lec_arp_update()
2207 hlist_for_each_entry_safe(entry, next, in lec_vcc_close()
2218 hlist_for_each_entry_safe(entry, next, in lec_vcc_close()
2228 hlist_for_each_entry_safe(entry, next, in lec_vcc_close()
[all …]
/linux-4.4.14/arch/tile/kernel/
Dkprobes.c470 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_probe_handler()
498 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.4.14/arch/s390/kernel/
Dkprobes.c421 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_probe_handler()
440 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_probe_handler()
469 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.4.14/net/ipv6/
Daddrlabel.c253 hlist_for_each_entry_safe(p, n, &ip6addrlbl_table.head, list) { in __ip6addrlbl_add()
317 hlist_for_each_entry_safe(p, n, &ip6addrlbl_table.head, list) { in __ip6addrlbl_del()
376 hlist_for_each_entry_safe(p, n, &ip6addrlbl_table.head, list) { in ip6addrlbl_net_exit()
Dxfrm6_tunnel.c205 hlist_for_each_entry_safe(x6spi, n, in xfrm6_tunnel_free_spi()
/linux-4.4.14/arch/powerpc/kernel/
Dkprobes.c316 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_probe_handler()
343 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.4.14/arch/arc/kernel/
Dkprobes.c462 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_probe_handler()
490 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.4.14/arch/sparc/kernel/
Dkprobes.c540 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_probe_handler()
568 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c745 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_handler()
764 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_handler()
791 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_handler()
/linux-4.4.14/net/nfc/
Dllcp_commands.c193 hlist_for_each_entry_safe(sdp, n, head, node) { in nfc_llcp_free_sdp_tlv_list()
552 hlist_for_each_entry_safe(sdp, n, tlv_list, node) { in nfc_llcp_send_snl_sdres()
582 hlist_for_each_entry_safe(sdreq, n, tlv_list, node) { in nfc_llcp_send_snl_sdreq()
Dllcp_core.c267 hlist_for_each_entry_safe(sdp, n, &local->pending_sdreqs, node) { in nfc_llcp_sdreq_timeout_work()
Dnetlink.c406 hlist_for_each_entry_safe(sdres, n, sdres_list, node) { in nfc_genl_llc_send_sdres()
/linux-4.4.14/net/netfilter/
Dxt_connlimit.c150 hlist_for_each_entry_safe(conn, n, head, node) { in check_hlist()
411 hlist_for_each_entry_safe(conn, n, &rbconn->hhead, node) in destroy_tree()
Dnfnetlink_cthelper.c596 hlist_for_each_entry_safe(cur, tmp, &nf_ct_helper_hash[i], in nfnl_cthelper_del()
671 hlist_for_each_entry_safe(cur, tmp, &nf_ct_helper_hash[i], in nfnl_cthelper_exit()
Dnf_conntrack_expect.c199 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { in nf_ct_remove_expectations()
405 hlist_for_each_entry_safe(i, next, &net->ct.expect_hash[h], hnode) { in __nf_ct_expect_check()
Dnf_conntrack_helper.c402 hlist_for_each_entry_safe(exp, next, in __nf_conntrack_helper_unregister()
Dnf_conntrack_sip.c804 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { in refresh_signalling_expectation()
829 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { in flush_expectations()
Dxt_hashlimit.c308 hlist_for_each_entry_safe(dh, n, &ht->hash[i], node) { in htable_selective_cleanup()
Dnfnetlink_log.c778 hlist_for_each_entry_safe(inst, t2, head, hlist) { in nfulnl_rcv_nl_event()
Dnfnetlink_queue.c897 hlist_for_each_entry_safe(inst, t2, head, hlist) { in nfqnl_rcv_nl_event()
Dnf_conntrack_netlink.c2910 hlist_for_each_entry_safe(exp, next, in ctnetlink_del_expect()
2928 hlist_for_each_entry_safe(exp, next, in ctnetlink_del_expect()
/linux-4.4.14/arch/mips/kernel/
Dkprobes.c624 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_probe_handler()
651 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.4.14/arch/arm/probes/kprobes/
Dcore.c453 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_handler()
480 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_handler()
/linux-4.4.14/arch/sh/kernel/
Dkprobes.c333 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_probe_handler()
363 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.4.14/net/core/
Dflow.c126 hlist_for_each_entry_safe(fle, tmp, in __flow_cache_shrink()
295 hlist_for_each_entry_safe(fle, tmp, in flow_cache_flush_tasklet()
/linux-4.4.14/virt/kvm/
Dirqchip.c121 hlist_for_each_entry_safe(e, n, &rt->map[i], link) { in free_irq_routing_table()
/linux-4.4.14/arch/ia64/kernel/
Dkprobes.c447 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_probe_handler()
464 hlist_for_each_entry_safe(ri, tmp, head, hlist) { in trampoline_probe_handler()
490 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-4.4.14/net/can/
Dgw.c471 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { in cgw_notifier()
917 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { in cgw_remove_all_jobs()
963 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { in cgw_remove_job()
/linux-4.4.14/fs/lockd/
Dsvcsubs.c261 hlist_for_each_entry_safe(file, next, &nlm_files[i], f_list) { in nlm_traverse_files()
Dhost.c44 hlist_for_each_entry_safe((host), (next), \
/linux-4.4.14/kernel/bpf/
Dhashtab.c340 hlist_for_each_entry_safe(l, n, head, hash_node) { in delete_all_elements()
/linux-4.4.14/drivers/md/persistent-data/
Ddm-transaction-manager.c149 hlist_for_each_entry_safe(si, tmp, bucket, hlist) in wipe_shadow_table()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c652 hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { in qlcnic_prune_lb_filters()
672 hlist_for_each_entry_safe(tmp_fil, n, head, fnode) in qlcnic_prune_lb_filters()
696 hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { in qlcnic_delete_lb_filters()
Dqlcnic_io.c183 hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { in qlcnic_find_mac_filter()
334 hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { in qlcnic_send_filter()
/linux-4.4.14/net/mac80211/
Dmesh_pathtbl.c143 hlist_for_each_entry_safe(gate, q, in mesh_table_free()
492 hlist_for_each_entry_safe(gate, q, tbl->known_gates, list) { in mesh_gate_del()
/linux-4.4.14/net/bridge/
Dbr_fdb.c304 hlist_for_each_entry_safe(f, n, &br->hash[i], hlist) { in br_fdb_cleanup()
331 hlist_for_each_entry_safe(f, n, &br->hash[i], hlist) { in br_fdb_flush()
Dbr_multicast.c936 hlist_for_each_entry_safe(pg, n, &port->mglist, mglist) in br_multicast_del_port()
977 hlist_for_each_entry_safe(pg, n, &port->mglist, mglist) in br_multicast_disable_port()
1802 hlist_for_each_entry_safe(mp, n, &mdb->mhash[i], in br_multicast_dev_del()
/linux-4.4.14/net/sched/
Dsch_drr.c477 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in drr_destroy_qdisc()
Dact_api.c146 hlist_for_each_entry_safe(p, n, head, tcfc_head) { in tcf_del_walker()
Dsch_qfq.c1532 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in qfq_destroy_qdisc()
Dsch_htb.c1259 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in htb_destroy()
Dsch_hfsc.c1548 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], in hfsc_destroy_qdisc()
Dsch_api.c673 hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) { in qdisc_class_hash_grow()
Dsch_cbq.c1693 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[h], in cbq_destroy()
/linux-4.4.14/drivers/net/
Dtun.c327 hlist_for_each_entry_safe(e, n, &tun->flows[i], hash_link) in tun_flow_flush()
342 hlist_for_each_entry_safe(e, n, &tun->flows[i], hash_link) { in tun_flow_delete_by_queue()
365 hlist_for_each_entry_safe(e, n, &tun->flows[i], hash_link) { in tun_flow_cleanup()
/linux-4.4.14/drivers/clk/
Dclk.c1482 hlist_for_each_entry_safe(child, tmp, &core->children, child_node) { in clk_change_rate()
2442 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) { in __clk_init()
2683 hlist_for_each_entry_safe(child, t, &clk->core->children, in clk_unregister()
/linux-4.4.14/net/sunrpc/
Dcache.c438 hlist_for_each_entry_safe(ch, tmp, head, cache_list) { in cache_clean()
677 hlist_for_each_entry_safe(dreq, tmp, &cache_defer_hash[hash], hash) in cache_revisit_request()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2022 hlist_for_each_entry_safe(rule, node2, in i40e_get_ethtool_fdir_all()
2054 hlist_for_each_entry_safe(rule, node2, in i40e_get_ethtool_fdir_entry()
2299 hlist_for_each_entry_safe(rule, node2, in i40e_update_ethtool_fdir_entry()
Di40e_main.c3045 hlist_for_each_entry_safe(filter, node, in i40e_fdir_filter_restore()
5399 hlist_for_each_entry_safe(filter, node2, in i40e_fdir_filter_exit()
5831 hlist_for_each_entry_safe(filter, node, in i40e_fdir_check_and_reenable()
/linux-4.4.14/crypto/
Dalgapi.c492 hlist_for_each_entry_safe(inst, n, list, list) { in crypto_unregister_template()
/linux-4.4.14/net/decnet/
Ddn_table.c919 hlist_for_each_entry_safe(t, next, &dn_fib_table_hash[h], in dn_fib_table_cleanup()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_flow_table.c637 hlist_for_each_entry_safe(hn, tmp, &hash[i], hlist)
/linux-4.4.14/kernel/time/
Dtimer.c1145 hlist_for_each_entry_safe(timer, tmp, &tv_list, entry) { in cascade()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2343 hlist_for_each_entry_safe(rule, node2, in ixgbe_get_ethtool_fdir_entry()
2411 hlist_for_each_entry_safe(rule, node2, in ixgbe_get_ethtool_fdir_all()
2509 hlist_for_each_entry_safe(rule, node2, in ixgbe_update_ethtool_fdir_entry()
Dixgbe_main.c4540 hlist_for_each_entry_safe(filter, node2, in ixgbe_fdir_filter_restore()
5164 hlist_for_each_entry_safe(filter, node2, in ixgbe_fdir_filter_exit()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c643 hlist_for_each_entry_safe(entry, tmp, bucket, hlist) { in mlx4_en_replace_mac()
1066 hlist_for_each_entry_safe(entry, tmp, bucket, hlist) { in mlx4_en_do_uc_filter()
1275 hlist_for_each_entry_safe(entry, tmp, bucket, hlist) { in mlx4_en_delete_rss_steer_rules()
/linux-4.4.14/tools/perf/util/
Dauxtrace.c1335 hlist_for_each_entry_safe(entry, tmp, &c->hashtable[i], hash) { in auxtrace_cache__drop()
/linux-4.4.14/mm/
Dkmemleak.c451 hlist_for_each_entry_safe(area, tmp, &object->area_list, node) { in free_object_rcu()
/linux-4.4.14/kernel/trace/
Dftrace.c1309 hlist_for_each_entry_safe(entry, tn, hhd, hlist) in ftrace_hash_clear()
1454 hlist_for_each_entry_safe(entry, tn, hhd, hlist) { in ftrace_hash_move()
3862 hlist_for_each_entry_safe(entry, tmp, hhd, node) { in __unregister_ftrace_function_probe()
/linux-4.4.14/net/xfrm/
Dxfrm_state.c73 hlist_for_each_entry_safe(x, tmp, list, bydst) { in xfrm_hash_transfer()
367 hlist_for_each_entry_safe(x, tmp, &gc_list, gclist) in xfrm_state_gc_task()
Dxfrm_policy.c422 hlist_for_each_entry_safe(pol, tmp, list, bydst) { in xfrm_dst_hash_transfer()
453 hlist_for_each_entry_safe(pol, tmp, list, byidx) { in xfrm_idx_hash_transfer()
/linux-4.4.14/fs/dlm/
Dlowcomms.c238 hlist_for_each_entry_safe(con, n, &connection_hash[i], list) in foreach_conn()
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmmaster.c3276 hlist_for_each_entry_safe(mle, tmp, bucket, master_hash_node) { in dlm_clean_master_list()
3482 hlist_for_each_entry_safe(mle, tmp, bucket, master_hash_node) { in dlm_force_free_mles()
/linux-4.4.14/drivers/net/wireless/
Dzd1201.c1843 hlist_for_each_entry_safe(frag, node2, &zd->fraglist, fnode) { in zd1201_disconnect()
/linux-4.4.14/fs/
Dnamespace.c1929 hlist_for_each_entry_safe(child, n, &tree_list, mnt_hash) { in attach_recursive_mnt()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c2451 hlist_for_each_entry_safe(fltr, tmp, head, hash) { in bnxt_free_ntp_fltrs()
5423 hlist_for_each_entry_safe(fltr, tmp, head, hash) { in bnxt_cfg_ntp_filters()
/linux-4.4.14/drivers/pci/
Dpci.c2499 hlist_for_each_entry_safe(tmp, n, &dev->saved_cap_space, next) in pci_free_cap_save_buffers()