Home
last modified time | relevance | path

Searched refs:xa_load (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_core_uverbs.c157 entry = xa_load(&ucontext->mmap_xa, pgoff); in rdma_user_mmap_entry_get_pgoff()
319 if (xa_load(&ucontext->mmap_xa, i + j) != NULL) { in rdma_user_mmap_entry_insert_range()
H A Dib_rdma_core.c325 uobj = xa_load(&ufile->idr, id); in lookup_get_idr_uobject()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c1321 event = xa_load(&dev->devx_event_table.event_xa, in devx_cleanup_subscription()
1325 xa_val_level2 = xa_load(&event->object_ids, sub->xa_key_level2); in devx_cleanup_subscription()
1376 event = xa_load(&table->event_xa, MLX5_EVENT_TYPE_COMP); in devx_cq_comp()
1380 obj_event = xa_load(&event->object_ids, obj_id); in devx_cq_comp()
1775 event = xa_load(&devx_event_table->event_xa, key_level1); in subscribe_event_xa_dealloc()
1778 xa_val_level2 = xa_load(&event->object_ids, in subscribe_event_xa_dealloc()
1797 event = xa_load(&devx_event_table->event_xa, key_level1); in subscribe_event_xa_alloc()
1819 obj_event = xa_load(&event->object_ids, key_level2); in subscribe_event_xa_alloc()
2044 event = xa_load(&devx_event_table->event_xa, in UVERBS_HANDLER()
2054 obj_event = xa_load(&event->object_ids, obj_id); in UVERBS_HANDLER()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dxarray.h67 void *xa_load(struct xarray *, uint32_t);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c79 xa_load(struct xarray *xa, uint32_t index) in xa_load() function