/linux-4.1.27/include/linux/ |
H A D | rbtree.h | 94 * rbtree_postorder_for_each_entry_safe - iterate over rb_root in post order of 102 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ macro
|
/linux-4.1.27/fs/ext4/ |
H A D | block_validity.c | 184 rbtree_postorder_for_each_entry_safe(entry, n, ext4_release_system_zone()
|
H A D | dir.c | 387 rbtree_postorder_for_each_entry_safe(fname, next, root, rb_hash) rbtree_postorder_for_each_entry_safe() function
|
/linux-4.1.27/lib/ |
H A D | rbtree_test.c | 121 rbtree_postorder_for_each_entry_safe(cur, n, &root, rb) check_postorder_foreach()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_mn.c | 78 rbtree_postorder_for_each_entry_safe(node, next_node, &rmn->objects, radeon_mn_destroy()
|
H A D | radeon_vm.c | 1234 rbtree_postorder_for_each_entry_safe(bo_va, tmp, &vm->va, it.rb) { radeon_vm_fini()
|
/linux-4.1.27/kernel/trace/ |
H A D | trace_stat.c | 50 rbtree_postorder_for_each_entry_safe(snode, n, &session->stat_root, node) { __reset_stat_session()
|
/linux-4.1.27/fs/ext3/ |
H A D | dir.c | 314 rbtree_postorder_for_each_entry_safe(fname, next, root, rb_hash) rbtree_postorder_for_each_entry_safe() function
|
/linux-4.1.27/net/netfilter/ipset/ |
H A D | ip_set_hash_netiface.c | 54 rbtree_postorder_for_each_entry_safe(node, next, root, node) rbtree_destroy()
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | dwarf.c | 1006 rbtree_postorder_for_each_entry_safe(fde, next_fde, &fde_root, node) dwarf_unwinder_cleanup() 1009 rbtree_postorder_for_each_entry_safe(cie, next_cie, &cie_root, node) dwarf_unwinder_cleanup()
|
/linux-4.1.27/fs/ubifs/ |
H A D | log.c | 588 rbtree_postorder_for_each_entry_safe(dr, n, done_tree, rb) destroy_done_tree()
|
H A D | orphan.c | 819 rbtree_postorder_for_each_entry_safe(o, n, root, rb) dbg_free_check_tree()
|
H A D | recovery.c | 1333 rbtree_postorder_for_each_entry_safe(e, n, &c->size_tree, rb) { ubifs_destroy_size_tree()
|
H A D | super.c | 875 rbtree_postorder_for_each_entry_safe(bud, n, &c->buds, rb) free_buds()
|
H A D | debug.c | 2129 rbtree_postorder_for_each_entry_safe(fscki, n, &fsckd->inodes, rb) free_inodes()
|
H A D | tnc.c | 183 rbtree_postorder_for_each_entry_safe(old_idx, n, &c->old_idx, rb) destroy_old_idx()
|
/linux-4.1.27/fs/jffs2/ |
H A D | nodelist.c | 570 rbtree_postorder_for_each_entry_safe(frag, next, root, rb) { rbtree_postorder_for_each_entry_safe() function
|
H A D | readinode.c | 548 rbtree_postorder_for_each_entry_safe(tn, next, list, rb) { rbtree_postorder_for_each_entry_safe() function
|
/linux-4.1.27/mm/ |
H A D | zswap.c | 810 rbtree_postorder_for_each_entry_safe(entry, n, &tree->rbroot, rbnode) zswap_frontswap_invalidate_area()
|
/linux-4.1.27/arch/powerpc/perf/ |
H A D | hv-24x7.c | 581 rbtree_postorder_for_each_entry_safe(pos, n, root, node) event_uniq_destroy()
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | btree.c | 1686 rbtree_postorder_for_each_entry_safe(w, n, bch_btree_gc_finish()
|