| /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() 459 if (RB_EMPTY_ROOT(&eht_set->entry_tree)) in br_multicast_create_eht_set_entry() 481 if (RB_EMPTY_ROOT(&eht_set->entry_tree)) { in br_multicast_del_eht_set_entry()
|
| /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/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 | 220 while (!RB_EMPTY_ROOT(root)) { in clear_crush_names() 270 while (!RB_EMPTY_ROOT(&c->choose_args)) { in clear_choose_args() 1153 while (!RB_EMPTY_ROOT(&map->pg_temp)) { in ceph_osdmap_destroy() 1160 while (!RB_EMPTY_ROOT(&map->primary_temp)) { in ceph_osdmap_destroy() 1167 while (!RB_EMPTY_ROOT(&map->pg_upmap)) { in ceph_osdmap_destroy() 1174 while (!RB_EMPTY_ROOT(&map->pg_upmap_items)) { in ceph_osdmap_destroy() 1181 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() 3009 while (!RB_EMPTY_ROOT(loc in ceph_clear_crush_locs() [all...] |
| H A D | osd_client.c | 1243 WARN_ON(!RB_EMPTY_ROOT(&osd->o_requests)); in osd_cleanup() 1244 WARN_ON(!RB_EMPTY_ROOT(&osd->o_linger_requests)); in osd_cleanup() 1245 WARN_ON(!RB_EMPTY_ROOT(&osd->o_backoff_mappings)); in osd_cleanup() 1246 WARN_ON(!RB_EMPTY_ROOT(&osd->o_backoffs_by_id)); in osd_cleanup() 1318 if (RB_EMPTY_ROOT(&osd->o_requests) && in maybe_move_osd_to_lru() 1319 RB_EMPTY_ROOT(&osd->o_linger_requests)) in maybe_move_osd_to_lru() 1386 if (RB_EMPTY_ROOT(&osd->o_requests) && in reopen_osd() 1387 RB_EMPTY_ROOT(&osd->o_linger_requests)) { in reopen_osd() 1733 WARN_ON(!RB_EMPTY_ROOT(&spg->backoffs)); in free_spg_mapping() 1974 while (!RB_EMPTY_ROOT( in DEFINE_RB_FUNCS() [all...] |
| /linux/tools/perf/tests/ |
| H A D | hists_cumulate.c | 143 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries() 236 TEST_ASSERT_VAL("callchains expected", !RB_EMPTY_ROOT(root)); in do_test()
|
| H A D | code-reading.c | 95 while (!RB_EMPTY_ROOT(root)) { in tested_sections__free()
|
| /linux/block/ |
| H A D | bfq-iosched.c | 872 !RB_EMPTY_ROOT(&bfqd->queue_weights_tree.rb_root) && in bfq_asymmetric_scenario() 2057 if (RB_EMPTY_ROOT(&bfqq->sort_list) && bfqq->dispatched == 0) in bfq_update_io_intensity() 2408 if (RB_EMPTY_ROOT(&bfqq->sort_list)) { in bfq_remove_request() 2685 if (RB_EMPTY_ROOT(root)) in bfqq_find_close() 3119 if (bfq_bfqq_busy(bfqq) && RB_EMPTY_ROOT(&bfqq->sort_list) && in bfq_release_process_ref() 3915 if (RB_EMPTY_ROOT(&bfqq->sort_list) && in __bfq_bfqq_expire() 3935 !RB_EMPTY_ROOT(&bfqq->sort_list))) in __bfq_bfqq_expire() 4374 RB_EMPTY_ROOT(&bfqq->sort_list)) { in bfq_bfqq_expire() 4640 return RB_EMPTY_ROOT(&bfqq->sort_list) && bfq_better_to_idle(bfqq); in bfq_bfqq_must_idle() 4705 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 | 347 BUG_ON(RB_EMPTY_ROOT(&per_prio->sort_list[DD_READ])); in __dd_dispatch_request() 364 BUG_ON(RB_EMPTY_ROOT(&per_prio->sort_list[DD_WRITE])); in __dd_dispatch_request()
|
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 801 if (!RB_EMPTY_ROOT(&wnd->start_tree)) in wnd_set_used() 894 if (RB_EMPTY_ROOT(&wnd->start_tree)) in wnd_is_free() 931 if (RB_EMPTY_ROOT(&wnd->start_tree)) in wnd_is_used() 1014 if (RB_EMPTY_ROOT(&wnd->start_tree)) { in wnd_find() 1413 if (!RB_EMPTY_ROOT(&wnd->start_tree) && len) in wnd_zone_set()
|
| /linux/tools/include/linux/ |
| H A D | rbtree.h | 39 #define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL) macro
|
| /linux/include/trace/events/ |
| H A D | mptcp.h | 224 ofo_empty = RB_EMPTY_ROOT(&msk->out_of_order_queue);
|
| /linux/tools/perf/util/ |
| H A D | bpf-trace-summary.c | 455 if (!RB_EMPTY_ROOT(&cgroups)) { in trace_cleanup_bpf_summary()
|
| H A D | cgroup.c | 606 while (!RB_EMPTY_ROOT(&env->cgroups.tree)) { in read_all_cgroups()
|
| H A D | annotate-data.c | 716 while (!RB_EMPTY_ROOT(root)) { in global_var_type__tree_delete() 806 if (RB_EMPTY_ROOT(dso__global_vars(dso))) in get_global_var_type() 1798 while (!RB_EMPTY_ROOT(root)) { in annotated_data_type__update_samples()
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-transaction-manager.c | 170 while (!RB_EMPTY_ROOT(&tm->buckets[i])) { in wipe_shadow_table()
|
| /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 | 535 if (RB_EMPTY_ROOT(&sc->ranges) && list_empty(&sc->subscriptions)) { in tipc_nametbl_remove_publ() 878 if (RB_EMPTY_ROOT(&sc->ranges) && list_empty(&sc->subscriptions)) { in tipc_nametbl_unsubscribe()
|
| /linux/kernel/bpf/ |
| H A D | local_storage.c | 356 WARN_ON(!RB_EMPTY_ROOT(&map->root)); in cgroup_storage_map_free()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 343 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree() 346 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree() 363 chain->has_children = !RB_EMPTY_ROOT(&node->rb_root); in callchain_node__init_have_children() 389 he->has_children = !RB_EMPTY_ROOT(&he->sorted_chain); in hist_entry__init_have_children() 392 he->has_children = !RB_EMPTY_ROOT(&he->hroot_out.rb_root); in hist_entry__init_have_children()
|
| /linux/net/rxrpc/ |
| H A D | recvmsg.c | 431 if (RB_EMPTY_ROOT(&rx->calls) && in rxrpc_recvmsg()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_bo.c | 71 WARN_ON(!RB_EMPTY_ROOT(&vbo->res_tree)); in vmw_bo_free()
|