Searched refs:RB_EMPTY_ROOT (Results 26 - 50 of 103) sorted by relevance

12345

/linux-master/tools/perf/util/
H A Dannotate-data.c436 while (!RB_EMPTY_ROOT(root)) {
H A Dbpf_lock_contention.c528 while (!RB_EMPTY_ROOT(&con->cgroups)) {
/linux-master/include/linux/
H A Dkernfs.h382 WARN_ON_ONCE(!RB_EMPTY_ROOT(&kn->dir.children));
/linux-master/block/
H A Dmq-deadline.c354 BUG_ON(RB_EMPTY_ROOT(&per_prio->sort_list[DD_READ]));
371 BUG_ON(RB_EMPTY_ROOT(&per_prio->sort_list[DD_WRITE]));
/linux-master/fs/btrfs/
H A Dtransaction.c144 WARN_ON(!RB_EMPTY_ROOT(
146 WARN_ON(!RB_EMPTY_ROOT(
364 if (!RB_EMPTY_ROOT(&fs_info->tree_mod_log))
H A Ddelayed-ref.c568 if (RB_EMPTY_ROOT(&head->ref_tree.rb_root))
H A Dextent_map.c662 while (!RB_EMPTY_ROOT(&tree->map.rb_root)) {
/linux-master/kernel/bpf/
H A Dlocal_storage.c345 WARN_ON(!RB_EMPTY_ROOT(&map->root));
/linux-master/tools/perf/tests/
H A Dhists_output.c109 while (!RB_EMPTY_ROOT(&root_out->rb_root)) {
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.c317 if (!RB_EMPTY_ROOT(&obj->mmo.offsets)) {
/linux-master/drivers/gpu/drm/
H A Ddrm_prime.c227 WARN_ON(!RB_EMPTY_ROOT(&prime_fpriv->dmabufs));
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c53 WARN_ON(!RB_EMPTY_ROOT(&vbo->res_tree));
/linux-master/net/tipc/
H A Dname_table.c533 if (RB_EMPTY_ROOT(&sc->ranges) && list_empty(&sc->subscriptions)) {
876 if (RB_EMPTY_ROOT(&sc->ranges) && list_empty(&sc->subscriptions)) {
/linux-master/drivers/block/xen-blkback/
H A Dblkback.c252 if (RB_EMPTY_ROOT(root))
286 BUG_ON(!RB_EMPTY_ROOT(&ring->persistent_gnts));
H A Dxenbus.c324 BUG_ON(!RB_EMPTY_ROOT(&ring->persistent_gnts));
/linux-master/tools/perf/ui/browsers/
H A Dhists.c341 !RB_EMPTY_ROOT(&child->rb_root);
344 !RB_EMPTY_ROOT(&child->rb_root);
361 chain->has_children = !RB_EMPTY_ROOT(&node->rb_root);
387 he->has_children = !RB_EMPTY_ROOT(&he->sorted_chain);
390 he->has_children = !RB_EMPTY_ROOT(&he->hroot_out.rb_root);
/linux-master/drivers/iommu/iommufd/
H A Dpages.c1185 WARN_ON(!RB_EMPTY_ROOT(&pages->access_itree.rb_root));
1186 WARN_ON(!RB_EMPTY_ROOT(&pages->domains_itree.rb_root));
/linux-master/net/sunrpc/
H A Dxprt.c850 if (RB_EMPTY_ROOT(&xprt->recv_queue) && xprt_has_timer(xprt))
859 if (!RB_EMPTY_ROOT(&xprt->recv_queue))
/linux-master/fs/hugetlbfs/
H A Dinode.c715 if (!RB_EMPTY_ROOT(&mapping->i_mmap.rb_root))
776 if (!RB_EMPTY_ROOT(&mapping->i_mmap.rb_root))
/linux-master/fs/proc/
H A Dproc_sysctl.c234 if (!RB_EMPTY_ROOT(&dir->root))
1536 WARN_ON(!RB_EMPTY_ROOT(&set->dir.root));
/linux-master/net/ceph/
H A Dceph_common.c619 if (!RB_EMPTY_ROOT(&opt->crush_locs)) {
/linux-master/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c514 while (!RB_EMPTY_ROOT(&bdev->allocated_rbtree))
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.c778 if (RB_EMPTY_ROOT(&ref->tree))
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_vm.c1238 if (!RB_EMPTY_ROOT(&vm->va.rb_root))
/linux-master/fs/btrfs/tests/
H A Dextent-map-tests.c22 while (!RB_EMPTY_ROOT(&em_tree->map.rb_root)) {

Completed in 304 milliseconds

12345