/openbmc/linux/security/landlock/ |
H A D | ruleset.c | 287 rbtree_postorder_for_each_entry_safe(walker_rule, next_rule, &src->root, in merge_ruleset() 329 rbtree_postorder_for_each_entry_safe(walker_rule, next_rule, in inherit_ruleset() 364 rbtree_postorder_for_each_entry_safe(freeme, next, &ruleset->root, node) in free_ruleset()
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_active.c | 289 rbtree_postorder_for_each_entry_safe(it, n, &ref->tree, node) { in i915_active_print() 340 rbtree_postorder_for_each_entry_safe(it, n, &ref->tree, node) in i915_active_unlock_wait()
|
/openbmc/u-boot/include/linux/ |
H A D | rbtree.h | 91 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ macro
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_active.c | 170 rbtree_postorder_for_each_entry_safe(it, n, &root, node) { in __active_retire() 590 rbtree_postorder_for_each_entry_safe(it, n, &ref->tree, node) { in flush_lazy_signals() 711 rbtree_postorder_for_each_entry_safe(it, n, &ref->tree, node) { in await_active()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object.c | 261 rbtree_postorder_for_each_entry_safe(mmo, mn, &obj->mmo.offsets, offset) in i915_gem_close_object() 313 rbtree_postorder_for_each_entry_safe(mmo, mn, in __i915_gem_object_free_mmaps()
|
H A D | i915_gem_mman.c | 628 rbtree_postorder_for_each_entry_safe(mmo, mn, in i915_gem_object_release_mmap_offset()
|
/openbmc/linux/tools/include/linux/ |
H A D | rbtree.h | 97 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ macro
|
/openbmc/linux/include/linux/ |
H A D | rbtree.h | 99 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ macro
|
/openbmc/linux/kernel/trace/ |
H A D | trace_stat.c | 51 rbtree_postorder_for_each_entry_safe(snode, n, &session->stat_root, node) { in __reset_stat_session()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | dwarf.c | 1004 rbtree_postorder_for_each_entry_safe(fde, next_fde, &fde_root, node) in dwarf_unwinder_cleanup() 1007 rbtree_postorder_for_each_entry_safe(cie, next_cie, &cie_root, node) in dwarf_unwinder_cleanup()
|
/openbmc/linux/fs/ext4/ |
H A D | block_validity.c | 59 rbtree_postorder_for_each_entry_safe(entry, n, in release_system_zone()
|
H A D | dir.c | 430 rbtree_postorder_for_each_entry_safe(fname, next, root, rb_hash) in free_rb_tree_fname()
|
/openbmc/linux/net/tipc/ |
H A D | group.c | 204 rbtree_postorder_for_each_entry_safe(m, tmp, tree, tree_node) { in tipc_group_join() 220 rbtree_postorder_for_each_entry_safe(m, tmp, tree, tree_node) { in tipc_group_delete()
|
/openbmc/linux/fs/btrfs/ |
H A D | block-rsv.c | 341 rbtree_postorder_for_each_entry_safe(root, tmp, &fs_info->global_root_tree, in btrfs_update_global_block_rsv()
|
H A D | relocation.c | 2721 rbtree_postorder_for_each_entry_safe(block, next, blocks, rb_node) { in relocate_tree_blocks() 2729 rbtree_postorder_for_each_entry_safe(block, next, blocks, rb_node) { in relocate_tree_blocks() 2738 rbtree_postorder_for_each_entry_safe(block, next, blocks, rb_node) { in relocate_tree_blocks() 3914 rbtree_postorder_for_each_entry_safe(node, tmp, in free_reloc_control()
|
H A D | sysfs.c | 2270 rbtree_postorder_for_each_entry_safe(qgroup, next, in btrfs_sysfs_del_qgroups() 2304 rbtree_postorder_for_each_entry_safe(qgroup, next, in btrfs_sysfs_add_qgroups()
|
/openbmc/linux/ |
H A D | .clang-format | 558 - 'rbtree_postorder_for_each_entry_safe'
|
/openbmc/linux/lib/ |
H A D | rbtree_test.c | 175 rbtree_postorder_for_each_entry_safe(cur, n, &root.rb_root, rb) in check_postorder_foreach()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_discovery.c | 342 rbtree_postorder_for_each_entry_safe(type, next, &discovery_tables, node) { in intel_uncore_clear_discovery_tables()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | log.c | 579 rbtree_postorder_for_each_entry_safe(dr, n, done_tree, rb) in destroy_done_tree()
|
H A D | orphan.c | 808 rbtree_postorder_for_each_entry_safe(o, n, root, rb) in dbg_free_check_tree()
|
/openbmc/linux/fs/ubifs/ |
H A D | log.c | 597 rbtree_postorder_for_each_entry_safe(dr, n, done_tree, rb) in destroy_done_tree()
|
H A D | orphan.c | 915 rbtree_postorder_for_each_entry_safe(o, n, root, rb) in dbg_free_check_tree()
|
/openbmc/linux/fs/jffs2/ |
H A D | nodelist.c | 570 rbtree_postorder_for_each_entry_safe(frag, next, root, rb) { in jffs2_kill_fragtree()
|
/openbmc/linux/drivers/iommu/ |
H A D | iova.c | 515 rbtree_postorder_for_each_entry_safe(iova, tmp, &iovad->rbroot, node) in put_iova_domain()
|