/linux/lib/ |
H A D | timerqueue.c | 60 return !RB_EMPTY_ROOT(&head->rb_root.rb_root); in timerqueue_del()
|
/linux/fs/afs/ |
H A D | vl_alias.c | 146 if (!RB_EMPTY_ROOT(&p->volumes)) in afs_query_for_alias_one() 197 if (RB_EMPTY_ROOT(&p->volumes)) in afs_query_for_alias()
|
/linux/net/bridge/ |
H A D | br_private_mcast_eht.h | 68 RB_EMPTY_ROOT(&pg->eht_host_tree)); in br_multicast_eht_should_del_pg()
|
H A D | br_multicast_eht.c | 155 WARN_ON(!RB_EMPTY_ROOT(&eht_set->entry_tree)); in br_multicast_destroy_eht_set() 456 if (RB_EMPTY_ROOT(&eht_set->entry_tree)) in br_multicast_create_eht_set_entry() 478 if (RB_EMPTY_ROOT(&eht_set->entry_tree)) { in br_multicast_del_eht_set_entry()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_scheduler.h | 71 return RB_EMPTY_ROOT(&sched_engine->queue.rb_root); in i915_sched_engine_is_empty()
|
/linux/net/ceph/ |
H A D | string_table.c | 105 return RB_EMPTY_ROOT(&string_tree); in ceph_strings_empty()
|
H A D | osdmap.c | 221 while (!RB_EMPTY_ROOT(root)) { in clear_crush_names() 267 while (!RB_EMPTY_ROOT(&c->choose_args)) { in clear_choose_args() 1151 while (!RB_EMPTY_ROOT(&map->pg_temp)) { in ceph_osdmap_destroy() 1158 while (!RB_EMPTY_ROOT(&map->primary_temp)) { in ceph_osdmap_destroy() 1165 while (!RB_EMPTY_ROOT(&map->pg_upmap)) { in ceph_osdmap_destroy() 1172 while (!RB_EMPTY_ROOT(&map->pg_upmap_items)) { in ceph_osdmap_destroy() 1179 while (!RB_EMPTY_ROOT(&map->pg_pools)) { in ceph_osdmap_destroy() 1793 WARN_ON(!RB_EMPTY_ROOT(&map->pg_upmap)); in osdmap_decode() 1794 WARN_ON(!RB_EMPTY_ROOT(&map->pg_upmap_items)); in osdmap_decode() 2997 while (!RB_EMPTY_ROOT(locs)) { in ceph_clear_crush_locs()
|
H A D | osd_client.c | 1266 WARN_ON(!RB_EMPTY_ROOT(&osd->o_requests)); in osd_cleanup() 1267 WARN_ON(!RB_EMPTY_ROOT(&osd->o_linger_requests)); in osd_cleanup() 1268 WARN_ON(!RB_EMPTY_ROOT(&osd->o_backoff_mappings)); in osd_cleanup() 1269 WARN_ON(!RB_EMPTY_ROOT(&osd->o_backoffs_by_id)); in osd_cleanup() 1343 if (RB_EMPTY_ROOT(&osd->o_requests) && in maybe_move_osd_to_lru() 1344 RB_EMPTY_ROOT(&osd->o_linger_requests)) in maybe_move_osd_to_lru() 1411 if (RB_EMPTY_ROOT(&osd->o_requests) && in reopen_osd() 1412 RB_EMPTY_ROOT(&osd->o_linger_requests)) { in reopen_osd() 1751 WARN_ON(!RB_EMPTY_ROOT(&spg->backoffs)); in free_spg_mapping() 1992 while (!RB_EMPTY_ROOT(&osd->o_backoff_mappings)) { in DEFINE_RB_FUNCS() [all …]
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_range_fence.c | 122 XE_WARN_ON(!RB_EMPTY_ROOT(&tree->root.rb_root)); in xe_range_fence_tree_fini()
|
/linux/tools/perf/tests/ |
H A D | hists_cumulate.c | 144 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries() 237 TEST_ASSERT_VAL("callchains expected", !RB_EMPTY_ROOT(root)); in do_test()
|
/linux/block/ |
H A D | bfq-iosched.c | 881 !RB_EMPTY_ROOT(&bfqd->queue_weights_tree.rb_root) && in bfq_asymmetric_scenario() 2066 if (RB_EMPTY_ROOT(&bfqq->sort_list) && bfqq->dispatched == 0) in bfq_update_io_intensity() 2417 if (RB_EMPTY_ROOT(&bfqq->sort_list)) { in bfq_remove_request() 2700 if (RB_EMPTY_ROOT(root)) in bfqq_find_close() 3134 if (bfq_bfqq_busy(bfqq) && RB_EMPTY_ROOT(&bfqq->sort_list) && in bfq_release_process_ref() 3930 if (RB_EMPTY_ROOT(&bfqq->sort_list) && in __bfq_bfqq_expire() 3950 !RB_EMPTY_ROOT(&bfqq->sort_list))) in __bfq_bfqq_expire() 4389 RB_EMPTY_ROOT(&bfqq->sort_list)) { in bfq_bfqq_expire() 4655 return RB_EMPTY_ROOT(&bfqq->sort_list) && bfq_better_to_idle(bfqq); in bfq_bfqq_must_idle() 4720 if (!RB_EMPTY_ROOT(&bfqq->sort_list) && in bfq_choose_bfqq_for_injection() [all …]
|
H A D | bfq-wf2q.c | 661 if (RB_EMPTY_ROOT(&st->active) && last_idle && in bfq_forget_idle() 1354 if (RB_EMPTY_ROOT(&st->active)) in __bfq_lookup_next_entity() 1407 if (!RB_EMPTY_ROOT(&idle_class_st->active)) in bfq_lookup_next_entity()
|
H A D | mq-deadline.c | 354 BUG_ON(RB_EMPTY_ROOT(&per_prio->sort_list[DD_READ])); in __dd_dispatch_request() 371 BUG_ON(RB_EMPTY_ROOT(&per_prio->sort_list[DD_WRITE])); in __dd_dispatch_request()
|
/linux/fs/ntfs3/ |
H A D | bitmap.c | 784 if (!RB_EMPTY_ROOT(&wnd->start_tree)) in wnd_set_used() 877 if (RB_EMPTY_ROOT(&wnd->start_tree)) in wnd_is_free() 914 if (RB_EMPTY_ROOT(&wnd->start_tree)) in wnd_is_used() 997 if (RB_EMPTY_ROOT(&wnd->start_tree)) { in wnd_find() 1395 if (!RB_EMPTY_ROOT(&wnd->start_tree) && len) in wnd_zone_set()
|
/linux/drivers/iommu/iommufd/ |
H A D | io_pagetable.c | 147 if (RB_EMPTY_ROOT(&iopt->allowed_itree.rb_root)) { in iopt_alloc_iova() 908 WARN_ON(!RB_EMPTY_ROOT(&iopt->reserved_itree.rb_root)); in iopt_destroy_table() 911 WARN_ON(!RB_EMPTY_ROOT(&iopt->area_itree.rb_root)); in iopt_destroy_table() 1371 !RB_EMPTY_ROOT(&iopt->area_itree.rb_root)) { in iopt_disable_large_pages()
|
/linux/tools/include/linux/ |
H A D | rbtree.h | 39 #define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL) macro
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe.c | 32 WARN_ON(!RB_EMPTY_ROOT(&rxe->mcg_tree)); in rxe_dealloc()
|
/linux/include/linux/ |
H A D | rbtree.h | 30 #define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL) macro
|
H A D | kernfs.h | 382 WARN_ON_ONCE(!RB_EMPTY_ROOT(&kn->dir.children)); in kernfs_enable_ns()
|
/linux/kernel/locking/ |
H A D | rtmutex_api.c | 493 DEBUG_LOCKS_WARN_ON(!RB_EMPTY_ROOT(&task->pi_waiters.rb_root)); in rt_mutex_debug_task_free()
|
/linux/tools/perf/util/ |
H A D | annotate-data.c | 662 while (!RB_EMPTY_ROOT(root)) { in global_var_type__tree_delete() 757 if (RB_EMPTY_ROOT(dso__global_vars(dso))) in get_global_var_type() 1666 while (!RB_EMPTY_ROOT(root)) { in annotated_data_type__tree_delete()
|
H A D | cgroup.c | 596 while (!RB_EMPTY_ROOT(&env->cgroups.tree)) { in perf_env__purge_cgroups()
|
/linux/fs/ceph/ |
H A D | quota.c | 189 while (!RB_EMPTY_ROOT(&mdsc->quotarealms_inodes)) { in ceph_cleanup_quotarealms_inodes()
|
/linux/net/tipc/ |
H A D | name_table.c | 533 if (RB_EMPTY_ROOT(&sc->ranges) && list_empty(&sc->subscriptions)) { in tipc_nametbl_remove_publ() 876 if (RB_EMPTY_ROOT(&sc->ranges) && list_empty(&sc->subscriptions)) { in tipc_nametbl_unsubscribe()
|
/linux/net/rxrpc/ |
H A D | recvmsg.c | 302 if (RB_EMPTY_ROOT(&rx->calls) && in rxrpc_recvmsg()
|