Searched refs:RB_EMPTY_ROOT (Results 76 - 100 of 103) sorted by relevance

12345

/linux-master/fs/ubifs/
H A Ddebug.c2551 } else if (write && !RB_EMPTY_ROOT(&c->buds) &&
/linux-master/fs/ceph/
H A Daddr.c2217 while (!RB_EMPTY_ROOT(&mdsc->pool_perm_tree)) {
H A Dmds_client.c1412 if (!cap && !RB_EMPTY_ROOT(&ci->i_caps))
2616 if (RB_EMPTY_ROOT(&mdsc->request_tree))
H A Dinode.c484 } else if (!RB_EMPTY_ROOT(&ci->i_fragtree)) {
/linux-master/fs/gfs2/
H A Drgrp.c1007 if (RB_EMPTY_ROOT(&sdp->sd_rindex_tree)) {
/linux-master/drivers/md/bcache/
H A Dbtree.c2707 if (!RB_EMPTY_ROOT(&buf->keys)) {
/linux-master/net/smc/
H A Dsmc_core.c692 conns = RB_EMPTY_ROOT(&lgr->conns_all);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c2624 if (!RB_EMPTY_ROOT(&vm->va.rb_root)) {
/linux-master/include/linux/
H A Dfs.h544 return !RB_EMPTY_ROOT(&mapping->i_mmap.rb_root);
/linux-master/kernel/sched/
H A Ddeadline.c587 return !RB_EMPTY_ROOT(&rq->dl.pushable_dl_tasks_root.rb_root);
/linux-master/drivers/md/
H A Ddm-integrity.c3239 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress));
4672 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress));
H A Ddm-thin.c2157 WARN_ON(!RB_EMPTY_ROOT(&tc->sort_bio_list));
/linux-master/mm/
H A Dmemory.c3742 if (unlikely(!RB_EMPTY_ROOT(&mapping->i_mmap.rb_root)))
3772 if (unlikely(!RB_EMPTY_ROOT(&mapping->i_mmap.rb_root)))
H A Dvmalloc.c2250 if (RB_EMPTY_ROOT(&vn->lazy.root))
H A Dswapfile.c2231 while (!RB_EMPTY_ROOT(&sis->swap_extent_root)) {
/linux-master/fs/btrfs/
H A Dinode.c5164 while (!RB_EMPTY_ROOT(&io_tree->state)) {
5541 empty = RB_EMPTY_ROOT(&root->inode_tree);
5547 empty = RB_EMPTY_ROOT(&root->inode_tree);
H A Ddisk-io.c1857 WARN_ON(!RB_EMPTY_ROOT(&root->inode_tree));
H A Dqgroup.c4730 if (RB_EMPTY_ROOT(&blocks->blocks[i])) {
H A Drelocation.c2053 * BUG_ON(!RB_EMPTY_ROOT(&rc->reloc_root_tree.rb_root));
3728 if (!RB_EMPTY_ROOT(&blocks)) {
/linux-master/kernel/events/
H A Dcore.c1701 RB_EMPTY_ROOT(&groups->tree));
3981 if (!RB_EMPTY_ROOT(&ctx->pinned_groups.tree)) {
3990 if (!RB_EMPTY_ROOT(&ctx->pinned_groups.tree))
/linux-master/fs/ext4/
H A Dmballoc.c1422 WARN_ON_ONCE(!RB_EMPTY_ROOT(&grinfo->bb_free_root));
4808 if (RB_EMPTY_ROOT(&ei->i_prealloc_node)) {
/linux-master/tools/perf/util/
H A Dannotate.c2572 if (RB_EMPTY_ROOT(root)) {
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c1181 if (!RB_EMPTY_ROOT(&engine->execlists.virtual.rb_root)) {
/linux-master/fs/f2fs/
H A Dsegment.c1035 if (RB_EMPTY_ROOT(&root->rb_root))
/linux-master/drivers/android/
H A Dbinder.c1477 if (proc->is_dead && RB_EMPTY_ROOT(&proc->threads) &&

Completed in 590 milliseconds

12345