Home
last modified time | relevance | path

Searched refs:xa_get_mark (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/net/devlink/
Ddevl_internal.h81 WARN_ON_ONCE(!xa_get_mark(&devlinks, (d)->index, DEVLINK_REGISTERED))
83 WARN_ON_ONCE(xa_get_mark(&devlinks, (d)->index, DEVLINK_REGISTERED))
96 return xa_get_mark(&devlinks, devlink->index, DEVLINK_REGISTERED); in __devl_is_registered()
Dcore.c88 if (!xa_get_mark(&devlink_rels, rel->index, DEVLINK_REL_IN_USE)) in devlink_rel_nested_in_notify_work()
/linux-6.12.1/lib/
Dtest_xarray.c181 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1()
183 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1()
187 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1()
189 XA_BUG_ON(xa, !xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1()
192 XA_BUG_ON(xa, xa_get_mark(xa, index + 1, XA_MARK_0)); in check_xa_mark_1()
193 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_1)); in check_xa_mark_1()
198 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1()
200 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1()
224 XA_BUG_ON(xa, !xa_get_mark(xa, i, XA_MARK_0)); in check_xa_mark_1()
225 XA_BUG_ON(xa, xa_get_mark(xa, i, XA_MARK_1)); in check_xa_mark_1()
[all …]
Dxarray.c1973 bool xa_get_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_get_mark() function
1991 EXPORT_SYMBOL(xa_get_mark);
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dxarray.rst100 你可以通过使用xa_get_mark()来查询某个条目是否设置了标记。如果该条目不是 ``NULL`` ,你可以通过
160 * xa_get_mark()
/linux-6.12.1/drivers/dpll/
Ddpll_core.c29 WARN_ON_ONCE(!xa_get_mark(&dpll_device_xa, (d)->id, DPLL_REGISTERED))
31 WARN_ON_ONCE(xa_get_mark(&dpll_device_xa, (d)->id, DPLL_REGISTERED))
33 WARN_ON_ONCE(!xa_get_mark(&dpll_pin_xa, (p)->id, DPLL_REGISTERED))
50 if (xa_get_mark(&dpll_device_xa, id, DPLL_REGISTERED)) in dpll_device_get_by_id()
Ddpll_netlink.c581 if (WARN_ON(!xa_get_mark(&dpll_device_xa, dpll->id, DPLL_REGISTERED))) in dpll_device_event_send()
626 if (!xa_get_mark(&dpll_pin_xa, pin->id, DPLL_REGISTERED)) in dpll_pin_available()
629 if (xa_get_mark(&dpll_pin_xa, par_ref->pin->id, in dpll_pin_available()
633 if (xa_get_mark(&dpll_device_xa, par_ref->dpll->id, in dpll_pin_available()
/linux-6.12.1/drivers/infiniband/core/
Drestrack.c74 if (xa_get_mark(&rt->xa, e->id, RESTRACK_DD) && !show_details) in rdma_restrack_count()
Ddevice.c717 if (xa_get_mark(&device->client_data, client->client_id, in add_client_context()
762 if (!xa_get_mark(&device->client_data, client_id, in remove_client_context()
Dnldev.c1631 if (xa_get_mark(&rt->xa, res->id, RESTRACK_DD) && !show_details) in res_get_common_dumpit()
/linux-6.12.1/Documentation/core-api/
Dxarray.rst123 xa_get_mark(). If the entry is not ``NULL``, you can set a mark on it
201 * xa_get_mark()
/linux-6.12.1/include/linux/
Dxarray.h360 bool xa_get_mark(struct xarray *, unsigned long index, xa_mark_t);
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c2003 return xa_get_mark(&esw->vports, vport_num, mark); in mlx5_esw_check_port_type()
/linux-6.12.1/drivers/scsi/
Dscsi_debug.c6861 niu = xa_get_mark(per_store_ap, l_idx, in scsi_debug_show_info()
8113 if (xa_get_mark(per_store_ap, idx, SDEB_XA_NOT_IN_USE)) in sdebug_add_host_helper()
/linux-6.12.1/fs/f2fs/
Dfile.c417 xa_get_mark(&mapping->i_pages, index, PAGECACHE_TAG_DIRTY)) in __found_offset()