Searched refs:hlist_for_each_entry_safe (Results 1 - 98 of 98) sorted by relevance

/linux-4.1.27/kernel/
H A Duser-return-notifier.c41 hlist_for_each_entry_safe(urn, tmp2, head, link) fire_user_return_notifiers()
H A Dkprobes.c1159 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
1164 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) {
1176 hlist_for_each_entry_safe(ri, next, &rp->free_instances, hlist) { free_rp_inst()
1193 hlist_for_each_entry_safe(ri, next, head, hlist) { hlist_for_each_entry_safe() function
/linux-4.1.27/net/openvswitch/
H A Ddp_notify.c60 hlist_for_each_entry_safe(vport, n, &dp->ports[i], dp_hash_node) { ovs_dp_notify_wq()
H A Dflow_table.c260 hlist_for_each_entry_safe(flow, n, head, flow_table.node[ver]) { hlist_for_each_entry_safe() function
H A Ddatapath.c1590 hlist_for_each_entry_safe(vport, n, &dp->ports[i], dp_hash_node) __dp_destroy()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c97 hlist_for_each_entry_safe(n, tmp, hhead, node) { hlist_for_each_entry_safe() function
116 hlist_for_each_entry_safe(n, tmp, hhead, node) htbl_fltr_search()
138 hlist_for_each_entry_safe(n, tmp, hhead, node) { hlist_for_each_entry_safe() function
H A Denic_ethtool.c330 hlist_for_each_entry_safe(n, tmp, hhead, node) { hlist_for_each_entry_safe() function
/linux-4.1.27/net/ipv4/
H A Dinet_fragment.c86 hlist_for_each_entry_safe(q, n, &hb->chain, list) { inet_frag_secret_rebuild()
137 hlist_for_each_entry_safe(fq, n, &hb->chain, list) { inet_evict_bucket()
161 hlist_for_each_entry_safe(fq, n, &expired, list) inet_evict_bucket()
H A Dfib_frontend.c187 hlist_for_each_entry_safe(tb, tmp, head, tb_hlist) fib_flush()
1188 hlist_for_each_entry_safe(tb, tmp, head, tb_hlist) { hlist_for_each_entry_safe() function
H A Dfib_semantics.c712 hlist_for_each_entry_safe(fi, n, head, fib_hash) { hlist_for_each_entry_safe() function
730 hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) { hlist_for_each_entry_safe() function
H A Dfib_trie.c1641 hlist_for_each_entry_safe(fa, tmp, &n->leaf, fa_list) { fib_trie_free()
1753 hlist_for_each_entry_safe(fa, tmp, &n->leaf, fa_list) { fib_table_flush_external()
1829 hlist_for_each_entry_safe(fa, tmp, &n->leaf, fa_list) { fib_table_flush()
H A Dip_tunnel.c1043 hlist_for_each_entry_safe(t, n, thead, hash_node) for_each_netdev_safe()
H A Ddevinet.c669 hlist_for_each_entry_safe(ifa, n, &inet_addr_lst[i], hash) { check_lifetime()
H A Dtcp_ipv4.c982 hlist_for_each_entry_safe(key, n, &md5sig->head, node) { tcp_clear_md5_list()
/linux-4.1.27/fs/notify/
H A Dvfsmount_mark.c41 hlist_for_each_entry_safe(mark, n, &m->mnt_fsnotify_marks, obj_list) { fsnotify_clear_marks_by_mount()
H A Dinode_mark.c77 hlist_for_each_entry_safe(mark, n, &inode->i_fsnotify_marks, obj_list) { fsnotify_clear_marks_by_inode()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dremote_perm.c107 hlist_for_each_entry_safe(lrp, next, hash + i, free_rmtperm_hash()
324 hlist_for_each_entry_safe(lrp, node, next, hash + i,
/linux-4.1.27/include/net/
H A 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)
H A Dsock.h668 hlist_for_each_entry_safe(__sk, tmp, list, sk_node)
/linux-4.1.27/net/batman-adv/
H A Doriginator.c187 hlist_for_each_entry_safe(neigh_ifinfo, node_tmp, batadv_neigh_node_release()
535 hlist_for_each_entry_safe(neigh_node, node_tmp, batadv_orig_node_release()
541 hlist_for_each_entry_safe(orig_ifinfo, node_tmp, batadv_orig_node_release()
586 hlist_for_each_entry_safe(orig_node, node_tmp, hlist_for_each_entry_safe() function
691 hlist_for_each_entry_safe(neigh_ifinfo, node_tmp, batadv_purge_neigh_ifinfo()
735 hlist_for_each_entry_safe(orig_ifinfo, node_tmp, batadv_purge_orig_ifinfo()
788 hlist_for_each_entry_safe(neigh_node, node_tmp, batadv_purge_orig_neighbors()
940 hlist_for_each_entry_safe(orig_node, node_tmp, hlist_for_each_entry_safe() function
H A Dmulticast.c92 hlist_for_each_entry_safe(mcast_entry, tmp, mcast_list, list) { hlist_for_each_entry_safe() function
114 hlist_for_each_entry_safe(mcast_entry, tmp, &bat_priv->mcast.mla_list, batadv_mcast_mla_tt_retract()
147 hlist_for_each_entry_safe(mcast_entry, tmp, mcast_list, list) { hlist_for_each_entry_safe() function
H A Dsend.c595 hlist_for_each_entry_safe(forw_packet, safe_tmp_node, batadv_purge_outstanding_packets()
621 hlist_for_each_entry_safe(forw_packet, safe_tmp_node, batadv_purge_outstanding_packets()
H A Dfragmentation.c37 hlist_for_each_entry_safe(entry, node, head, list) { hlist_for_each_entry_safe() function
H A Dtranslation-table.c1089 hlist_for_each_entry_safe(tt_common_entry, node_tmp, head, hlist_for_each_entry_safe() function
1154 hlist_for_each_entry_safe(tt_common_entry, node_tmp, hlist_for_each_entry_safe() function
1658 hlist_for_each_entry_safe(orig_entry, safe, head, list) batadv_tt_global_del_orig_list()
1686 hlist_for_each_entry_safe(orig_entry, safe, head, list) { hlist_for_each_entry_safe() function
1837 hlist_for_each_entry_safe(tt_common_entry, safe, hlist_for_each_entry_safe() function
1903 hlist_for_each_entry_safe(tt_common, node_tmp, head, hlist_for_each_entry_safe() function
1946 hlist_for_each_entry_safe(tt_common_entry, node_tmp, hlist_for_each_entry_safe() function
3189 hlist_for_each_entry_safe(tt_common, node_tmp, head, hlist_for_each_entry_safe() function
H A Dgateway_client.c551 hlist_for_each_entry_safe(gw_node, node_tmp, batadv_gw_node_purge()
H A Dbridge_loop_avoidance.c232 hlist_for_each_entry_safe(claim, node_tmp, hlist_for_each_entry_safe() function
1006 hlist_for_each_entry_safe(backbone_gw, node_tmp, hlist_for_each_entry_safe() function
H A Ddistributed-arp-table.c97 hlist_for_each_entry_safe(dat_entry, node_tmp, head, hlist_for_each_entry_safe() function
H A Dnetwork-coding.c397 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { hlist_for_each_entry_safe() function
/linux-4.1.27/include/linux/
H A Dhashtable.h150 hlist_for_each_entry_safe(obj, tmp, &name[bkt], member)
201 hlist_for_each_entry_safe(obj, tmp,\
H A Dlist.h733 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
739 #define hlist_for_each_entry_safe(pos, n, head, member) \ macro
/linux-4.1.27/lib/
H A Ddebugobjects.c232 hlist_for_each_entry_safe(obj, tmp, &freelist, node) { debug_objects_oom()
689 hlist_for_each_entry_safe(obj, tmp, &db->list, node) { __debug_check_no_obj_freed()
713 hlist_for_each_entry_safe(obj, tmp, &freelist, node) { __debug_check_no_obj_freed()
1044 hlist_for_each_entry_safe(obj, tmp, &obj_pool, node) debug_objects_replace_static_objects()
1068 hlist_for_each_entry_safe(obj, tmp, &objects, node) { debug_objects_replace_static_objects()
/linux-4.1.27/net/ipv6/
H A Daddrlabel.c253 hlist_for_each_entry_safe(p, n, &ip6addrlbl_table.head, list) { __ip6addrlbl_add()
317 hlist_for_each_entry_safe(p, n, &ip6addrlbl_table.head, list) { __ip6addrlbl_del()
376 hlist_for_each_entry_safe(p, n, &ip6addrlbl_table.head, list) { ip6addrlbl_net_exit()
H A Dxfrm6_tunnel.c205 hlist_for_each_entry_safe(x6spi, n, xfrm6_tunnel_free_spi()
/linux-4.1.27/net/atm/
H A Dlec.c1501 hlist_for_each_entry_safe(entry, next, lec_arp_destroy()
1509 hlist_for_each_entry_safe(entry, next, lec_arp_destroy()
1518 hlist_for_each_entry_safe(entry, next, lec_arp_destroy()
1527 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { lec_arp_destroy()
1697 hlist_for_each_entry_safe(entry, next, lec_arp_check_expire()
1831 hlist_for_each_entry_safe(entry, next, lec_addr_delete()
1871 hlist_for_each_entry_safe(entry, next, lec_arp_update()
2207 hlist_for_each_entry_safe(entry, next, lec_vcc_close()
2218 hlist_for_each_entry_safe(entry, next, lec_vcc_close()
2228 hlist_for_each_entry_safe(entry, next, lec_vcc_close()
2238 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { lec_vcc_close()
2262 hlist_for_each_entry_safe(entry, next, lec_arp_check_empties()
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_lblc.c242 hlist_for_each_entry_safe(en, next, &tbl->bucket[i], list) { ip_vs_lblc_flush()
272 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { ip_vs_lblc_full_check()
328 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { ip_vs_lblc_check_expire()
H A Dip_vs_lblcr.c408 hlist_for_each_entry_safe(en, next, &tbl->bucket[i], list) { ip_vs_lblcr_flush()
437 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { ip_vs_lblcr_full_check()
492 hlist_for_each_entry_safe(en, next, &tbl->bucket[j], list) { ip_vs_lblcr_check_expire()
H A Dip_vs_ctl.c1469 hlist_for_each_entry_safe(svc, n, &ip_vs_svc_table[idx], ip_vs_flush()
1480 hlist_for_each_entry_safe(svc, n, &ip_vs_svc_fwm_table[idx], ip_vs_flush()
/linux-4.1.27/net/nfc/
H A Dllcp_commands.c193 hlist_for_each_entry_safe(sdp, n, head, node) { hlist_for_each_entry_safe() function
552 hlist_for_each_entry_safe(sdp, n, tlv_list, node) { hlist_for_each_entry_safe() function
582 hlist_for_each_entry_safe(sdreq, n, tlv_list, node) { hlist_for_each_entry_safe() function
H A Dllcp_core.c267 hlist_for_each_entry_safe(sdp, n, &local->pending_sdreqs, node) { nfc_llcp_sdreq_timeout_work()
H A Dnetlink.c398 hlist_for_each_entry_safe(sdres, n, sdres_list, node) { hlist_for_each_entry_safe() function
/linux-4.1.27/drivers/infiniband/core/
H A Diwpm_util.c170 hlist_for_each_entry_safe(map_info, tmp_hlist_node, hlist_for_each_entry_safe() function
199 hlist_for_each_entry_safe(map_info, tmp_hlist_node, free_hash_bucket()
222 hlist_for_each_entry_safe(rem_info, tmp_hlist_node, free_reminfo_bucket()
276 hlist_for_each_entry_safe(rem_info, tmp_hlist_node, hlist_for_each_entry_safe() function
/linux-4.1.27/net/core/
H A Dflow.c126 hlist_for_each_entry_safe(fle, tmp, __flow_cache_shrink()
295 hlist_for_each_entry_safe(fle, tmp, flow_cache_flush_tasklet()
/linux-4.1.27/net/netfilter/
H A Dxt_connlimit.c150 hlist_for_each_entry_safe(conn, n, head, node) { hlist_for_each_entry_safe() function
410 hlist_for_each_entry_safe(conn, n, &rbconn->hhead, node) destroy_tree()
H A Dnf_conntrack_expect.c196 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { nf_ct_remove_expectations()
402 hlist_for_each_entry_safe(i, next, &net->ct.expect_hash[h], hnode) { __nf_ct_expect_check()
H A Dnfnetlink_cthelper.c596 hlist_for_each_entry_safe(cur, tmp, &nf_ct_helper_hash[i], nfnl_cthelper_del()
671 hlist_for_each_entry_safe(cur, tmp, &nf_ct_helper_hash[i], nfnl_cthelper_exit()
H A Dnf_conntrack_helper.c402 hlist_for_each_entry_safe(exp, next, __nf_conntrack_helper_unregister()
H A Dnf_conntrack_sip.c804 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { refresh_signalling_expectation()
829 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { flush_expectations()
H A Dnfnetlink_log.c760 hlist_for_each_entry_safe(inst, t2, head, hlist) { hlist_for_each_entry_safe() function
H A Dnfnetlink_queue_core.c865 hlist_for_each_entry_safe(inst, t2, head, hlist) { hlist_for_each_entry_safe() function
H A Dxt_hashlimit.c308 hlist_for_each_entry_safe(dh, n, &ht->hash[i], node) { htable_selective_cleanup()
H A Dnf_conntrack_netlink.c2780 hlist_for_each_entry_safe(exp, next, ctnetlink_del_expect()
2798 hlist_for_each_entry_safe(exp, next, ctnetlink_del_expect()
/linux-4.1.27/arch/s390/kernel/
H A Dkprobes.c421 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
440 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
469 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) {
/linux-4.1.27/arch/sh/kernel/
H A Dkprobes.c333 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
363 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) {
/linux-4.1.27/arch/sparc/kernel/
H A Dkprobes.c540 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
568 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) {
/linux-4.1.27/arch/tile/kernel/
H A Dkprobes.c470 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
498 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) {
/linux-4.1.27/arch/powerpc/kernel/
H A Dkprobes.c316 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
343 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) {
/linux-4.1.27/arch/arc/kernel/
H A Dkprobes.c462 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
490 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) {
/linux-4.1.27/drivers/md/persistent-data/
H A Ddm-transaction-manager.c149 hlist_for_each_entry_safe(si, tmp, bucket, hlist) wipe_shadow_table()
/linux-4.1.27/arch/mips/kernel/
H A Dkprobes.c624 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
651 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) {
/linux-4.1.27/arch/arm/probes/kprobes/
H A Dcore.c453 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
480 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) {
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dcapa.c126 hlist_for_each_entry_safe(oc, next, hash + i, cleanup_capa_hash()
/linux-4.1.27/fs/lockd/
H A Dsvcsubs.c261 hlist_for_each_entry_safe(file, next, &nlm_files[i], f_list) { nlm_traverse_files()
H A Dhost.c44 hlist_for_each_entry_safe((host), (next), \
/linux-4.1.27/kernel/bpf/
H A Dhashtab.c320 hlist_for_each_entry_safe(l, n, head, hash_node) { hlist_for_each_entry_safe() function
/linux-4.1.27/net/sched/
H A Dsch_drr.c480 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], drr_destroy_qdisc()
H A Dact_api.c138 hlist_for_each_entry_safe(p, n, head, tcfc_head) { hlist_for_each_entry_safe() function
H A Dsch_api.c673 hlist_for_each_entry_safe(cl, next, &ohash[i], hnode) { qdisc_class_hash_grow()
H A Dsch_cbq.c1698 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[h], cbq_destroy()
H A Dsch_hfsc.c1551 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], hfsc_destroy_qdisc()
H A Dsch_htb.c1265 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], htb_destroy()
H A Dsch_qfq.c1537 hlist_for_each_entry_safe(cl, next, &q->clhash.hash[i], qfq_destroy_qdisc()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c652 hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { hlist_for_each_entry_safe() function
672 hlist_for_each_entry_safe(tmp_fil, n, head, fnode) hlist_for_each_entry_safe() function
696 hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { hlist_for_each_entry_safe() function
H A Dqlcnic_io.c183 hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { hlist_for_each_entry_safe() function
334 hlist_for_each_entry_safe(tmp_fil, n, head, fnode) { hlist_for_each_entry_safe() function
/linux-4.1.27/arch/x86/kernel/kprobes/
H A Dcore.c745 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
764 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
791 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) {
/linux-4.1.27/arch/ia64/kernel/
H A Dkprobes.c447 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
464 hlist_for_each_entry_safe(ri, tmp, head, hlist) { hlist_for_each_entry_safe() function
490 hlist_for_each_entry_safe(ri, tmp, &empty_rp, hlist) {
/linux-4.1.27/net/can/
H A Dgw.c470 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { cgw_notifier()
880 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { cgw_remove_all_jobs()
926 hlist_for_each_entry_safe(gwj, nx, &cgw_list, list) { cgw_remove_job()
/linux-4.1.27/net/bridge/
H A Dbr_fdb.c281 hlist_for_each_entry_safe(f, n, &br->hash[i], hlist) { br_fdb_cleanup()
306 hlist_for_each_entry_safe(f, n, &br->hash[i], hlist) { br_fdb_flush()
H A Dbr_multicast.c951 hlist_for_each_entry_safe(pg, n, &port->mglist, mglist) br_multicast_disable_port()
1929 hlist_for_each_entry_safe(mp, n, &mdb->mhash[i], br_multicast_stop()
/linux-4.1.27/net/mac80211/
H A Dmesh_pathtbl.c143 hlist_for_each_entry_safe(gate, q, mesh_table_free()
492 hlist_for_each_entry_safe(gate, q, tbl->known_gates, list) { mesh_gate_del()
/linux-4.1.27/drivers/net/
H A Dtun.c273 hlist_for_each_entry_safe(e, n, &tun->flows[i], hash_link) tun_flow_flush()
288 hlist_for_each_entry_safe(e, n, &tun->flows[i], hash_link) { tun_flow_delete_by_queue()
311 hlist_for_each_entry_safe(e, n, &tun->flows[i], hash_link) { tun_flow_cleanup()
/linux-4.1.27/crypto/
H A Dalgapi.c484 hlist_for_each_entry_safe(inst, n, list, list) { hlist_for_each_entry_safe() function
/linux-4.1.27/net/decnet/
H A Ddn_table.c919 hlist_for_each_entry_safe(t, next, &dn_fib_table_hash[h], dn_fib_table_cleanup()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1855 hlist_for_each_entry_safe(rule, node2, i40e_get_ethtool_fdir_all()
1887 hlist_for_each_entry_safe(rule, node2, i40e_get_ethtool_fdir_entry()
2132 hlist_for_each_entry_safe(rule, node2, i40e_update_ethtool_fdir_entry()
H A Di40e_main.c2766 hlist_for_each_entry_safe(filter, node, i40e_fdir_filter_restore()
5012 hlist_for_each_entry_safe(filter, node2, i40e_fdir_filter_exit()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2338 hlist_for_each_entry_safe(rule, node2, ixgbe_get_ethtool_fdir_entry()
2406 hlist_for_each_entry_safe(rule, node2, ixgbe_get_ethtool_fdir_all()
2504 hlist_for_each_entry_safe(rule, node2, ixgbe_update_ethtool_fdir_entry()
H A Dixgbe_main.c4430 hlist_for_each_entry_safe(filter, node2, ixgbe_fdir_filter_restore()
5060 hlist_for_each_entry_safe(filter, node2, ixgbe_fdir_filter_exit()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c663 hlist_for_each_entry_safe(entry, tmp, bucket, hlist) { hlist_for_each_entry_safe() function
704 hlist_for_each_entry_safe(entry, tmp, bucket, hlist) { hlist_for_each_entry_safe() function
1127 hlist_for_each_entry_safe(entry, tmp, bucket, hlist) { hlist_for_each_entry_safe() function
/linux-4.1.27/drivers/clk/
H A Dclk.c1796 hlist_for_each_entry_safe(child, tmp, &clk->children, child_node) { clk_change_rate()
2413 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) { __clk_init()
2659 hlist_for_each_entry_safe(child, t, &clk->core->children, clk_unregister()
/linux-4.1.27/net/xfrm/
H A Dxfrm_state.c73 hlist_for_each_entry_safe(x, tmp, list, bydst) { hlist_for_each_entry_safe() function
367 hlist_for_each_entry_safe(x, tmp, &gc_list, gclist) xfrm_state_gc_task()
H A Dxfrm_policy.c421 hlist_for_each_entry_safe(pol, tmp, list, bydst) { hlist_for_each_entry_safe() function
452 hlist_for_each_entry_safe(pol, tmp, list, byidx) { hlist_for_each_entry_safe() function
/linux-4.1.27/drivers/net/wireless/
H A Dzd1201.c1843 hlist_for_each_entry_safe(frag, node2, &zd->fraglist, fnode) { zd1201_disconnect()
/linux-4.1.27/fs/dlm/
H A Dlowcomms.c239 hlist_for_each_entry_safe(con, n, &connection_hash[i], list) foreach_conn()
/linux-4.1.27/net/sunrpc/
H A Dcache.c670 hlist_for_each_entry_safe(dreq, tmp, &cache_defer_hash[hash], hash) cache_revisit_request()
/linux-4.1.27/kernel/trace/
H A Dftrace.c1299 hlist_for_each_entry_safe(entry, tn, hhd, hlist) ftrace_hash_clear()
1444 hlist_for_each_entry_safe(entry, tn, hhd, hlist) { hlist_for_each_entry_safe() function
3845 hlist_for_each_entry_safe(entry, tmp, hhd, node) { hlist_for_each_entry_safe() function
/linux-4.1.27/mm/
H A Dkmemleak.c453 hlist_for_each_entry_safe(area, tmp, &object->area_list, node) { free_object_rcu()
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmmaster.c3273 hlist_for_each_entry_safe(mle, tmp, bucket, master_hash_node) { hlist_for_each_entry_safe() function
3479 hlist_for_each_entry_safe(mle, tmp, bucket, master_hash_node) { hlist_for_each_entry_safe() function
/linux-4.1.27/fs/
H A Dnamespace.c1918 hlist_for_each_entry_safe(child, n, &tree_list, mnt_hash) { attach_recursive_mnt()
/linux-4.1.27/drivers/pci/
H A Dpci.c2214 hlist_for_each_entry_safe(tmp, n, &dev->saved_cap_space, next) pci_free_cap_save_buffers()

Completed in 2558 milliseconds