Home
last modified time | relevance | path

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

123

/linux-3.4.99/kernel/
Duser-return-notifier.c41 hlist_for_each_entry_safe(urn, tmp1, tmp2, head, link) in fire_user_return_notifiers()
/linux-3.4.99/include/net/
Dnetrom.h161 hlist_for_each_entry_safe(__nr_neigh, node, node2, list, neigh_node)
167 hlist_for_each_entry_safe(__nr_node, node, node2, list, node_node)
Dinet_timewait_sock.h182 hlist_for_each_entry_safe(tw, node, safe, jail, tw_death_node)
/linux-3.4.99/net/batman-adv/
Doriginator.c136 hlist_for_each_entry_safe(neigh_node, node, node_tmp, in orig_node_free_rcu()
181 hlist_for_each_entry_safe(orig_node, node, node_tmp, in originator_free()
282 hlist_for_each_entry_safe(neigh_node, node, node_tmp, in purge_orig_neighbors()
359 hlist_for_each_entry_safe(orig_node, node, node_tmp, in _purge_orig()
Dsend.c355 hlist_for_each_entry_safe(forw_packet, tmp_node, safe_tmp_node, in purge_outstanding_packets()
384 hlist_for_each_entry_safe(forw_packet, tmp_node, safe_tmp_node, in purge_outstanding_packets()
Dsoft-interface.c93 hlist_for_each_entry_safe(softif_neigh, node, node_tmp, in softif_neigh_vid_free_rcu()
396 hlist_for_each_entry_safe(softif_neigh, node_tmp, node_tmp2, in softif_neigh_purge()
430 hlist_for_each_entry_safe(softif_neigh_vid, node, node_tmp, in softif_neigh_purge()
Dtranslation-table.c404 hlist_for_each_entry_safe(tt_common_entry, node, node_tmp, in tt_local_purge()
448 hlist_for_each_entry_safe(tt_common_entry, node, node_tmp, in tt_local_table_free()
707 hlist_for_each_entry_safe(tt_common_entry, node, safe, in tt_global_del_orig()
743 hlist_for_each_entry_safe(tt_common_entry, node, node_tmp, in tt_global_roam_purge()
786 hlist_for_each_entry_safe(tt_common_entry, node, node_tmp, in tt_global_table_free()
1767 hlist_for_each_entry_safe(tt_common_entry, node, node_tmp, in tt_local_purge_pending_clients()
Dvis.c252 hlist_for_each_entry_safe(entry, pos, n, &vis_if_list, in vis_seq_print_text()
309 hlist_for_each_entry_safe(entry, pos, n, &vis_if_list, in vis_seq_print_text()
711 hlist_for_each_entry_safe(info, node, node_tmp, in purge_vis_packets()
/linux-3.4.99/arch/s390/kernel/
Dkprobes.c382 hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { in trampoline_probe_handler()
401 hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { in trampoline_probe_handler()
430 hlist_for_each_entry_safe(ri, node, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-3.4.99/lib/
Ddebugobjects.c231 hlist_for_each_entry_safe(obj, node, tmp, &freelist, node) { in debug_objects_oom()
682 hlist_for_each_entry_safe(obj, node, tmp, &db->list, node) { in __debug_check_no_obj_freed()
706 hlist_for_each_entry_safe(obj, node, tmp, &freelist, node) { in __debug_check_no_obj_freed()
1037 hlist_for_each_entry_safe(obj, node, tmp, &obj_pool, node) in debug_objects_replace_static_objects()
1061 hlist_for_each_entry_safe(obj, node, tmp, &objects, node) { in debug_objects_replace_static_objects()
/linux-3.4.99/net/netfilter/
Dxt_connlimit.c118 hlist_for_each_entry_safe(conn, pos, n, hash, node) { in count_them()
268 hlist_for_each_entry_safe(conn, pos, n, &hash[i], node) { in connlimit_mt_destroy()
Dnf_conntrack_expect.c181 hlist_for_each_entry_safe(exp, n, next, &help->expectations, lnode) { in nf_ct_remove_expectations()
381 hlist_for_each_entry_safe(i, n, next, &net->ct.expect_hash[h], hnode) { in __nf_ct_expect_check()
/linux-3.4.99/net/atm/
Dlec.c1614 hlist_for_each_entry_safe(entry, node, next, in lec_arp_destroy()
1622 hlist_for_each_entry_safe(entry, node, next, in lec_arp_destroy()
1631 hlist_for_each_entry_safe(entry, node, next, in lec_arp_destroy()
1640 hlist_for_each_entry_safe(entry, node, next, &priv->mcast_fwds, next) { in lec_arp_destroy()
1811 hlist_for_each_entry_safe(entry, node, next, in lec_arp_check_expire()
1945 hlist_for_each_entry_safe(entry, node, next, in lec_addr_delete()
1985 hlist_for_each_entry_safe(entry, node, next, in lec_arp_update()
2323 hlist_for_each_entry_safe(entry, node, next, in lec_vcc_close()
2334 hlist_for_each_entry_safe(entry, node, next, in lec_vcc_close()
2344 hlist_for_each_entry_safe(entry, node, next, in lec_vcc_close()
[all …]
/linux-3.4.99/net/ipv6/
Daddrlabel.c254 hlist_for_each_entry_safe(p, pos, n, in __ip6addrlbl_add()
316 hlist_for_each_entry_safe(p, pos, n, &ip6addrlbl_table.head, list) { in __ip6addrlbl_del()
375 hlist_for_each_entry_safe(p, pos, n, &ip6addrlbl_table.head, list) { in ip6addrlbl_net_exit()
/linux-3.4.99/arch/powerpc/kernel/
Dkprobes.c333 hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { in trampoline_probe_handler()
360 hlist_for_each_entry_safe(ri, node, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-3.4.99/arch/x86/kernel/
Dkprobes.c684 hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { in trampoline_handler()
703 hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { in trampoline_handler()
730 hlist_for_each_entry_safe(ri, node, tmp, &empty_rp, hlist) { in trampoline_handler()
/linux-3.4.99/arch/sparc/kernel/
Dkprobes.c534 hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { in trampoline_probe_handler()
562 hlist_for_each_entry_safe(ri, node, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-3.4.99/arch/arm/kernel/
Dkprobes.c418 hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { in trampoline_handler()
445 hlist_for_each_entry_safe(ri, node, tmp, &empty_rp, hlist) { in trampoline_handler()
/linux-3.4.99/net/core/
Dflow.c142 hlist_for_each_entry_safe(fle, entry, tmp, in __flow_cache_shrink()
310 hlist_for_each_entry_safe(fle, entry, tmp, in flow_cache_flush_tasklet()
/linux-3.4.99/arch/mips/kernel/
Dkprobes.c621 hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { in trampoline_probe_handler()
648 hlist_for_each_entry_safe(ri, node, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-3.4.99/fs/notify/
Dvfsmount_mark.c41 hlist_for_each_entry_safe(mark, pos, n, &m->mnt_fsnotify_marks, m.m_list) { in fsnotify_clear_marks_by_mount()
Dinode_mark.c94 hlist_for_each_entry_safe(mark, pos, n, &inode->i_fsnotify_marks, i.i_list) { in fsnotify_clear_marks_by_inode()
/linux-3.4.99/arch/sh/kernel/
Dkprobes.c333 hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { in trampoline_probe_handler()
363 hlist_for_each_entry_safe(ri, node, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-3.4.99/arch/ia64/kernel/
Dkprobes.c447 hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { in trampoline_probe_handler()
464 hlist_for_each_entry_safe(ri, node, tmp, head, hlist) { in trampoline_probe_handler()
490 hlist_for_each_entry_safe(ri, node, tmp, &empty_rp, hlist) { in trampoline_probe_handler()
/linux-3.4.99/net/can/
Dgw.c434 hlist_for_each_entry_safe(gwj, n, nx, &cgw_list, list) { in cgw_notifier()
850 hlist_for_each_entry_safe(gwj, n, nx, &cgw_list, list) { in cgw_remove_all_jobs()
892 hlist_for_each_entry_safe(gwj, n, nx, &cgw_list, list) { in cgw_remove_job()

123