Searched refs:rbtree_postorder_for_each_entry_safe (Results 1 – 21 of 21) sorted by relevance
/linux-4.4.14/include/linux/ |
D | rbtree.h | 120 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ macro
|
/linux-4.4.14/fs/ext4/ |
D | block_validity.c | 184 rbtree_postorder_for_each_entry_safe(entry, n, in ext4_release_system_zone()
|
D | dir.c | 381 rbtree_postorder_for_each_entry_safe(fname, next, root, rb_hash) in free_rb_tree_fname()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_mn.c | 78 rbtree_postorder_for_each_entry_safe(node, next_node, &rmn->objects, in radeon_mn_destroy()
|
D | radeon_vm.c | 1237 rbtree_postorder_for_each_entry_safe(bo_va, tmp, &vm->va, it.rb) { in radeon_vm_fini()
|
/linux-4.4.14/kernel/trace/ |
D | trace_stat.c | 50 rbtree_postorder_for_each_entry_safe(snode, n, &session->stat_root, node) { in __reset_stat_session()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_mn.c | 78 rbtree_postorder_for_each_entry_safe(node, next_node, &rmn->objects, in amdgpu_mn_destroy()
|
D | amdgpu_vm.c | 1317 rbtree_postorder_for_each_entry_safe(mapping, tmp, &vm->va, it.rb) { in amdgpu_vm_fini()
|
/linux-4.4.14/lib/ |
D | rbtree_test.c | 121 rbtree_postorder_for_each_entry_safe(cur, n, &root, rb) in check_postorder_foreach()
|
/linux-4.4.14/arch/sh/kernel/ |
D | dwarf.c | 1006 rbtree_postorder_for_each_entry_safe(fde, next_fde, &fde_root, node) in dwarf_unwinder_cleanup() 1009 rbtree_postorder_for_each_entry_safe(cie, next_cie, &cie_root, node) in dwarf_unwinder_cleanup()
|
/linux-4.4.14/fs/ubifs/ |
D | log.c | 588 rbtree_postorder_for_each_entry_safe(dr, n, done_tree, rb) in destroy_done_tree()
|
D | orphan.c | 819 rbtree_postorder_for_each_entry_safe(o, n, root, rb) in dbg_free_check_tree()
|
D | recovery.c | 1333 rbtree_postorder_for_each_entry_safe(e, n, &c->size_tree, rb) { in ubifs_destroy_size_tree()
|
D | super.c | 879 rbtree_postorder_for_each_entry_safe(bud, n, &c->buds, rb) in free_buds()
|
D | tnc.c | 183 rbtree_postorder_for_each_entry_safe(old_idx, n, &c->old_idx, rb) in destroy_old_idx()
|
D | debug.c | 2129 rbtree_postorder_for_each_entry_safe(fscki, n, &fsckd->inodes, rb) in free_inodes()
|
/linux-4.4.14/fs/jffs2/ |
D | nodelist.c | 570 rbtree_postorder_for_each_entry_safe(frag, next, root, rb) { in jffs2_kill_fragtree()
|
D | readinode.c | 548 rbtree_postorder_for_each_entry_safe(tn, next, list, rb) { in jffs2_free_tmp_dnode_info_list()
|
/linux-4.4.14/mm/ |
D | zswap.c | 1148 rbtree_postorder_for_each_entry_safe(entry, n, &tree->rbroot, rbnode) in zswap_frontswap_invalidate_area()
|
/linux-4.4.14/arch/powerpc/perf/ |
D | hv-24x7.c | 592 rbtree_postorder_for_each_entry_safe(pos, n, root, node) in event_uniq_destroy()
|
/linux-4.4.14/drivers/md/bcache/ |
D | btree.c | 1686 rbtree_postorder_for_each_entry_safe(w, n, in bch_btree_gc_finish()
|