Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dxarray.h71 int xa_insert(struct xarray *, uint32_t, void *, gfp_t);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c281 xa_insert(struct xarray *xa, uint32_t index, void *ptr, gfp_t gfp) in xa_insert() function
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec.c400 err = xa_insert(&mdev->ipsec_sadb, sa_entry->ipsec_obj_id, sa_entry, GFP_KERNEL); in mlx5e_if_sa_newkey_onedir()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c1806 err = xa_insert(&devx_event_table->event_xa, in subscribe_event_xa_alloc()
1826 err = xa_insert(&event->object_ids, in subscribe_event_xa_alloc()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c713 ret = xa_insert(&fg->ftes_xa, fte->index, fte, GFP_KERNEL); in insert_fte()
796 ret = xa_insert(&ft->fgs_xa, fg->start_index, fg, GFP_KERNEL); in alloc_insert_flow_group()