/linux-6.12.1/net/devlink/ |
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()
|
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.12.1/lib/ |
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() 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 …]
|
D | xarray.c | 1973 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/ |
D | xarray.rst | 100 你可以通过使用xa_get_mark()来查询某个条目是否设置了标记。如果该条目不是 ``NULL`` ,你可以通过 160 * xa_get_mark()
|
/linux-6.12.1/drivers/dpll/ |
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()
|
D | dpll_netlink.c | 581 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/ |
D | restrack.c | 74 if (xa_get_mark(&rt->xa, e->id, RESTRACK_DD) && !show_details) in rdma_restrack_count()
|
D | device.c | 717 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()
|
D | nldev.c | 1631 if (xa_get_mark(&rt->xa, res->id, RESTRACK_DD) && !show_details) in res_get_common_dumpit()
|
/linux-6.12.1/Documentation/core-api/ |
D | xarray.rst | 123 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/ |
D | xarray.h | 360 bool xa_get_mark(struct xarray *, unsigned long index, xa_mark_t);
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.c | 2003 return xa_get_mark(&esw->vports, vport_num, mark); in mlx5_esw_check_port_type()
|
/linux-6.12.1/drivers/scsi/ |
D | scsi_debug.c | 6861 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/ |
D | file.c | 417 xa_get_mark(&mapping->i_pages, index, PAGECACHE_TAG_DIRTY)) in __found_offset()
|