Home
last modified time | relevance | path

Searched refs:rb_next (Results 1 – 25 of 207) sorted by relevance

123456789

/linux-6.15/tools/perf/tests/
H A Dhists_output.c185 node = rb_next(node); in test1()
191 node = rb_next(node); in test1()
197 node = rb_next(node); in test1()
203 node = rb_next(node); in test1()
209 node = rb_next(node); in test1()
215 node = rb_next(node); in test1()
221 node = rb_next(node); in test1()
227 node = rb_next(node); in test1()
284 node = rb_next(node); in test2()
339 node = rb_next(node); in test3()
[all …]
H A Dhists_common.c191 node = rb_next(node); in print_hists_in()
221 node = rb_next(node); in print_hists_out()
/linux-6.15/net/ceph/
H A Ddebugfs.c69 for (n = rb_first(&map->pg_pools); n; n = rb_next(n)) { in osdmap_show()
92 for (n = rb_first(&map->pg_temp); n; n = rb_next(n)) { in osdmap_show()
103 for (n = rb_first(&map->primary_temp); n; n = rb_next(n)) { in osdmap_show()
110 for (n = rb_first(&map->pg_upmap); n; n = rb_next(n)) { in osdmap_show()
121 for (n = rb_first(&map->pg_upmap_items); n; n = rb_next(n)) { in osdmap_show()
239 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in dump_requests()
265 for (n = rb_first(&osd->o_linger_requests); n; n = rb_next(n)) { in dump_linger_requests()
326 for (n = rb_first(&osd->o_backoffs_by_id); n; n = rb_next(n)) { in dump_backoffs()
352 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
360 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
[all …]
/linux-6.15/security/keys/
H A Dproc.c68 n = rb_next(n); in key_serial_next()
73 n = rb_next(n); in key_serial_next()
105 n = rb_next(&minkey->serial_node); in find_ge_key()
258 n = rb_next(n); in __key_user_next()
265 return __key_user_next(user_ns, rb_next(n)); in key_user_next()
/linux-6.15/fs/proc/
H A Dnommu.c86 for (p = rb_first(&nommu_region_tree); p; p = rb_next(p)) in nommu_region_list_start()
100 return rb_next((struct rb_node *) v); in nommu_region_list_next()
/linux-6.15/arch/powerpc/kernel/
H A Deeh_cache.c111 n = rb_next(n); in eeh_addr_cache_print()
230 n = rb_next(n); in __eeh_addr_cache_rmv_dev()
270 for (n = rb_first(&pci_io_addr_cache_root.rb_root); n; n = rb_next(n)) { in eeh_addr_cache_show()
/linux-6.15/tools/perf/util/
H A Drblist.c116 next = rb_next(pos); in rblist__exit()
134 node = rb_next(node)) { in rblist__entry()
H A Dhist.c275 next = rb_next(&n->rb_node); in hists__output_recalc_col_len()
371 node = rb_next(node); in hists__decay_entry()
414 next = rb_next(&n->rb_node); in hists__decay_entries()
430 next = rb_next(&n->rb_node); in hists__delete_entries()
447 next = rb_next(&n->rb_node); in hists__get_entry()
1845 node = rb_next(node); in hierarchy_recalc_total_periods()
1902 node = rb_next(node); in hists__hierarchy_output_resort()
2102 node = rb_next(node); in __rb_hierarchy_next()
2142 node = rb_next(node); in hist_entry__has_hierarchy_children()
2308 nd = rb_next(nd); in resort_filtered_entry()
[all …]
H A Dcallchain.c429 n = rb_next(n); in __sort_chain_flat()
461 n = rb_next(n); in __sort_chain_graph_abs()
491 n = rb_next(n); in __sort_chain_graph_rel()
557 n = rb_next(n); in create_child()
1055 n = rb_next(n); in merge_chain_branch()
1298 n = rb_next(n); in callchain_node_branch_counts_cumul()
1506 n = rb_next(n); in free_callchain_node()
1533 n = rb_next(n); in decay_callchain_node()
1574 chain->has_children = rb_prev(&node->rb_node) || rb_next(&node->rb_node); in callchain_node__make_parent_list()
1762 rb_node = rb_next(rb_node); in count_callchain_hits()
[all …]
H A Dsymbol.c214 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
231 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
249 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) { in symbols__fixup_end()
348 next = rb_next(&pos->rb_node); in symbols__delete()
438 struct rb_node *n = rb_next(&sym->rb_node); in symbols__next()
460 for (nd = rb_first_cached(source); nd; nd = rb_next(nd)) in symbols__sort_by_name()
816 next = rb_next(&pos->rb_node); in maps__split_kallsyms_for_kcore()
875 next = rb_next(&pos->rb_node); in maps__split_kallsyms()
1055 next = rb_next(&mi->rb_node); in delete_modules()
1147 from_node = rb_next(from_node); in compare_proc_modules()
[all …]
H A Dblock-range.h40 struct rb_node *n = rb_next(&br->node); in block_range__next()
H A Dintlist.h56 rn = rb_next(&in->rb_node); in intlist__next()
/linux-6.15/tools/include/linux/
H A Drbtree.h53 extern struct rb_node *rb_next(const struct rb_node *);
142 root->rb_leftmost = rb_next(node); in rb_erase_cached()
328 node = rb_next(node); in rb_next_match()
/linux-6.15/fs/ext4/
H A Dextents_status.c193 node = rb_next(node); in ext4_es_print_tree()
231 node = rb_next(&es->rb_node); in __es_tree_search()
599 node = rb_next(&es->rb_node); in ext4_es_try_to_merge_right()
1051 node = rb_next(&es1->rb_node); in ext4_es_lookup_extent()
1231 node = rb_next(&pr->rb_node); in __pr_tree_search()
1311 node = rb_next(&es->rb_node); in get_rsvd()
1459 node = rb_next(&es->rb_node); in __es_remove_extent()
1469 node = rb_next(&es->rb_node); in __es_remove_extent()
1803 node = rb_next(&es->rb_node); in es_do_reclaim_extents()
1868 node = rb_next(node); in ext4_clear_inode_es()
[all …]
/linux-6.15/include/linux/
H A Drbtree.h44 extern struct rb_node *rb_next(const struct rb_node *);
124 leftmost = root->rb_leftmost = rb_next(node); in rb_erase_cached()
421 node = rb_next(node); in rb_next_match()
/linux-6.15/scripts/gdb/linux/
H A Drbtree.py66 def rb_next(node): function
162 result = rb_next(node)
/linux-6.15/drivers/base/regmap/
H A Dregcache-rbtree.c149 node = rb_next(node)) { in rbtree_show()
228 next = rb_next(&rbtree_node->node); in regcache_rbtree_exit()
476 for (node = rb_first(&rbtree_ctx->root); node; node = rb_next(node)) { in regcache_rbtree_sync()
518 for (node = rb_first(&rbtree_ctx->root); node; node = rb_next(node)) { in regcache_rbtree_drop()
/linux-6.15/tools/perf/ui/gtk/
H A Dhists.c103 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in perf_gtk__add_callchain_flat()
165 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in perf_gtk__add_callchain_folded()
226 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in perf_gtk__add_callchain_graph()
358 for (nd = rb_first_cached(&hists->entries); nd; nd = rb_next(nd)) { in perf_gtk__show_hists()
420 for (node = rb_first_cached(root); node; node = rb_next(node)) { in perf_gtk__add_hierarchy_entries()
/linux-6.15/fs/ocfs2/
H A Dreservations.c92 node = rb_next(node); in ocfs2_dump_resv()
170 node = rb_next(node); in ocfs2_check_resmap()
377 node = rb_next(node); in ocfs2_find_resv_lhs()
558 next = rb_next(prev); in __ocfs2_resv_find_window()
/linux-6.15/lib/
H A Dtimerqueue.c79 next = rb_next(&node->node); in timerqueue_iterate_next()
H A Drbtree_test.c198 for (rb = rb_first(&root.rb_root); rb; rb = rb_next(rb)) { in check()
224 for (rb = rb_first(&root.rb_root); rb; rb = rb_next(rb)) { in check_augmented()
291 for (node = rb_first(&root.rb_root); node; node = rb_next(node)) in basic_check()
/linux-6.15/tools/perf/
H A Dbuiltin-annotate.c448 nd = rb_next(nd); in hists__find_annotations()
486 next = rb_next(nd); in hists__find_annotations()
520 nd = rb_next(nd); in hists__find_annotations()
531 next = rb_next(nd); in hists__find_annotations()
545 nd = rb_next(nd); in hists__find_annotations()
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst167 struct rb_node *rb_next(struct rb_node *node);
172 rb_next()或rb_prev()来获取下一个或上一个结点。当没有剩余的结点时,将返回NULL。
181 for (node = rb_first(&mytree); node; node = rb_next(node))
/linux-6.15/kernel/trace/
H A Dtrace_stat.c187 node = rb_next(node); in stat_seq_start()
202 return rb_next(node); in stat_seq_next()
/linux-6.15/fs/btrfs/
H A Dfree-space-cache.c1111 node = rb_next(node); in write_cache_extent_entries()
1740 n = rb_next(n); in tree_search_offset()
1804 n = rb_next(&entry->offset_index); in tree_search_offset()
2036 for (; node; node = rb_next(node)) { in find_free_space()
3004 node = rb_next(&entry->offset_index); in __btrfs_return_cluster_to_free_space()
3079 node = rb_next(node); in btrfs_is_free_space_trimmed()
3443 node = rb_next(&entry->offset_index); in setup_cluster_no_bitmap()
3488 node = rb_next(&entry->offset_index); in setup_cluster_no_bitmap()
4121 node = rb_next(node); in cleanup_free_space_cache_v1()
4311 n = rb_next(&info->offset_index); in test_check_exists()
[all …]

123456789