Home
last modified time | relevance | path

Searched refs:xa_erase (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDxarray.h66 void *xa_erase(struct xarray *, uint32_t);
97 xa_erase((xa), (index))
/freebsd-head/sys/dev/mlx5/mlx5_core/
HDmlx5_fs_chains.c240 xa_erase(&chains_xa(chains), chain->xa_idx); in mlx5_chains_destroy_chain()
452 xa_erase(&prios_xa(chains), prio_s->xa_idx); in mlx5_chains_create_prio()
477 xa_erase(&prios_xa(chains), prio->xa_idx); in mlx5_chains_destroy_prio()
HDmlx5_fs_core.c659 deleted_fte = xa_erase(&fg->ftes_xa, fte->index); in del_sw_fte()
698 deleted_fg = xa_erase(&ft->fgs_xa, fg->start_index); in del_sw_flow_group()
/freebsd-head/sys/ofed/drivers/infiniband/core/
HDib_rdma_core.c446 xa_erase(&attrs->ufile->idr, uobj->id); in alloc_begin_idr_uobject()
518 xa_erase(&uobj->ufile->idr, uobj->id); in alloc_abort_idr_uobject()
546 xa_erase(&uobj->ufile->idr, uobj->id); in remove_handle_idr_uobject()
/freebsd-head/sys/compat/linuxkpi/common/src/
HDlinux_xarray.c63 xa_erase(struct xarray *xa, uint32_t index) in xa_erase() function
/freebsd-head/sys/dev/mlx5/mlx5_accel/
HDmlx5_ipsec.c468 old = xa_erase(&mdev->ipsec_sadb, sa_entry->ipsec_obj_id); in mlx5e_if_sa_deinstall_onekey()
/freebsd-head/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_devx.c1327 xa_erase(&event->object_ids, in devx_cleanup_subscription()
1781 xa_erase(&event->object_ids, in subscribe_event_xa_dealloc()