| /linux-6.15/tools/testing/radix-tree/ |
| H A D | iteration_check_2.c | 44 xa_set_mark(xa, i, XA_MARK_0); in throbber() 65 xa_set_mark(&array, 100, XA_MARK_0); in iteration_test2()
|
| H A D | multiorder.c | 95 xa_set_mark(xa, tag_index[i], XA_MARK_1); in multiorder_tagged_iteration() 230 xa_set_mark(tree, index, XA_MARK_1); in load_creator()
|
| /linux-6.15/lib/ |
| H A D | test_xarray.c | 182 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() 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() 1249 xa_set_mark(xa, i, XA_MARK_0); in check_find_1() 1253 xa_set_mark(xa, j, XA_MARK_0); in check_find_1() 1326 xa_set_mark(xa, i, XA_MARK_0); in check_find_3() 1831 xa_set_mark(xa, index, XA_MARK_1); in check_split_1() [all …]
|
| H A D | xarray.c | 2140 void xa_set_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_set_mark() function 2146 EXPORT_SYMBOL(xa_set_mark);
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 101 使用xa_set_mark()来设置一个标记,并通过调用xa_clear_mark()来删除条目上的标记。你可以通过调用 183 * xa_set_mark()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_group.h | 86 xa_set_mark(&(_xg)->xg_mount->m_groups[(_xg)->xg_type].xa, \
|
| /linux-6.15/net/devlink/ |
| H A D | core.c | 166 xa_set_mark(&devlink_rels, rel->index, DEVLINK_REL_IN_USE); in devlink_rel_nested_in_add() 360 xa_set_mark(&devlinks, devlink->index, DEVLINK_REGISTERED); in devl_register()
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | restrack.c | 208 xa_set_mark(&rt->xa, res->id, RESTRACK_DD); in rdma_restrack_add()
|
| H A D | device.c | 735 xa_set_mark(&device->client_data, client->client_id, in add_client_context() 1315 xa_set_mark(&devices, device->index, DEVICE_REGISTERED); in enable_device_and_get() 1789 xa_set_mark(&clients, client->client_id, CLIENT_REGISTERED); in assign_client_id()
|
| /linux-6.15/arch/arm64/kvm/vgic/ |
| H A D | vgic-debug.c | 75 xa_set_mark(&dist->lpi_xa, intid, LPI_XA_MARK_DEBUG_ITER); in iter_mark_lpis()
|
| /linux-6.15/drivers/dpll/ |
| H A D | dpll_core.c | 392 xa_set_mark(&dpll_device_xa, dpll->id, DPLL_REGISTERED); in dpll_device_register() 617 xa_set_mark(&dpll_pin_xa, pin->id, DPLL_REGISTERED); in __dpll_pin_register()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.c | 1752 xa_set_mark(&esw->vports, idx, MLX5_ESW_VPT_HOST_FN); in mlx5_esw_vports_init() 1759 xa_set_mark(&esw->vports, idx, MLX5_ESW_VPT_VF); in mlx5_esw_vports_init() 1760 xa_set_mark(&esw->vports, idx, MLX5_ESW_VPT_HOST_FN); in mlx5_esw_vports_init() 1768 xa_set_mark(&esw->vports, base_sf_num + i, MLX5_ESW_VPT_SF); in mlx5_esw_vports_init() 1779 xa_set_mark(&esw->vports, base_sf_num + i, MLX5_ESW_VPT_SF); in mlx5_esw_vports_init()
|
| /linux-6.15/drivers/base/ |
| H A D | memory.c | 1083 xa_set_mark(&memory_groups, mgid, MEMORY_GROUP_MARK_DYNAMIC); in memory_group_register()
|
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 361 void xa_set_mark(struct xarray *, unsigned long index, xa_mark_t);
|
| /linux-6.15/Documentation/core-api/ |
| H A D | xarray.rst | 126 by using xa_set_mark() and remove the mark from an entry by calling 226 * xa_set_mark()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | core.c | 617 xa_set_mark(&subsys->namespaces, ns->nsid, NVMET_NS_ENABLED); in nvmet_ns_enable()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_debug.c | 7729 xa_set_mark(per_store_ap, sdhp->si_idx, in fake_rw_store() 8859 xa_set_mark(per_store_ap, idx, SDEB_XA_NOT_IN_USE); in sdebug_do_remove_host()
|