/linux-4.1.27/net/rxrpc/ |
D | ar-transport.c | 47 trans->bundles = RB_ROOT; in rxrpc_alloc_transport() 48 trans->client_conns = RB_ROOT; in rxrpc_alloc_transport() 49 trans->server_conns = RB_ROOT; in rxrpc_alloc_transport()
|
D | af_rxrpc.c | 647 rx->calls = RB_ROOT; in rxrpc_create()
|
D | ar-connection.c | 208 conn->calls = RB_ROOT; in rxrpc_alloc_connection()
|
/linux-4.1.27/fs/afs/ |
D | server.c | 21 static struct rb_root afs_servers = RB_ROOT; 85 server->fs_vnodes = RB_ROOT; in afs_alloc_server() 86 server->cb_promises = RB_ROOT; in afs_alloc_server()
|
/linux-4.1.27/mm/ |
D | init-mm.c | 17 .mm_rb = RB_ROOT,
|
D | zswap.c | 812 tree->rbroot = RB_ROOT; in zswap_frontswap_invalidate_area() 832 tree->rbroot = RB_ROOT; in zswap_frontswap_init()
|
D | ksm.c | 186 static struct rb_root one_stable_tree[1] = { RB_ROOT }; 187 static struct rb_root one_unstable_tree[1] = { RB_ROOT }; 1582 root_unstable_tree[nid] = RB_ROOT; in scan_get_next_rmap_item()
|
D | rmap.c | 420 anon_vma->rb_root = RB_ROOT; in anon_vma_ctor()
|
D | kmemleak.c | 188 static struct rb_root object_tree_root = RB_ROOT;
|
D | nommu.c | 98 struct rb_root nommu_region_tree = RB_ROOT;
|
D | vmalloc.c | 282 static struct rb_root vmap_area_root = RB_ROOT;
|
D | mempolicy.c | 2436 sp->root = RB_ROOT; /* empty tree == default mempolicy */ in mpol_shared_policy_init()
|
D | memcontrol.c | 5802 rtpz->rb_root = RB_ROOT; in mem_cgroup_init()
|
/linux-4.1.27/fs/btrfs/ |
D | ulist.c | 50 ulist->root = RB_ROOT; in ulist_init() 69 ulist->root = RB_ROOT; in ulist_fini()
|
D | ordered-data.h | 160 t->tree = RB_ROOT; in btrfs_ordered_inode_tree_init()
|
D | extent_map.c | 36 tree->map = RB_ROOT; in extent_map_tree_init()
|
D | disk-io.c | 1226 root->inode_tree = RB_ROOT; in __setup_root() 2226 fs_info->qgroup_tree = RB_ROOT; in btrfs_init_qgroup() 2227 fs_info->qgroup_op_tree = RB_ROOT; in btrfs_init_qgroup() 2540 fs_info->defrag_inodes = RB_ROOT; in open_ctree() 2542 fs_info->tree_mod_log = RB_ROOT; in open_ctree() 2576 fs_info->block_group_cache_tree = RB_ROOT; in open_ctree()
|
D | delayed-ref.c | 621 head_ref->ref_root = RB_ROOT; in add_delayed_ref_head()
|
D | delayed-inode.c | 59 delayed_node->ins_root = RB_ROOT; in btrfs_init_delayed_node() 60 delayed_node->del_root = RB_ROOT; in btrfs_init_delayed_node()
|
D | relocation.c | 203 tree->rb_root = RB_ROOT; in mapping_tree_init() 210 cache->rb_root = RB_ROOT; in backref_cache_init() 3901 struct rb_root blocks = RB_ROOT;
|
D | free-space-cache.c | 2508 cluster->root = RB_ROOT; in __btrfs_return_cluster_to_free_space() 3059 cluster->root = RB_ROOT; in btrfs_init_free_cluster()
|
D | send.c | 5787 sctx->pending_dir_moves = RB_ROOT; in btrfs_ioctl_send() 5788 sctx->waiting_dir_moves = RB_ROOT; in btrfs_ioctl_send() 5789 sctx->orphan_dirs = RB_ROOT; in btrfs_ioctl_send()
|
D | transaction.c | 227 cur_trans->delayed_refs.href_root = RB_ROOT; in join_transaction()
|
D | extent_io.c | 201 tree->state = RB_ROOT; in extent_io_tree_init()
|
D | inode.c | 2683 new->root = RB_ROOT; in record_old_file_extents()
|
/linux-4.1.27/include/linux/ |
D | timerqueue.h | 47 head->head = RB_ROOT; in timerqueue_init_head()
|
D | rtmutex.h | 71 , .waiters = RB_ROOT \
|
D | rbtree.h | 49 #define RB_ROOT (struct rb_root) { NULL, } macro
|
D | init_task.h | 163 .pi_waiters = RB_ROOT, \
|
/linux-4.1.27/include/drm/ |
D | drm_vma_manager.h | 148 node->vm_files = RB_ROOT; in drm_vma_node_reset()
|
/linux-4.1.27/lib/ |
D | interval_tree_test.c | 11 static struct rb_root root = RB_ROOT;
|
D | rbtree_test.c | 19 static struct rb_root root = RB_ROOT;
|
/linux-4.1.27/net/sched/ |
D | sch_hfsc.c | 1094 cl->vt_tree = RB_ROOT; in hfsc_change_class() 1095 cl->cf_tree = RB_ROOT; in hfsc_change_class() 1448 q->eligible = RB_ROOT; in hfsc_init_qdisc() 1459 q->root.vt_tree = RB_ROOT; in hfsc_init_qdisc() 1460 q->root.cf_tree = RB_ROOT; in hfsc_init_qdisc() 1509 cl->vt_tree = RB_ROOT; in hfsc_reset_class() 1510 cl->cf_tree = RB_ROOT; in hfsc_reset_class() 1532 q->eligible = RB_ROOT; in hfsc_reset_qdisc()
|
D | sch_fq.c | 544 q->delayed = RB_ROOT; in fq_reset() 627 array[idx] = RB_ROOT; in fq_resize() 768 q->delayed = RB_ROOT; in fq_init()
|
/linux-4.1.27/tools/perf/util/ |
D | rblist.c | 97 rblist->entries = RB_ROOT; in rblist__init()
|
D | callchain.h | 109 root->node.rb_root_in = RB_ROOT; in callchain_init()
|
D | callchain.c | 330 node->rb_root = RB_ROOT; in __sort_chain_graph_abs() 359 node->rb_root = RB_ROOT; in __sort_chain_graph_rel() 423 parent->rb_root_in = RB_ROOT; in create_child()
|
D | hist.c | 1141 hists->entries = RB_ROOT; in hists__output_resort() 1464 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT; in hists_evsel__init() 1466 hists->entries_collapsed = RB_ROOT; in hists_evsel__init() 1467 hists->entries = RB_ROOT; in hists_evsel__init()
|
D | dso.c | 920 dso->symbols[i] = dso->symbol_names[i] = RB_ROOT; in dso__new() 921 dso->data.cache = RB_ROOT; in dso__new()
|
D | symbol.c | 933 struct rb_root from_modules = RB_ROOT; in compare_proc_modules() 934 struct rb_root to_modules = RB_ROOT; in compare_proc_modules() 975 struct rb_root modules = RB_ROOT; in do_validate_kcore_modules()
|
D | machine.c | 20 dsos->root = RB_ROOT; in dsos__init() 30 machine->threads = RB_ROOT; in machine__init() 123 machines->guests = RB_ROOT; in machines__init()
|
D | thread-stack.c | 339 cp->children = RB_ROOT; in call_path__init()
|
D | annotate.c | 1196 struct rb_root tmp_root = RB_ROOT; in symbol__get_source_line() 1448 struct rb_root source_line = RB_ROOT; in symbol__tty_annotate()
|
D | map.c | 420 mg->maps[i] = RB_ROOT; in map_groups__init()
|
/linux-4.1.27/block/ |
D | deadline-iosched.c | 358 dd->sort_list[READ] = RB_ROOT; in deadline_init_queue() 359 dd->sort_list[WRITE] = RB_ROOT; in deadline_init_queue()
|
D | blk-throttle.c | 395 sq->pending_tree = RB_ROOT; in throtl_service_queue_init()
|
D | cfq-iosched.c | 91 #define CFQ_RB_ROOT (struct cfq_rb_root) { .rb = RB_ROOT, \ 4431 cfqd->prio_trees[i] = RB_ROOT; in cfq_init_queue()
|
/linux-4.1.27/fs/btrfs/tests/ |
D | btrfs-tests.c | 117 fs_info->qgroup_tree = RB_ROOT; in btrfs_alloc_dummy_fs_info()
|
/linux-4.1.27/arch/arm/xen/ |
D | p2m.c | 28 struct rb_root phys_to_mach = RB_ROOT;
|
/linux-4.1.27/net/netfilter/ |
D | xt_connlimit.c | 391 info->data->climit_root4[i] = RB_ROOT; in connlimit_mt_check() 393 info->data->climit_root6[i] = RB_ROOT; in connlimit_mt_check()
|
D | nft_rbtree.c | 216 priv->root = RB_ROOT; in nft_rbtree_init()
|
/linux-4.1.27/fs/ocfs2/ |
D | uptodate.c | 174 struct rb_root root = RB_ROOT; in ocfs2_metadata_cache_purge() 384 ci->ci_cache.ci_tree = RB_ROOT; in ocfs2_expand_cache()
|
D | reservations.c | 220 resmap->m_reservations = RB_ROOT; in ocfs2_resmap_init()
|
D | super.c | 2176 osb->osb_rf_lock_tree = RB_ROOT; in ocfs2_initialize_super()
|
/linux-4.1.27/security/integrity/ |
D | iint.c | 26 static struct rb_root integrity_iint_tree = RB_ROOT;
|
/linux-4.1.27/fs/proc/ |
D | root.c | 258 .subdir = RB_ROOT,
|
D | proc_net.c | 195 netd->subdir = RB_ROOT; in proc_net_ns_init()
|
D | generic.c | 389 ent->subdir = RB_ROOT; in __proc_create()
|
/linux-4.1.27/net/6lowpan/ |
D | nhc.c | 20 static struct rb_root rb_root = RB_ROOT;
|
/linux-4.1.27/kernel/power/ |
D | wakelock.c | 34 static struct rb_root wakelocks_tree = RB_ROOT;
|
D | swap.c | 120 static struct rb_root swsusp_extents = RB_ROOT;
|
/linux-4.1.27/fs/ext4/ |
D | block_validity.c | 188 EXT4_SB(sb)->system_blks = RB_ROOT; in ext4_release_system_zone()
|
D | dir.c | 394 *root = RB_ROOT; in free_rb_tree_fname()
|
D | extents_status.c | 170 tree->root = RB_ROOT; in ext4_es_init_tree()
|
D | mballoc.c | 2426 meta_group_info[i]->bb_free_root = RB_ROOT; in ext4_mb_add_groupinfo()
|
/linux-4.1.27/net/core/ |
D | gen_estimator.c | 110 static struct rb_root est_root = RB_ROOT;
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_vma_manager.c | 89 mgr->vm_addr_space_rb = RB_ROOT; in drm_vma_offset_manager_init()
|
/linux-4.1.27/arch/x86/mm/ |
D | pat_rbtree.c | 37 static struct rb_root memtype_rbroot = RB_ROOT;
|
/linux-4.1.27/kernel/trace/ |
D | trace_stat.c | 56 session->stat_root = RB_ROOT; in __reset_stat_session()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_mn.c | 206 rmn->objects = RB_ROOT; in radeon_mn_get()
|
D | radeon_vm.c | 1185 vm->va = RB_ROOT; in radeon_vm_init()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | efi.c | 44 .mm_rb = RB_ROOT,
|
/linux-4.1.27/fs/jffs2/ |
D | os-linux.h | 53 f->fragtree = RB_ROOT; in jffs2_init_inode_info()
|
D | readinode.c | 456 struct rb_root ver_root = RB_ROOT; in jffs2_build_inode_fragtree() 553 *list = RB_ROOT; in jffs2_free_tmp_dnode_info_list() 1315 f->fragtree = RB_ROOT; in jffs2_do_read_inode_internal()
|
/linux-4.1.27/net/rds/ |
D | cong.c | 102 static struct rb_root rds_cong_tree = RB_ROOT;
|
D | af_rds.c | 425 rs->rs_rdma_keys = RB_ROOT; in __rds_create()
|
/linux-4.1.27/tools/lib/lockdep/ |
D | preload.c | 37 static struct rb_root locks = RB_ROOT;
|
/linux-4.1.27/fs/nfs/ |
D | fscache.c | 28 static struct rb_root nfs_fscache_keys = RB_ROOT;
|
D | inode.c | 477 nfsi->access_cache = RB_ROOT; in nfs_fhget()
|
/linux-4.1.27/drivers/md/ |
D | dm-bio-prison.c | 48 prison->cells = RB_ROOT; in dm_bio_prison_create()
|
D | dm-crypt.c | 1213 cc->write_tree = RB_ROOT; in dmcrypt_write() 1862 cc->write_tree = RB_ROOT; in crypt_ctr()
|
D | dm-bufio.c | 1591 c->buffer_tree = RB_ROOT; in dm_bufio_client_create()
|
D | dm-thin.c | 3764 tc->sort_bio_list = RB_ROOT; in thin_ctr()
|
/linux-4.1.27/arch/x86/kernel/ |
D | tboot.c | 109 .mm_rb = RB_ROOT,
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | blocklayout.c | 464 bl->bl_ext_rw = RB_ROOT; in bl_alloc_layout_hdr() 465 bl->bl_ext_ro = RB_ROOT; in bl_alloc_layout_hdr()
|
/linux-4.1.27/fs/ubifs/ |
D | super.c | 1967 c->buds = RB_ROOT; in alloc_ubifs_info() 1968 c->old_idx = RB_ROOT; in alloc_ubifs_info() 1969 c->size_tree = RB_ROOT; in alloc_ubifs_info() 1970 c->orph_tree = RB_ROOT; in alloc_ubifs_info()
|
D | log.c | 637 struct rb_root done_tree = RB_ROOT; in ubifs_consolidate_log()
|
D | orphan.c | 925 ci.root = RB_ROOT; in dbg_check_orphans()
|
D | recovery.c | 1339 c->size_tree = RB_ROOT; in ubifs_destroy_size_tree()
|
D | tnc.c | 186 c->old_idx = RB_ROOT; in destroy_old_idx()
|
D | debug.c | 2274 fsckd.inodes = RB_ROOT; in dbg_check_filesystem()
|
/linux-4.1.27/drivers/iommu/ |
D | iova.c | 69 iovad->rbroot = RB_ROOT; in init_iova_domain()
|
D | arm-smmu.c | 1762 smmu->masters = RB_ROOT; in arm_smmu_device_dt_probe()
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion.c | 771 client->handles = RB_ROOT; in ion_client_create() 1603 idev->buffers = RB_ROOT; in ion_device_create() 1607 idev->clients = RB_ROOT; in ion_device_create()
|
/linux-4.1.27/fs/ext3/ |
D | dir.c | 321 *root = RB_ROOT; in free_rb_tree_fname()
|
D | super.c | 1995 sbi->s_rsv_window_root = RB_ROOT; in ext3_fill_super()
|
/linux-4.1.27/fs/cachefiles/ |
D | daemon.c | 109 cache->active_nodes = RB_ROOT; in cachefiles_daemon_open()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pagealloc.c | 513 dev->priv.page_root = RB_ROOT; in mlx5_pagealloc_init()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | cm.c | 407 dev->sriov.sl_id_map = RB_ROOT; in mlx4_ib_cm_paravirt_init()
|
D | mcg.c | 1052 ctx->mcg_table = RB_ROOT; in mlx4_ib_mcg_port_init()
|
/linux-4.1.27/drivers/base/regmap/ |
D | regcache-rbtree.c | 210 rbtree_ctx->root = RB_ROOT; in regcache_rbtree_init()
|
D | regmap.c | 789 map->range_tree = RB_ROOT; in regmap_init()
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | attach.c | 288 av->root = RB_ROOT; in add_volume() 1316 ai->volumes = RB_ROOT; in alloc_ai()
|
D | eba.c | 1419 ubi->ltree = RB_ROOT; in ubi_eba_init()
|
D | wl.c | 1499 ubi->used = ubi->erroneous = ubi->free = ubi->scrub = RB_ROOT;
|
D | fastmap.c | 209 av->root = RB_ROOT; in add_vol()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_user_sdma.c | 58 static struct rb_root qib_user_sdma_rb_root = RB_ROOT; 221 pq->dma_pages_root = RB_ROOT; in qib_user_sdma_queue_create()
|
/linux-4.1.27/kernel/sched/ |
D | deadline.c | 74 dl_rq->rb_root = RB_ROOT; in init_dl_rq() 82 dl_rq->pushable_dl_tasks_root = RB_ROOT; in init_dl_rq()
|
D | fair.c | 7985 cfs_rq->tasks_timeline = RB_ROOT; in init_cfs_rq()
|
/linux-4.1.27/fs/overlayfs/ |
D | readdir.c | 291 .root = RB_ROOT, in ovl_dir_read_merged()
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_hash_netiface.c | 57 *root = RB_ROOT; in rbtree_destroy()
|
/linux-4.1.27/fs/logfs/ |
D | gc.c | 681 list->rb_tree = RB_ROOT; in logfs_init_candlist()
|
/linux-4.1.27/fs/ceph/ |
D | inode.c | 400 ci->i_fragtree = RB_ROOT; in ceph_alloc_inode() 406 ci->i_xattrs.index = RB_ROOT; in ceph_alloc_inode() 413 ci->i_caps = RB_ROOT; in ceph_alloc_inode()
|
D | xattr.c | 560 ci->i_xattrs.index = RB_ROOT; in __ceph_destroy_xattrs()
|
D | mds_client.c | 3394 mdsc->snap_realms = RB_ROOT; in ceph_mdsc_init() 3398 mdsc->request_tree = RB_ROOT; in ceph_mdsc_init()
|
/linux-4.1.27/fs/nilfs2/ |
D | the_nilfs.c | 85 nilfs->ns_cptree = RB_ROOT; in alloc_nilfs()
|
/linux-4.1.27/net/802/ |
D | garp.c | 583 app->gid = RB_ROOT; in garp_init_applicant()
|
D | mrp.c | 865 app->mad = RB_ROOT; in mrp_init_applicant()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_userptr.c | 195 mn->objects = RB_ROOT; in i915_mmu_notifier_create()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_user_sdma.c | 133 pq->dma_pages_root = RB_ROOT; in ipath_user_sdma_queue_create()
|
/linux-4.1.27/drivers/mtd/ |
D | mtdswap.c | 433 struct rb_root hist_root = RB_ROOT; in mtdswap_check_counts() 1365 d->trees[i].root = RB_ROOT; in mtdswap_init()
|
/linux-4.1.27/kernel/ |
D | fork.c | 582 mm->mm_rb = RB_ROOT; in mm_init() 1206 p->pi_waiters = RB_ROOT; in rt_mutex_init_task()
|
/linux-4.1.27/kernel/locking/ |
D | rtmutex.c | 1496 lock->waiters = RB_ROOT; in __rt_mutex_init()
|
/linux-4.1.27/net/ceph/ |
D | osdmap.c | 1181 map->pg_temp = RB_ROOT; in ceph_osdmap_decode() 1182 map->primary_temp = RB_ROOT; in ceph_osdmap_decode()
|
D | auth_x.c | 769 xi->ticket_handlers = RB_ROOT; in ceph_x_init()
|
D | osd_client.c | 2607 osdc->osds = RB_ROOT; in ceph_osdc_init() 2609 osdc->requests = RB_ROOT; in ceph_osdc_init() 2618 osdc->event_tree = RB_ROOT; in ceph_osdc_init()
|
D | mon_client.c | 836 monc->generic_request_tree = RB_ROOT; in ceph_monc_init()
|
/linux-4.1.27/drivers/vfio/ |
D | vfio_iommu_type1.c | 908 iommu->dma_list = RB_ROOT; in vfio_iommu_type1_open()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_mount.c | 206 pag->pag_buf_tree = RB_ROOT; in xfs_initialize_perag()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | nodemanager.c | 832 cluster->cl_node_ip_tree = RB_ROOT; in o2nm_cluster_group_make_group()
|
D | tcp.c | 106 static struct rb_root o2net_handler_tree = RB_ROOT;
|
/linux-4.1.27/drivers/infiniband/core/ |
D | multicast.c | 834 port->table = RB_ROOT; in mcast_add_one()
|
D | uverbs_main.c | 904 uverbs_dev->xrcd_tree = RB_ROOT; in ib_uverbs_add_one()
|
D | cm.c | 3881 cm.listen_service_table = RB_ROOT; in ib_cm_init() 3883 cm.remote_id_table = RB_ROOT; in ib_cm_init() 3884 cm.remote_qp_table = RB_ROOT; in ib_cm_init() 3885 cm.remote_sidr_table = RB_ROOT; in ib_cm_init()
|
D | uverbs_cmd.c | 338 ucontext->umem_tree = RB_ROOT; in ib_uverbs_get_context()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | annotate.c | 351 browser->entries = RB_ROOT; in annotate_browser__calc_percent()
|
/linux-4.1.27/arch/powerpc/perf/ |
D | hv-24x7.c | 667 struct rb_root ev_uniq = RB_ROOT; in create_events_from_catalog()
|
/linux-4.1.27/Documentation/ |
D | rbtree.txt | 73 struct rb_root mytree = RB_ROOT;
|
/linux-4.1.27/fs/fuse/ |
D | inode.c | 590 fc->polled_files = RB_ROOT; in fuse_conn_init()
|
/linux-4.1.27/fs/ |
D | eventpoll.c | 952 ep->rbr = RB_ROOT; in ep_alloc()
|
D | inode.c | 346 mapping->i_mmap = RB_ROOT; in address_space_init_once()
|
/linux-4.1.27/ipc/ |
D | mqueue.c | 247 info->msg_tree = RB_ROOT; in mqueue_get_inode()
|
/linux-4.1.27/fs/ext2/ |
D | super.c | 1074 sbi->s_rsv_window_root = RB_ROOT; in ext2_fill_super()
|
/linux-4.1.27/kernel/events/ |
D | uprobes.c | 46 static struct rb_root uprobes_tree = RB_ROOT;
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_main.c | 2786 device->read_requests = RB_ROOT; in drbd_create_device() 2787 device->write_requests = RB_ROOT; in drbd_create_device()
|
/linux-4.1.27/fs/f2fs/ |
D | data.c | 425 et->root = RB_ROOT; in __grab_extent_tree()
|
/linux-4.1.27/drivers/md/bcache/ |
D | btree.c | 2529 buf->keys = RB_ROOT; in bch_keybuf_init()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_alloc.c | 2353 pag->pagb_tree = RB_ROOT; in xfs_alloc_read_agf()
|
/linux-4.1.27/drivers/block/ |
D | pktcdvd.c | 2778 pd->bio_queue = RB_ROOT; in pkt_setup_dev()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4state.c | 6611 nn->conf_name_tree = RB_ROOT; in nfs4_state_create_net() 6612 nn->unconf_name_tree = RB_ROOT; in nfs4_state_create_net()
|
/linux-4.1.27/fs/cifs/ |
D | connect.c | 3180 cifs_sb->tlink_tree = RB_ROOT; in cifs_setup_cifs_sb()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 484 priv->mfunc.master.res_tracker.res_tree[i] = RB_ROOT; in mlx4_init_resource_tracker()
|