Home
last modified time | relevance | path

Searched refs:xa_set_mark (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Diteration_check_2.c44 xa_set_mark(xa, i, XA_MARK_0); in throbber()
65 xa_set_mark(&array, 100, XA_MARK_0); in iteration_test2()
H A Dmultiorder.c95 xa_set_mark(xa, tag_index[i], XA_MARK_1); in multiorder_tagged_iteration()
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Diteration_check_2.c44 xa_set_mark(xa, i, XA_MARK_0); in throbber()
65 xa_set_mark(&array, 100, XA_MARK_0); in iteration_test2()
H A Dmultiorder.c95 xa_set_mark(xa, tag_index[i], XA_MARK_1); in multiorder_tagged_iteration()
/kernel/linux/linux-5.10/lib/
H A Dtest_xarray.c182 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1()
188 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1()
199 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1()
213 xa_set_mark(xa, index + 1, XA_MARK_0); in check_xa_mark_1()
215 xa_set_mark(xa, index + 2, XA_MARK_2); in check_xa_mark_1()
262 xa_set_mark(xa, 0, XA_MARK_0); in check_xa_mark_2()
271 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_2()
300 xa_set_mark(xa, 0x41, XA_MARK_0); in check_xa_mark_3()
1016 xa_set_mark(xa, i, XA_MARK_0); in check_find_1()
1020 xa_set_mark(x in check_find_1()
[all...]
H A Dxarray.c1957 * xa_set_mark() - Set this mark on this entry.
1966 void xa_set_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_set_mark() function
1972 EXPORT_SYMBOL(xa_set_mark); variable
/kernel/linux/linux-6.6/lib/
H A Dtest_xarray.c182 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1()
188 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1()
199 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1()
213 xa_set_mark(xa, index + 1, XA_MARK_0); in check_xa_mark_1()
215 xa_set_mark(xa, index + 2, XA_MARK_2); in check_xa_mark_1()
262 xa_set_mark(xa, 0, XA_MARK_0); in check_xa_mark_2()
271 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_2()
300 xa_set_mark(xa, 0x41, XA_MARK_0); in check_xa_mark_3()
1016 xa_set_mark(xa, i, XA_MARK_0); in check_find_1()
1020 xa_set_mark(x in check_find_1()
[all...]
H A Dxarray.c1965 * xa_set_mark() - Set this mark on this entry.
1974 void xa_set_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_set_mark() function
1980 EXPORT_SYMBOL(xa_set_mark); variable
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1748 xa_set_mark(&esw->vports, idx, MLX5_ESW_VPT_HOST_FN); in mlx5_esw_vports_init()
1755 xa_set_mark(&esw->vports, idx, MLX5_ESW_VPT_VF); in mlx5_esw_vports_init()
1756 xa_set_mark(&esw->vports, idx, MLX5_ESW_VPT_HOST_FN); in mlx5_esw_vports_init()
1764 xa_set_mark(&esw->vports, base_sf_num + i, MLX5_ESW_VPT_SF); in mlx5_esw_vports_init()
1775 xa_set_mark(&esw->vports, base_sf_num + i, MLX5_ESW_VPT_SF); in mlx5_esw_vports_init()
/kernel/linux/linux-6.6/net/devlink/
H A Dcore.c143 xa_set_mark(&devlinks, devlink->index, DEVLINK_REGISTERED); in devl_register()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Ddevice.c706 xa_set_mark(&device->client_data, client->client_id, in add_client_context()
1275 xa_set_mark(&devices, device->index, DEVICE_REGISTERED); in enable_device_and_get()
1701 xa_set_mark(&clients, client->client_id, CLIENT_REGISTERED); in assign_client_id()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Ddevice.c736 xa_set_mark(&device->client_data, client->client_id, in add_client_context()
1316 xa_set_mark(&devices, device->index, DEVICE_REGISTERED); in enable_device_and_get()
1745 xa_set_mark(&clients, client->client_id, CLIENT_REGISTERED); in assign_client_id()
/kernel/linux/linux-5.10/include/linux/
H A Dxarray.h353 void xa_set_mark(struct xarray *, unsigned long index, xa_mark_t);
/kernel/linux/linux-6.6/include/linux/
H A Dxarray.h357 void xa_set_mark(struct xarray *, unsigned long index, xa_mark_t);
/kernel/linux/linux-6.6/drivers/base/
H A Dmemory.c1074 xa_set_mark(&memory_groups, mgid, MEMORY_GROUP_MARK_DYNAMIC); in memory_group_register()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c761 xa_set_mark(&ipsec->sadb, sa_entry->ipsec_obj_id, in mlx5e_xfrm_add_state()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c4519 xa_set_mark(buffer, j, XA_MARK_0); in smb3_init_transform_rq()
4885 xa_set_mark(&dw->buffer, i, XA_MARK_0); in receive_encrypted_read()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c6040 xa_set_mark(per_store_ap, sdhp->si_idx, in fake_rw_store()
7150 xa_set_mark(per_store_ap, idx, SDEB_XA_NOT_IN_USE); in sdebug_do_remove_host()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c6180 xa_set_mark(per_store_ap, sdhp->si_idx, in fake_rw_store()
7286 xa_set_mark(per_store_ap, idx, SDEB_XA_NOT_IN_USE); in sdebug_do_remove_host()

Completed in 72 milliseconds