Searched refs:xa_load (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_core_uverbs.c | 157 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 D | ib_rdma_core.c | 325 uobj = xa_load(&ufile->idr, id); in lookup_get_idr_uobject()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_devx.c | 1321 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 D | xarray.h | 67 void *xa_load(struct xarray *, uint32_t);
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_xarray.c | 79 xa_load(struct xarray *xa, uint32_t index) in xa_load() function
|