Home
last modified time | relevance | path

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

/linux-6.15/net/devlink/
H A 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()
H A Dcore.c88 if (!xa_get_mark(&devlink_rels, rel->index, DEVLINK_REL_IN_USE)) in devlink_rel_nested_in_notify_work()
/linux-6.15/lib/
H A 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()
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()
226 XA_BUG_ON(xa, !xa_get_mark(xa, i, XA_MARK_2)); in check_xa_mark_1()
244 XA_BUG_ON(xa, xa_get_mark(xa, next, XA_MARK_0)); in check_xa_mark_1()
[all …]
H A Dxarray.c2110 bool xa_get_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_get_mark() function
2128 EXPORT_SYMBOL(xa_get_mark);
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst100 你可以通过使用xa_get_mark()来查询某个条目是否设置了标记。如果该条目不是 ``NULL`` ,你可以通过
160 * xa_get_mark()
/linux-6.15/drivers/dpll/
H A 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()
H A Ddpll_netlink.c605 if (WARN_ON(!xa_get_mark(&dpll_device_xa, dpll->id, DPLL_REGISTERED))) in dpll_device_event_send()
650 if (!xa_get_mark(&dpll_pin_xa, pin->id, DPLL_REGISTERED)) in dpll_pin_available()
653 if (xa_get_mark(&dpll_pin_xa, par_ref->pin->id, in dpll_pin_available()
657 if (xa_get_mark(&dpll_device_xa, par_ref->dpll->id, in dpll_pin_available()
/linux-6.15/drivers/infiniband/core/
H A Drestrack.c74 if (xa_get_mark(&rt->xa, e->id, RESTRACK_DD) && !show_details) in rdma_restrack_count()
H A Ddevice.c710 if (xa_get_mark(&device->client_data, client->client_id, in add_client_context()
755 if (!xa_get_mark(&device->client_data, client_id, in remove_client_context()
H A Dnldev.c1632 if (xa_get_mark(&rt->xa, res->id, RESTRACK_DD) && !show_details) in res_get_common_dumpit()
/linux-6.15/include/linux/
H A Dxarray.h360 bool xa_get_mark(struct xarray *, unsigned long index, xa_mark_t);
/linux-6.15/Documentation/core-api/
H A Dxarray.rst125 xa_get_mark(). If the entry is not ``NULL``, you can set a mark on it
203 * xa_get_mark()
/linux-6.15/fs/xfs/
H A Dxfs_zone_alloc.c887 return !xa_get_mark(&rtg_mount(rtg)->m_groups[XG_TYPE_RTG].xa, in xfs_zone_rgbno_is_valid()
/linux-6.15/net/shaper/
H A Dshaper.c257 if (!hierarchy || xa_get_mark(&hierarchy->shapers, index, in net_shaper_lookup()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c2011 return xa_get_mark(&esw->vports, vport_num, mark); in mlx5_esw_check_port_type()
/linux-6.15/drivers/scsi/
H A Dscsi_debug.c7532 niu = xa_get_mark(per_store_ap, l_idx, in scsi_debug_show_info()
8775 if (xa_get_mark(per_store_ap, idx, SDEB_XA_NOT_IN_USE)) in sdebug_add_host_helper()
/linux-6.15/fs/f2fs/
H A Dfile.c417 xa_get_mark(&mapping->i_pages, index, PAGECACHE_TAG_DIRTY)) in __found_offset()