/Linux-v6.1/lib/ |
D | test_xarray.c | 172 XA_BUG_ON(xa, !xa_empty(xa)); in check_xa_load() 197 XA_BUG_ON(xa, !xa_empty(xa)); in check_xa_mark_1() 249 XA_BUG_ON(xa, !xa_empty(xa)); in check_xa_mark_1() 251 XA_BUG_ON(xa, !xa_empty(xa)); in check_xa_mark_1() 331 XA_BUG_ON(xa, !xa_empty(xa)); in check_xa_shrink() 351 XA_BUG_ON(xa, !xa_empty(xa)); in check_xa_shrink() 401 XA_BUG_ON(xa, !xa_empty(xa)); in check_insert() 410 XA_BUG_ON(xa, !xa_empty(xa)); in check_cmpxchg() 423 XA_BUG_ON(xa, !xa_empty(xa)); in check_cmpxchg() 433 XA_BUG_ON(xa, !xa_empty(xa)); in check_reserve() [all …]
|
/Linux-v6.1/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 89 如果数组中的所有条目都是 ``NULL`` ,xa_empty()函数将返回 ``true`` 。 149 * xa_empty()
|
/Linux-v6.1/drivers/iommu/ |
D | ioasid.c | 160 if (xa_empty(&active_allocator->xa)) { in ioasid_register_allocator() 229 WARN_ON(!xa_empty(&pallocator->xa)); in ioasid_unregister_allocator()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/ |
D | dev.c | 37 return table && !xa_empty(&table->devices); in mlx5_sf_dev_allocated() 377 WARN_ON(!xa_empty(&table->devices)); in mlx5_sf_dev_table_destroy()
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_drm_client.c | 74 GEM_BUG_ON(!xa_empty(&clients->xarray)); in i915_drm_clients_fini()
|
/Linux-v6.1/include/linux/ |
D | idr.h | 327 return xa_empty(&ida->xa); in ida_is_empty()
|
D | pagemap.h | 137 return xa_empty(&mapping->i_pages); in mapping_empty()
|
/Linux-v6.1/drivers/infiniband/hw/cxgb4/ |
D | device.c | 939 WARN_ON(!xa_empty(&ctx->dev->cqs)); in c4iw_dealloc() 940 WARN_ON(!xa_empty(&ctx->dev->qps)); in c4iw_dealloc() 941 WARN_ON(!xa_empty(&ctx->dev->mrs)); in c4iw_dealloc() 942 wait_event(ctx->dev->wait, xa_empty(&ctx->dev->hwtids)); in c4iw_dealloc() 943 WARN_ON(!xa_empty(&ctx->dev->stids)); in c4iw_dealloc() 944 WARN_ON(!xa_empty(&ctx->dev->atids)); in c4iw_dealloc()
|
/Linux-v6.1/tools/testing/radix-tree/ |
D | test.c | 267 assert(xa_empty(xa)); in item_kill_tree()
|
/Linux-v6.1/drivers/infiniband/sw/rxe/ |
D | rxe_pool.c | 116 WARN_ON(!xa_empty(&pool->xa)); in rxe_pool_cleanup()
|
/Linux-v6.1/drivers/infiniband/core/ |
D | restrack.c | 72 if (!xa_empty(xa)) { in rdma_restrack_clean()
|
D | device.c | 673 WARN_ON(!xa_empty(&device->compat_devs)); in ib_dealloc_device() 674 WARN_ON(!xa_empty(&device->client_data)); in ib_dealloc_device() 2868 WARN_ON(!xa_empty(&clients)); in ib_core_cleanup() 2869 WARN_ON(!xa_empty(&devices)); in ib_core_cleanup()
|
D | rdma_core.c | 874 WARN_ON(!xa_empty(&ucontext->mmap_xa)); in ufile_destroy_ucontext()
|
/Linux-v6.1/io_uring/ |
D | fdinfo.c | 165 if (has_lock && !xa_empty(&ctx->personalities)) { in __io_uring_show_fdinfo()
|
D | tctx.c | 51 WARN_ON_ONCE(!xa_empty(&tctx->xa)); in __io_uring_free()
|
/Linux-v6.1/drivers/block/rnbd/ |
D | rnbd-srv.c | 240 if (xa_empty(&srv_sess->index_idr)) in destroy_sess() 665 if (xa_empty(&srv_sess->index_idr)) in find_srv_sess_dev()
|
/Linux-v6.1/drivers/gpu/drm/scheduler/ |
D | sched_entity.c | 219 if (!xa_empty(&job->dependencies)) in drm_sched_job_dependency()
|
/Linux-v6.1/fs/cachefiles/ |
D | daemon.c | 364 if (!xa_empty(&cache->reqs)) in cachefiles_daemon_poll()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
D | devlink.c | 569 WARN_ON(!xa_empty(&table->port_indices)); in mlx5_sf_table_cleanup()
|
/Linux-v6.1/drivers/infiniband/hw/mlx4/ |
D | cm.c | 518 WARN_ON(!xa_empty(&sriov->xa_rej_tmout)); in rej_tmout_xa_cleanup()
|
/Linux-v6.1/drivers/scsi/elx/libefc/ |
D | efc_nport.c | 294 if (xa_empty(&nport->lookup)) { in __efc_nport_common()
|
D | efc_node.c | 162 if (xa_empty(&nport->lookup)) in efc_node_free()
|
/Linux-v6.1/drivers/cxl/core/ |
D | port.c | 1208 if (ep && !port->dead && xa_empty(&port->endpoints) && in cxl_detach_ep() 1413 if (xa_empty(&port->dports)) in decoder_populate_targets()
|
/Linux-v6.1/kernel/irq/ |
D | msi.c | 182 WARN_ON_ONCE(!xa_empty(&md->__store)); in msi_device_data_release()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pagealloc.c | 704 WARN_ON(!xa_empty(&dev->priv.page_root_xa)); in mlx5_reclaim_startup_pages()
|