| /linux-6.15/net/devlink/ |
| H A D | devl_internal.h | 81 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 D | core.c | 88 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 D | test_xarray.c | 181 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 D | xarray.c | 2110 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 D | xarray.rst | 100 你可以通过使用xa_get_mark()来查询某个条目是否设置了标记。如果该条目不是 ``NULL`` ,你可以通过 160 * xa_get_mark()
|
| /linux-6.15/drivers/dpll/ |
| H A D | dpll_core.c | 29 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 D | dpll_netlink.c | 605 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 D | restrack.c | 74 if (xa_get_mark(&rt->xa, e->id, RESTRACK_DD) && !show_details) in rdma_restrack_count()
|
| H A D | device.c | 710 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 D | nldev.c | 1632 if (xa_get_mark(&rt->xa, res->id, RESTRACK_DD) && !show_details) in res_get_common_dumpit()
|
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 360 bool xa_get_mark(struct xarray *, unsigned long index, xa_mark_t);
|
| /linux-6.15/Documentation/core-api/ |
| H A D | xarray.rst | 125 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 D | xfs_zone_alloc.c | 887 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 D | shaper.c | 257 if (!hierarchy || xa_get_mark(&hierarchy->shapers, index, in net_shaper_lookup()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.c | 2011 return xa_get_mark(&esw->vports, vport_num, mark); in mlx5_esw_check_port_type()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_debug.c | 7532 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 D | file.c | 417 xa_get_mark(&mapping->i_pages, index, PAGECACHE_TAG_DIRTY)) in __found_offset()
|