| /linux-4.4.14/tools/perf/tests/ |
| D | hists_output.c | 173 node = rb_next(node); in test1() 179 node = rb_next(node); in test1() 185 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() 272 node = rb_next(node); in test2() 327 node = rb_next(node); in test3() [all …]
|
| D | vmlinux-kallsyms.c | 111 for (nd = rb_first(&vmlinux_map->dso->symbols[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms() 157 rb_next(&pair->rb_node); in test__vmlinux_matches_kallsyms()
|
| D | hists_common.c | 183 node = rb_next(node); in print_hists_in() 211 node = rb_next(node); in print_hists_out()
|
| D | hists_link.c | 182 node = rb_next(node); in __validate_match() 239 node = rb_next(node); in __validate_link()
|
| D | hists_cumulate.c | 206 node = rb_next(node), i++) { in do_test()
|
| /linux-4.4.14/net/ceph/ |
| D | debugfs.c | 68 for (n = rb_first(&map->pg_pools); n; n = rb_next(n)) { in osdmap_show() 87 for (n = rb_first(&map->pg_temp); n; n = rb_next(n)) { in osdmap_show() 98 for (n = rb_first(&map->primary_temp); n; n = rb_next(n)) { in osdmap_show() 125 for (rp = rb_first(&monc->generic_request_tree); rp; rp = rb_next(rp)) { in monc_show() 148 for (p = rb_first(&osdc->requests); p; p = rb_next(p)) { in osdc_show()
|
| D | mon_client.c | 731 for (p = rb_first(&monc->generic_request_tree); p; p = rb_next(p)) { in __resend_generic_request()
|
| D | osd_client.c | 1955 n = rb_next(p); in reset_changed_osds() 1985 p = rb_next(p); in kick_requests()
|
| D | osdmap.c | 522 for (rbp = rb_first(&map->pg_pools); rbp; rbp = rb_next(rbp)) { in ceph_pg_poolid_by_name()
|
| /linux-4.4.14/arch/x86/mm/ |
| D | pat_rbtree.c | 113 node = rb_next(&match->rb); in memtype_rb_exact_match() 142 node = rb_next(&match->rb); in memtype_rb_check_conflict() 154 node = rb_next(&match->rb); in memtype_rb_check_conflict() 237 node = rb_next(node); in rbt_memtype_copy_nth_element()
|
| /linux-4.4.14/security/keys/ |
| D | proc.c | 89 n = rb_next(n); in key_serial_next() 94 n = rb_next(n); in key_serial_next() 131 n = rb_next(&minkey->serial_node); in find_ge_key() 278 n = rb_next(n); in __key_user_next() 285 return __key_user_next(user_ns, rb_next(n)); in key_user_next()
|
| D | gc.c | 221 cursor = rb_next(cursor); in key_garbage_collector()
|
| D | key.c | 185 parent = rb_next(parent); in key_alloc_serial()
|
| /linux-4.4.14/lib/ |
| D | timerqueue.c | 81 struct rb_node *rbn = rb_next(&node->node); in timerqueue_del() 107 next = rb_next(&node->node); in timerqueue_iterate_next()
|
| D | rbtree_test.c | 143 for (rb = rb_first(&root); rb; rb = rb_next(rb)) { in check() 169 for (rb = rb_first(&root); rb; rb = rb_next(rb)) { in check_augmented()
|
| D | rbtree.c | 476 struct rb_node *rb_next(const struct rb_node *node) in rb_next() function 506 EXPORT_SYMBOL(rb_next);
|
| /linux-4.4.14/fs/proc/ |
| D | task_nommu.c | 26 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_mem() 87 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_vsize() 105 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_statm() 244 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) in m_start() 272 return p ? rb_next(p) : NULL; in m_next()
|
| D | nommu.c | 92 for (p = rb_first(&nommu_region_tree); p; p = rb_next(p)) in nommu_region_list_start() 106 return rb_next((struct rb_node *) v); in nommu_region_list_next()
|
| D | generic.c | 49 return rb_entry_safe(rb_next(&dir->subdir_node), struct proc_dir_entry, in pde_subdir_next()
|
| D | proc_sysctl.c | 351 for (;node; node = rb_next(node)) { in first_usable_entry() 386 ctl_node = first_usable_entry(rb_next(&ctl_node->node)); in next_entry()
|
| /linux-4.4.14/tools/perf/ |
| D | builtin-annotate.c | 141 nd = rb_next(nd); in hists__find_annotations() 163 nd = rb_next(nd); in hists__find_annotations() 172 next = rb_next(nd); in hists__find_annotations() 185 nd = rb_next(nd); in hists__find_annotations()
|
| D | builtin-kmem.c | 992 next = rb_next(next); in __print_slab_result() 1049 next = rb_next(next); in __print_page_alloc_result() 1092 next = rb_next(next); in __print_page_caller_result()
|
| D | builtin-diff.c | 441 next = rb_next(&he->rb_node_in); in hists__baseline_only() 466 next = rb_next(&he->rb_node_in); in hists__precompute()
|
| D | builtin-lock.c | 771 node = rb_next(node); in dump_threads()
|
| D | builtin-top.c | 365 next = rb_next(&n->rb_node); in perf_top__prompt_symbol()
|
| D | builtin-sched.c | 1662 next = rb_next(next); in perf_sched__lat()
|
| /linux-4.4.14/tools/perf/util/ |
| D | rblist.c | 111 next = rb_next(pos); in rblist__delete() 122 for (node = rb_first(&rblist->entries); node; node = rb_next(node)) { in rblist__entry()
|
| D | symbol.c | 159 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate() 173 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate() 190 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) { in symbols__fixup_end() 298 next = rb_next(&pos->rb_node); in symbols__delete() 358 struct rb_node *n = rb_next(&sym->rb_node); in symbols__next() 396 for (nd = rb_first(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name() 478 struct rb_node *n = rb_next(&s->rb_node); in symbol__next_by_name() 506 for (nd = rb_first(&dso->symbol_names[type]); nd; nd = rb_next(nd)) { in dso__fprintf_symbols_by_name() 671 next = rb_next(&pos->rb_node); in dso__split_kallsyms_for_kcore() 725 next = rb_next(&pos->rb_node); in dso__split_kallsyms() [all …]
|
| D | callchain.c | 253 n = rb_next(n); in __sort_chain_flat() 284 n = rb_next(n); in __sort_chain_graph_abs() 314 n = rb_next(n); in __sort_chain_graph_rel() 378 n = rb_next(n); in create_child() 663 n = rb_next(n); in merge_chain_branch() 816 n = rb_next(n); in free_callchain_node()
|
| D | hist.c | 194 next = rb_next(&n->rb_node); in hists__output_recalc_col_len() 288 next = rb_next(&n->rb_node); in hists__decay_entries() 304 next = rb_next(&n->rb_node); in hists__delete_entries() 1069 next = rb_next(&n->rb_node_in); in hists__collapse_resort() 1187 next = rb_next(&n->rb_node_in); in hists__output_resort() 1240 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_dso() 1274 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_thread() 1306 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_symbol() 1337 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_socket() 1448 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in hists__match() [all …]
|
| D | build-id.c | 247 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__write_buildid_table() 280 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in dsos__hit_all() 524 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__cache_build_ids() 541 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__read_build_ids()
|
| D | strlist.h | 60 rn = rb_next(&sn->rb_node); in strlist__next()
|
| D | intlist.h | 55 rn = rb_next(&in->rb_node); in intlist__next()
|
| D | machine.c | 117 nd = rb_next(nd); in machine__delete_threads() 192 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_symbol_filter() 205 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_comm_exec() 277 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__process_guests() 304 for (node = rb_first(&machines->guests); node; node = rb_next(node)) { in machines__set_id_hdr_size() 598 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos() 618 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos_buildid() 651 for (nd = rb_first(&machine->threads); nd; nd = rb_next(nd)) { in machine__fprintf() 853 next = rb_next(&pos->rb_node); in machines__destroy_kernel_maps() 1906 for (nd = rb_first(&machine->threads); nd; nd = rb_next(nd)) { in machine__for_each_thread() [all …]
|
| D | map.c | 484 next = rb_next(&pos->rb_node); in __maps__purge() 564 for (nd = rb_first(&maps->entries); nd; nd = rb_next(nd)) { in maps__find_symbol_by_name() 617 for (nd = rb_first(&maps->entries); nd; nd = rb_next(nd)) { in maps__fprintf() 666 next = rb_next(&pos->rb_node); in maps__fixup_overlappings() 830 struct rb_node *next = rb_next(&map->rb_node); in map__next()
|
| D | symbol.h | 73 nd = rb_next(nd))
|
| D | dso.c | 565 next = rb_next(&cache->rb_node); in dso_cache__free() 1314 for (nd = rb_first(&dso->symbols[type]); nd; nd = rb_next(nd)) { in dso__fprintf()
|
| D | annotate.c | 1325 next = rb_next(node); in resort_source_line() 1448 node = rb_next(node); in print_summary()
|
| /linux-4.4.14/drivers/base/regmap/ |
| D | regcache-rbtree.c | 154 node = rb_next(node)) { in rbtree_show() 243 next = rb_next(&rbtree_node->node); in regcache_rbtree_exit() 417 node = rb_next(node)) { in regcache_rbtree_write() 467 for (node = rb_first(&rbtree_ctx->root); node; node = rb_next(node)) { in regcache_rbtree_sync() 507 for (node = rb_first(&rbtree_ctx->root); node; node = rb_next(node)) { in regcache_rbtree_drop()
|
| D | regmap-debugfs.c | 629 next = rb_next(&range_node->node); in regmap_debugfs_init()
|
| D | regmap.c | 426 next = rb_next(&range_node->node); in regmap_range_exit()
|
| /linux-4.4.14/tools/perf/ui/browsers/ |
| D | hists.c | 61 nd = rb_next(nd)) { in hist_browser__get_folding() 161 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__count_rows_rb_tree() 203 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in callchain__count_rows() 239 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__init_have_children_rb_tree() 277 bool has_sibling = nd && rb_next(nd); in callchain__init_have_children() 279 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in callchain__init_have_children() 334 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__set_folding_rb_tree() 375 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in callchain__set_folding() 403 nd = rb_next(nd)) { in __hist_browser__set_folding() 593 need_percent = node && rb_next(node); in hist_browser__show_callchain() [all …]
|
| D | map.c | 115 for (nd = rb_first(mb.b.entries); nd; nd = rb_next(nd)) { in map__browse()
|
| D | annotate.c | 759 nd = rb_next(nd); in annotate_browser__run()
|
| /linux-4.4.14/tools/perf/ui/stdio/ |
| D | hist.c | 111 next = rb_next(node); in __callchain__fprintf_graph() 177 if (node && !rb_next(node)) { in callchain__fprintf_graph() 257 rb_node = rb_next(rb_node); in callchain__fprintf_flat() 461 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__fprintf()
|
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | eeh_cache.c | 121 n = rb_next(n); in eeh_addr_cache_print() 249 n = rb_next(n); in __eeh_addr_cache_rmv_dev()
|
| /linux-4.4.14/fs/ext4/ |
| D | block_validity.c | 109 node = rb_next(new_node); in add_system_zone() 134 node = rb_next(node); in debug_print_tree()
|
| D | extents_status.c | 189 node = rb_next(node); in ext4_es_print_tree() 227 node = rb_next(&es->rb_node); in __es_tree_search() 275 while ((node = rb_next(&es1->rb_node)) != NULL) { in ext4_es_find_delayed_extent_range() 443 node = rb_next(&es->rb_node); in ext4_es_try_to_merge_right() 905 node = rb_next(&es->rb_node); in __es_remove_extent() 913 node = rb_next(&es->rb_node); in __es_remove_extent() 1206 node = rb_next(&es->rb_node); in es_do_reclaim_extents()
|
| D | dir.c | 575 info->curr_node = rb_next(info->curr_node); in ext4_dx_readdir()
|
| D | mballoc.c | 3460 n = rb_next(n); in ext4_mb_generate_from_freelist() 4634 node = rb_next(new_node); in ext4_mb_free_metadata()
|
| /linux-4.4.14/fs/ocfs2/ |
| D | reservations.c | 105 node = rb_next(node); in ocfs2_dump_resv() 183 node = rb_next(node); in ocfs2_check_resmap() 392 node = rb_next(node); in ocfs2_find_resv_lhs() 573 next = rb_next(prev); in __ocfs2_resv_find_window()
|
| /linux-4.4.14/fs/btrfs/ |
| D | extent_map.c | 114 parent = rb_next(parent); in tree_insert() 166 prev = rb_next(prev); in __tree_search() 250 rb = rb_next(&em->rb_node); in try_merge_map()
|
| D | free-space-cache.c | 646 for (n = rb_first(&ctl->free_space_offset); n; n = rb_next(n)) { in merge_space_tree() 945 node = rb_next(node); in write_cache_extent_entries() 1528 n = rb_next(n); in tree_search_offset() 1601 n = rb_next(&entry->offset_index); in tree_search_offset() 1802 for (node = &entry->offset_index; node; node = rb_next(node)) { in find_free_space() 1909 struct rb_node *next = rb_next(&bitmap_info->offset_index); in remove_from_bitmap() 2460 for (n = rb_first(&ctl->free_space_offset); n; n = rb_next(n)) { in btrfs_dump_free_space() 2524 node = rb_next(&entry->offset_index); in __btrfs_return_cluster_to_free_space() 2739 node = rb_next(&entry->offset_index); in btrfs_alloc_from_cluster() 2753 node = rb_next(&entry->offset_index); in btrfs_alloc_from_cluster() [all …]
|
| D | delayed-ref.c | 145 n = rb_next(&entry->href_node); in find_ref_head() 364 node = rb_next(&head->href_node); in btrfs_select_ref_head()
|
| D | extent_io.c | 326 prev = rb_next(prev); in __etree_search() 403 other_node = rb_next(&state->rb_node); in merge_state() 518 struct rb_node *next = rb_next(&state->rb_node); in next_state() 805 node = rb_next(node); in wait_extent_bit() 1530 node = rb_next(node); in find_first_extent_bit_state() 1557 n = rb_next(&state->rb_node); in find_first_extent_bit() 1563 n = rb_next(n); in find_first_extent_bit() 1634 node = rb_next(node); in find_delalloc_range() 1926 node = rb_next(node); in count_range_bits() 2038 node = rb_next(node); in test_range_bit()
|
| D | ordered-data.c | 102 test = rb_next(prev); in __tree_search() 890 node = rb_next(node); in btrfs_lookup_ordered_range()
|
| D | relocation.c | 1544 prev = rb_next(prev); 1559 node = rb_next(node); 2976 rb_node = rb_next(rb_node); 2987 rb_node = rb_next(rb_node); 3008 rb_node = rb_next(rb_node);
|
| D | delayed-inode.c | 381 else if ((node = rb_next(prev_node)) != NULL) { in __btrfs_lookup_delayed_item() 539 p = rb_next(&item->rb_node); in __btrfs_next_delayed_item()
|
| D | qgroup.c | 1451 node = rb_next(node); in btrfs_qgroup_prepare_account_extents() 2420 for (n = rb_first(&fs_info->qgroup_tree); n; n = rb_next(n)) { in qgroup_rescan_zero_tracking()
|
| D | ctree.c | 426 next = rb_next(node); in btrfs_put_tree_mod_seq() 1335 next = rb_next(&tm->node); in __tree_mod_log_rewind()
|
| D | file.c | 251 parent = rb_next(parent); in btrfs_pick_defrag_inode()
|
| D | inode.c | 5501 prev = rb_next(prev); in btrfs_invalidate_inodes() 5526 node = rb_next(node); in btrfs_invalidate_inodes() 6642 next = rb_next(&em->rb_node); in next_extent_map()
|
| D | extent-tree.c | 2966 node = rb_next(node); in btrfs_run_delayed_refs() 3303 node = rb_next(&cache->cache_node); in next_block_group()
|
| /linux-4.4.14/drivers/iommu/ |
| D | iova.c | 80 struct rb_node *node = rb_next(&free->node); in __cached_rbnode_delete_update() 461 for (node = rb_first(&iovad->rbroot); node; node = rb_next(node)) { in reserve_iova() 499 for (node = rb_first(&from->rbroot); node; node = rb_next(node)) { in copy_reserved_iova()
|
| D | arm-smmu.c | 1822 for (node = rb_first(&smmu->masters); node; node = rb_next(node)) { in arm_smmu_device_dt_probe() 1851 for (node = rb_first(&smmu->masters); node; node = rb_next(node)) { in arm_smmu_device_remove()
|
| /linux-4.4.14/tools/include/linux/ |
| D | rbtree.h | 66 extern struct rb_node *rb_next(const struct rb_node *);
|
| /linux-4.4.14/kernel/trace/ |
| D | trace_stat.c | 191 node = rb_next(node); in stat_seq_start() 206 return rb_next(node); in stat_seq_next()
|
| /linux-4.4.14/include/linux/ |
| D | rbtree.h | 67 extern struct rb_node *rb_next(const struct rb_node *);
|
| /linux-4.4.14/tools/perf/ui/gtk/ |
| D | hists.c | 98 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in perf_gtk__add_callchain() 223 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in perf_gtk__show_hists()
|
| /linux-4.4.14/fs/f2fs/ |
| D | extent_cache.c | 138 next = rb_next(node); in __free_extent_tree() 301 tmp_node = rb_next(parent); in __lookup_extent_tree_ret() 321 tmp_node = rb_next(&en->rb_node); in __lookup_extent_tree_ret() 470 struct rb_node *node = rb_next(&en->rb_node); in f2fs_update_extent_tree_range()
|
| /linux-4.4.14/drivers/char/ |
| D | mmtimer.c | 342 n->next = rb_next(&x->list); in mmtimer_set_next_timer() 575 mn->next = rb_next(&x->list); in mmtimer_tasklet() 642 timers[nodeid].next = rb_next(n); in sgi_timer_del()
|
| /linux-4.4.14/drivers/block/drbd/ |
| D | drbd_interval.c | 170 node = rb_next(&i->rb); in drbd_next_overlap()
|
| /linux-4.4.14/fs/jffs2/ |
| D | nodelist.h | 347 #define frag_next(frag) rb_entry(rb_next(&(frag)->rb), struct jffs2_node_frag, rb) 354 #define tn_next(tn) rb_entry(rb_next(&(tn)->rb), struct jffs2_tmp_dnode_info, rb)
|
| /linux-4.4.14/kernel/power/ |
| D | wakelock.c | 46 for (node = rb_first(&wakelocks_tree); node; node = rb_next(node)) { in pm_show_wakelocks()
|
| /linux-4.4.14/drivers/staging/android/ion/ |
| D | ion.c | 689 for (n = rb_first(&client->handles); n; n = rb_next(n)) { in ion_debug_client_show() 727 for (node = rb_first(root); node; node = rb_next(node)) { in ion_get_client_serial() 1386 for (n = rb_first(&client->handles); n; n = rb_next(n)) { in ion_debug_heap_total() 1408 for (n = rb_first(&dev->clients); n; n = rb_next(n)) { in ion_debug_heap_show() 1429 for (n = rb_first(&dev->buffers); n; n = rb_next(n)) { in ion_debug_heap_show()
|
| /linux-4.4.14/kernel/sched/ |
| D | deadline.c | 196 next_node = rb_next(&p->pushable_dl_tasks); in dequeue_pushable_dl_task() 922 next_node = rb_next(&dl_se->rb_node); in __dequeue_dl_entity() 1285 next_node = rb_next(next_node); in pick_next_earliest_dl_task() 1318 next_node = rb_next(next_node); in pick_earliest_pushable_dl_task()
|
| D | fair.c | 527 next_node = rb_next(&se->run_node); in __dequeue_entity() 546 struct rb_node *next = rb_next(&se->run_node); in __pick_next_entity()
|
| /linux-4.4.14/fs/ceph/ |
| D | caps.c | 347 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) { in __ceph_get_cap_mds() 675 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) { in __ceph_caps_issued() 706 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) { in __ceph_caps_issued_other() 756 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) { in __ceph_caps_issued_mask() 783 q = rb_next(q)) { in __ceph_caps_issued_mask() 807 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) { in __ceph_caps_revoking_other() 869 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) { in __ceph_caps_mds_wanted() 1086 p = rb_next(p); in ceph_queue_caps_release() 1681 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) { in ceph_check_caps() 2145 for (n = rb_first(&ci->i_cap_flush_tree); n; n = rb_next(n)) { in __kick_flushing_caps() [all …]
|
| D | debugfs.c | 60 for (rp = rb_first(&mdsc->request_tree); rp; rp = rb_next(rp)) { in mdsc_show()
|
| D | xattr.c | 530 p = rb_next(p); in __copy_xattr_names() 548 p = rb_next(tmp); in __ceph_destroy_xattrs() 701 p = rb_next(p); in __ceph_build_xattrs_blob()
|
| D | mds_client.c | 647 struct rb_node *p = rb_next(&req->r_node); in __unregister_request() 656 p = rb_next(p); in __unregister_request() 1062 p = rb_next(p); in cleanup_session_requests() 2256 p = rb_next(p); in kick_requests() 2762 p = rb_next(p); in replay_unsafe_requests() 2989 for (p = rb_first(&mdsc->snap_realms); p; p = rb_next(p)) { in send_mds_reconnect() 3550 n = rb_next(&req->r_node); in wait_unsafe_requests()
|
| D | inode.c | 323 if (frag->frag != ceph_frag_make(0, 0) || rb_next(rb_node)) in ceph_fill_fragtree() 345 rb_node = rb_next(rb_node); in ceph_fill_fragtree() 348 rb_node = rb_next(rb_node); in ceph_fill_fragtree() 363 rb_node = rb_next(rb_node); in ceph_fill_fragtree()
|
| /linux-4.4.14/tools/perf/ui/ |
| D | browser.c | 146 nd = rb_next(nd); in ui_browser__rb_tree_seek() 170 nd = rb_next(nd); in ui_browser__rb_tree_refresh()
|
| /linux-4.4.14/fs/kernfs/ |
| D | dir.c | 1008 rbn = rb_next(&pos->rb); in kernfs_next_descendant_post() 1407 struct rb_node *node = rb_next(&pos->rb); in kernfs_dir_pos() 1422 struct rb_node *node = rb_next(&pos->rb); in kernfs_dir_next_pos()
|
| /linux-4.4.14/fs/ext2/ |
| D | balloc.c | 235 n = rb_next(n); in __rsv_window_dump() 812 next = rb_next(&rsv->rsv_node); in find_next_reservable_window() 1050 next = rb_next(&my_rsv->rsv_node); in try_to_extend_reservation()
|
| /linux-4.4.14/net/netfilter/ |
| D | nft_rbtree.c | 184 for (node = rb_first(&priv->root); node != NULL; node = rb_next(node)) { in nft_rbtree_walk()
|
| /linux-4.4.14/Documentation/ |
| D | rbtree.txt | 173 struct rb_node *rb_next(struct rb_node *node); 179 node by calling rb_next() or rb_prev() on the current node. This will return 190 for (node = rb_first(&mytree); node; node = rb_next(node))
|
| /linux-4.4.14/fs/dlm/ |
| D | recover.c | 906 for (n = rb_first(&ls->ls_rsbtbl[i].keep); n; n = rb_next(n)) { in dlm_create_root_list() 943 next = rb_next(n); in dlm_clear_toss()
|
| D | debug_fs.c | 457 for (node = rb_first(tree); node; node = rb_next(node)) { in table_seq_start() 521 next = rb_next(&rp->res_hashnode); in table_seq_next()
|
| D | lock.c | 1094 for (n = rb_first(&ls->ls_rsbtbl[i].keep); n; n = rb_next(n)) { in dlm_dump_rsb_hash() 1671 next = rb_next(n); in shrink_bucket() 5476 for (n = rb_first(&ls->ls_rsbtbl[bucket].keep); n; n = rb_next(n)) { in find_grant_rsb()
|
| /linux-4.4.14/drivers/android/ |
| D | binder.c | 1054 for (n = rb_first(&proc->refs_by_desc); n != NULL; n = rb_next(n)) { in binder_get_ref_for_node() 2993 for (n = rb_first(&proc->threads); n != NULL; n = rb_next(n)) { in binder_deferred_flush() 3368 for (n = rb_first(&proc->threads); n != NULL; n = rb_next(n)) in print_binder_proc() 3371 for (n = rb_first(&proc->nodes); n != NULL; n = rb_next(n)) { in print_binder_proc() 3380 n = rb_next(n)) in print_binder_proc() 3384 for (n = rb_first(&proc->allocated_buffers); n != NULL; n = rb_next(n)) in print_binder_proc() 3491 for (n = rb_first(&proc->threads); n != NULL; n = rb_next(n)) in print_binder_proc_stats() 3500 for (n = rb_first(&proc->nodes); n != NULL; n = rb_next(n)) in print_binder_proc_stats() 3506 for (n = rb_first(&proc->refs_by_desc); n != NULL; n = rb_next(n)) { in print_binder_proc_stats() 3516 for (n = rb_first(&proc->allocated_buffers); n != NULL; n = rb_next(n)) in print_binder_proc_stats()
|
| /linux-4.4.14/drivers/mtd/ubi/ |
| D | fastmap-wl.c | 387 e = rb_entry(rb_next(root->rb_node), in may_reserve_for_fm()
|
| D | ubi.h | 982 rb = rb_next(rb), \
|
| D | fastmap.c | 424 for (node = rb_first(&ai->volumes); node; node = rb_next(node)) { in unmap_peb() 428 node2 = rb_next(node2)) { in unmap_peb()
|
| /linux-4.4.14/kernel/locking/ |
| D | rtmutex.c | 212 lock->waiters_leftmost = rb_next(&waiter->tree_entry); in rt_mutex_dequeue() 251 task->pi_waiters_leftmost = rb_next(&waiter->pi_tree_entry); in rt_mutex_dequeue_pi()
|
| /linux-4.4.14/fs/ |
| D | eventpoll.c | 756 for (rbp = rb_first(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_free() 879 for (rbp = rb_first(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_show_fdinfo() 1691 for (rbp = rb_first(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_loop_check_proc()
|
| /linux-4.4.14/block/ |
| D | deadline-iosched.c | 68 struct rb_node *node = rb_next(&rq->rb_node); in deadline_latter_request()
|
| D | elevator.c | 1042 struct rb_node *rbnext = rb_next(&rq->rb_node); in elv_rb_latter_request()
|
| D | cfq-iosched.c | 1212 struct rb_node *rbnext = rb_next(&last->rb_node); in cfq_find_next_rq() 2791 node = rb_next(&__cfqq->p_node); in cfqq_close()
|
| /linux-4.4.14/net/rxrpc/ |
| D | ar-connevent.c | 38 for (p = rb_first(&conn->calls); p; p = rb_next(p)) { in rxrpc_abort_calls()
|
| D | ar-connection.c | 288 parent = rb_next(parent); in rxrpc_assign_connection_id()
|
| D | ar-call.c | 790 for (p = rb_first(&rx->calls); p; p = rb_next(p)) { in rxrpc_release_calls_on_socket()
|
| /linux-4.4.14/drivers/block/xen-blkback/ |
| D | blkback.c | 185 (n) = (&(pos)->node != NULL) ? rb_next(&(pos)->node) : NULL; \ 188 (n) = (&(pos)->node != NULL) ? rb_next(&(pos)->node) : NULL) 301 !rb_next(&persistent_gnt->node)) { in free_persistent_gnts()
|
| /linux-4.4.14/tools/lib/ |
| D | rbtree.c | 437 struct rb_node *rb_next(const struct rb_node *node) in rb_next() function
|
| /linux-4.4.14/fs/nfs/ |
| D | nfs4state.c | 179 pos = rb_next(pos)) { in nfs4_get_renew_cred_server_locked() 1561 pos = rb_next(pos)) { in nfs4_reset_seqids() 1611 pos = rb_next(pos)) { in nfs4_clear_reclaim_server() 1722 pos = rb_next(pos)) { in nfs4_do_reclaim()
|
| /linux-4.4.14/drivers/infiniband/hw/mlx4/ |
| D | cm.c | 454 nd = rb_next(nd); in mlx4_ib_cm_paravirt_clean()
|
| D | mcg.c | 1091 for (p = rb_first(&ctx->mcg_table); p; p = rb_next(p)) in _mlx4_ib_mcg_port_cleanup() 1236 for (p = rb_first(&ctx->mcg_table); p; p = rb_next(p)) { in clean_vf_mcast()
|
| /linux-4.4.14/fs/ubifs/ |
| D | recovery.c | 1526 this = rb_next(this); in ubifs_recover_size() 1539 this = rb_next(this); in ubifs_recover_size()
|
| D | log.c | 313 p = rb_next(p); in remove_buds()
|
| D | debug.c | 622 for (rb = rb_first(&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_budg() 710 for (rb = rb_first((struct rb_root *)&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_lprop() 2155 this = rb_next(this); in check_inodes()
|
| /linux-4.4.14/fs/nfs/blocklayout/ |
| D | extent_tree.c | 34 struct rb_node *node = rb_next(&be->be_node); in ext_tree_next()
|
| /linux-4.4.14/drivers/md/bcache/ |
| D | util.h | 550 container_of_or_null(rb_next(&(ptr)->member), typeof(*ptr), member)
|
| /linux-4.4.14/arch/blackfin/kernel/ |
| D | trace.c | 128 for (n = rb_first(&mm->mm_rb); n; n = rb_next(n)) { in decode_address()
|
| /linux-4.4.14/net/802/ |
| D | garp.c | 389 next = node ? rb_next(node) : NULL, node != NULL; in garp_gid_event()
|
| D | mrp.c | 575 next = node ? rb_next(node) : NULL, node != NULL; in mrp_mad_event()
|
| /linux-4.4.14/mm/ |
| D | nommu.c | 584 while ((p = rb_next(lastp))) { in validate_nommu_regions() 1307 for (rb = rb_first(&nommu_region_tree); rb; rb = rb_next(rb)) { in do_mmap()
|
| D | mempolicy.c | 2367 struct rb_node *next = rb_next(&n->nd); in shared_policy_replace() 2504 next = rb_next(&n->nd); in mpol_free_shared_policy()
|
| D | mmap.c | 384 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in browse_rb() 427 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in validate_mm_rb()
|
| D | ksm.c | 2033 node = rb_next(node); in ksm_check_stable_tree()
|
| D | vmalloc.c | 2318 *pnext = node_to_va(rb_next(&(*pprev)->rb_node)); in pvm_find_next_prev()
|
| /linux-4.4.14/net/sched/ |
| D | sch_hfsc.c | 232 for (n = rb_first(&q->eligible); n != NULL; n = rb_next(n)) { in eltree_get_mindl() 296 for (n = rb_first(&cl->vt_tree); n != NULL; n = rb_next(n)) { in vttree_firstfit()
|
| D | sch_htb.c | 329 *n = rb_next(*n); in htb_next_rb_node()
|
| /linux-4.4.14/drivers/vfio/ |
| D | vfio_iommu_type1.c | 669 for (; n; n = rb_next(n)) { in vfio_iommu_replay()
|
| /linux-4.4.14/drivers/infiniband/core/ |
| D | multicast.c | 763 for (node = rb_first(&port->table); node; node = rb_next(node)) { in mcast_groups_event()
|
| /linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_multicast.c | 1015 n = rb_next(n); in ipoib_mcast_iter_next()
|
| D | ipoib_main.c | 598 n = rb_next(n); in ipoib_path_iter_next()
|
| /linux-4.4.14/fs/gfs2/ |
| D | rgrp.c | 567 n = rb_next(&rgd->rd_node); in gfs2_rgrpd_get_next() 2239 for (n = rb_first(&rgd->rd_rstree); n; n = rb_next(&trs->rs_node)) { in gfs2_rgrp_dump()
|
| /linux-4.4.14/drivers/mtd/ |
| D | mtdswap.c | 259 p = rb_next(p); in mtdswap_rb_index()
|
| /linux-4.4.14/kernel/events/ |
| D | uprobes.c | 1038 for (t = n; (t = rb_next(t)); ) { in build_probe_list()
|
| /linux-4.4.14/fs/fuse/ |
| D | dev.c | 2104 p = rb_next(p); in end_polls()
|
| /linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
| D | osc_cache.c | 155 return rb_extent(rb_next(&ext->oe_node)); in next_extent()
|
| /linux-4.4.14/drivers/block/ |
| D | pktcdvd.c | 625 struct rb_node *n = rb_next(&node->rb_node); in pkt_rbtree_next()
|
| /linux-4.4.14/fs/cifs/ |
| D | connect.c | 4209 node = rb_next(tmp); in cifs_prune_tlinks()
|
| /linux-4.4.14/drivers/md/ |
| D | dm-thin.c | 1959 for (node = rb_first(&tc->sort_bio_list); node; node = rb_next(node)) { in __extract_sorted_bios()
|