/openbmc/linux/tools/perf/util/ |
H A D | rblist.c | 112 struct rb_node *pos, *next = rb_first_cached(&rblist->entries); in rblist__exit() 133 for (node = rb_first_cached(&rblist->entries); node; in rblist__entry()
|
H A D | hist.c | 255 struct rb_node *next = rb_first_cached(&hists->entries); in hists__output_recalc_col_len() 1695 next = rb_first_cached(root); in hists__collapse_resort() 1774 node = rb_first_cached(&hists->entries); in hierarchy_recalc_total_periods() 1836 node = rb_first_cached(root_in); in hists__hierarchy_output_resort() 1959 next = rb_first_cached(root); in output_resort() 2038 node = rb_first_cached(&he->hroot_out); in __rb_hierarchy_next() 2076 node = rb_first_cached(&he->hroot_out); in hist_entry__has_hierarchy_children() 2232 nd = rb_first_cached(&he->hroot_out); in resort_filtered_entry() 2255 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy() 2299 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy() [all …]
|
H A D | strlist.h | 60 struct rb_node *rn = rb_first_cached(&slist->rblist.entries); in strlist__first()
|
H A D | intlist.h | 48 struct rb_node *rn = rb_first_cached(&ilist->rblist.entries); in intlist__first()
|
H A D | build-id.c | 383 for (nd = rb_first_cached(&session->machines.guests); nd; in perf_session__write_buildid_table() 417 for (nd = rb_first_cached(&session->machines.guests); nd; in dsos__hit_all() 967 for (nd = rb_first_cached(&machines->guests); nd; in machines__for_each_dso() 1003 for (nd = rb_first_cached(&session->machines.guests); nd; in perf_session__read_build_ids()
|
H A D | symbol.c | 189 nd = rb_first_cached(symbols); in symbols__fixup_duplicate() 222 struct rb_node *nd, *prevnd = rb_first_cached(symbols); in symbols__fixup_end() 308 struct rb_node *next = rb_first_cached(symbols); in symbols__delete() 382 struct rb_node *n = rb_first_cached(symbols); in symbols__first() 424 for (nd = rb_first_cached(source); nd; nd = rb_next(nd)) in symbols__sort_by_name() 431 for (nd = rb_first_cached(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name() 765 struct rb_node *next = rb_first_cached(root); in maps__split_kallsyms_for_kcore() 820 struct rb_node *next = rb_first_cached(root); in maps__split_kallsyms()
|
H A D | machine.c | 231 nd = rb_first_cached(&threads->entries); in machine__delete_threads() 327 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_comm_exec() 495 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { in machines__process_guests() 508 for (node = rb_first_cached(&machines->guests); node; in machines__set_id_hdr_size() 1077 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos() 1097 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos_buildid() 1137 for (nd = rb_first_cached(&threads->entries); nd; in machine__fprintf() 1437 struct rb_node *next = rb_first_cached(&machines->guests); in machines__destroy_kernel_maps() 3227 for (nd = rb_first_cached(&threads->entries); nd; in machine__for_each_thread() 3250 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { in machines__for_each_thread()
|
H A D | symbol.h | 85 for (nd = rb_first_cached(symbols); \
|
H A D | stream.c | 115 struct rb_node *next = rb_first_cached(&hists->entries); in init_hot_callchain()
|
/openbmc/linux/kernel/locking/ |
H A D | rtmutex_common.h | 123 struct rb_node *leftmost = rb_first_cached(&lock->waiters); in rt_mutex_waiter_is_top_waiter() 130 struct rb_node *leftmost = rb_first_cached(&lock->waiters); in rt_mutex_top_waiter()
|
/openbmc/linux/tools/perf/tests/ |
H A D | hists_output.c | 110 node = rb_first_cached(root_out); in del_hist_entries() 179 node = rb_first_cached(root); in test1() 279 node = rb_first_cached(root); in test2() 333 node = rb_first_cached(root); in test3() 411 node = rb_first_cached(root); in test4() 514 node = rb_first_cached(root); in test5()
|
H A D | hists_common.c | 175 node = rb_first_cached(root); in print_hists_in() 204 node = rb_first_cached(root); in print_hists_out()
|
H A D | hists_link.c | 174 node = rb_first_cached(root); in __validate_match() 226 node = rb_first_cached(root); in __validate_link()
|
H A D | symbols.c | 75 for (nd = rb_first_cached(&dso->symbols); nd; nd = rb_next(nd)) { in test_dso()
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | free-space-tests.c | 859 for (node = rb_first_cached(&ctl->free_space_bytes), i = 9; node; in test_bytes_index() 882 for (node = rb_first_cached(&ctl->free_space_bytes), i = 1; node; in test_bytes_index() 939 entry = rb_entry(rb_first_cached(&ctl->free_space_bytes), in test_bytes_index() 964 entry = rb_entry(rb_first_cached(&ctl->free_space_bytes), in test_bytes_index() 979 entry = rb_entry(rb_first_cached(&ctl->free_space_bytes), in test_bytes_index()
|
/openbmc/linux/include/linux/ |
H A D | timerqueue.h | 36 struct rb_node *leftmost = rb_first_cached(&head->rb_root); in timerqueue_getnext()
|
H A D | rbtree.h | 106 #define rb_first_cached(root) (root)->rb_leftmost macro
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_scheduler.c | 47 GEM_BUG_ON(rb_first_cached(&sched_engine->queue) != in assert_priolists() 51 for (rb = rb_first_cached(&sched_engine->queue); rb; rb = rb_next(rb)) { in assert_priolists()
|
/openbmc/linux/net/sched/ |
H A D | sch_etf.c | 113 p = rb_first_cached(&q->head); in etf_peek_timesortedlist() 420 struct rb_node *p = rb_first_cached(&q->head); in timesortedlist_clear()
|
/openbmc/linux/fs/ |
H A D | eventpoll.c | 800 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_clear_and_put() 815 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = next) { in ep_clear_and_put() 946 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_show_fdinfo() 1070 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_find_tfd() 2005 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_loop_check_proc()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 283 rb = rb_first_cached(&sched_engine->queue); in queue_prio() 292 struct rb_node *rb = rb_first_cached(&el->virtual); in virtual_prio() 1028 struct rb_node *rb = rb_first_cached(&el->virtual); in first_virtual_engine() 1039 rb = rb_first_cached(&el->virtual); in first_virtual_engine() 1491 while ((rb = rb_first_cached(&sched_engine->queue))) { in execlists_dequeue() 3182 while ((rb = rb_first_cached(&sched_engine->queue))) { in execlists_reset_cancel() 3201 while ((rb = rb_first_cached(&execlists->virtual))) { in execlists_reset_cancel() 3851 first = rb_first_cached(&sibling->execlists.virtual) == in virtual_submission_tasklet() 4116 for (rb = rb_first_cached(&sched_engine->queue); rb; rb = rb_next(rb)) { in intel_execlists_show_requests() 4137 for (rb = rb_first_cached(&execlists->virtual); rb; rb = rb_next(rb)) { in intel_execlists_show_requests()
|
/openbmc/linux/tools/include/linux/ |
H A D | rbtree.h | 127 #define rb_first_cached(root) (root)->rb_leftmost macro
|
/openbmc/linux/tools/perf/ui/gtk/ |
H A D | hists.c | 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()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | mmu_rb.c | 100 while ((node = rb_first_cached(&handler->root))) { in hfi1_mmu_rb_unregister()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-diff.c | 551 next = rb_first_cached(root); in hists__baseline_only() 602 struct rb_node *next = rb_first_cached(root); in get_block_pair() 669 struct rb_node *next = rb_first_cached(root); in block_hists_match() 695 next = rb_first_cached(root); in hists__precompute()
|