| /linux/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() 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 …]
|
| H A D | ref_tracker.c | 389 xa_get_mark(&debugfs_dentries, index, REF_TRACKER_DIR_DEAD)) { in ref_tracker_debugfs_show()
|
| H A D | xarray.c | 2116 bool xa_get_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_get_mark() function 2134 EXPORT_SYMBOL(xa_get_mark);
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 100 你可以通过使用xa_get_mark()来查询某个条目是否设置了标记。如果该条目不是 ``NULL`` ,你可以通过 160 * xa_get_mark()
|
| /linux/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 | 721 if (xa_get_mark(&device->client_data, client->client_id, in add_client_context() 766 if (!xa_get_mark(&device->client_data, client_id, in remove_client_context()
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 56 if (!xa_get_mark(&dpll_pin_xa, pin->id, DPLL_REGISTERED)) in dpll_pin_available() 59 if (xa_get_mark(&dpll_pin_xa, par_ref->pin->id, in dpll_pin_available() 63 if (xa_get_mark(&dpll_device_xa, par_ref->dpll->id, in dpll_pin_available() 796 if (WARN_ON(!xa_get_mark(&dpll_device_xa, dpll->id, DPLL_REGISTERED))) in dpll_device_event_send()
|
| /linux/include/linux/ |
| H A D | xarray.h | 360 bool xa_get_mark(struct xarray *, unsigned long index, xa_mark_t);
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_alloc.c | 943 return !xa_get_mark(&rtg_mount(rtg)->m_groups[XG_TYPE_RTG].xa, in xfs_zone_rgbno_is_valid()
|
| /linux/net/shaper/ |
| H A D | shaper.c | 292 if (!hierarchy || xa_get_mark(&hierarchy->shapers, index, in net_shaper_lookup()
|
| /linux/io_uring/ |
| H A D | zcrx.c | 939 return xa_get_mark(&ctx->zcrx_ctxs, id, XA_MARK_1); in is_zcrx_entry_marked()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.c | 2188 return xa_get_mark(&esw->vports, vport_num, mark); in mlx5_esw_check_port_type()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 3782 if (!xa_get_mark(&gpool->xa, group_handle, GROUP_REGISTERED)) in panthor_group_destroy()
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 7632 niu = xa_get_mark(per_store_ap, l_idx, in scsi_debug_show_info() 8873 if (xa_get_mark(per_store_ap, idx, SDEB_XA_NOT_IN_USE)) in sdebug_add_host_helper()
|