/linux-6.6.21/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 | 1944 bool xa_get_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_get_mark() function 1962 EXPORT_SYMBOL(xa_get_mark);
|
/linux-6.6.21/net/devlink/ ! |
D | devl_internal.h | 76 WARN_ON_ONCE(!xa_get_mark(&devlinks, (d)->index, DEVLINK_REGISTERED)) 78 WARN_ON_ONCE(xa_get_mark(&devlinks, (d)->index, DEVLINK_REGISTERED)) 92 return xa_get_mark(&devlinks, devlink->index, DEVLINK_REGISTERED); in devl_is_registered()
|
D | trap.c | 1177 if (!xa_get_mark(&devlinks, devlink->index, DEVLINK_REGISTERED)) in devlink_trap_group_notify() 1238 if (!xa_get_mark(&devlinks, devlink->index, DEVLINK_REGISTERED)) in devlink_trap_notify() 1714 if (!xa_get_mark(&devlinks, devlink->index, DEVLINK_REGISTERED)) in devlink_trap_policer_notify()
|
D | linecard.c | 136 if (!xa_get_mark(&devlinks, devlink->index, DEVLINK_REGISTERED)) in devlink_linecard_notify()
|
D | dev.c | 183 WARN_ON(!xa_get_mark(&devlinks, devlink->index, DEVLINK_REGISTERED)); in devlink_notify() 930 if (!xa_get_mark(&devlinks, devlink->index, DEVLINK_REGISTERED)) in __devlink_flash_update_notify()
|
D | rate.c | 149 if (!xa_get_mark(&devlinks, devlink->index, DEVLINK_REGISTERED)) in devlink_rate_notify()
|
D | region.c | 237 if (!xa_get_mark(&devlinks, devlink->index, DEVLINK_REGISTERED)) in devlink_nl_region_notify()
|
D | port.c | 508 if (!xa_get_mark(&devlinks, devlink->index, DEVLINK_REGISTERED)) in devlink_port_notify()
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ ! |
D | xarray.rst | 100 你可以通过使用xa_get_mark()来查询某个条目是否设置了标记。如果该条目不是 ``NULL`` ,你可以通过 160 * xa_get_mark()
|
/linux-6.6.21/include/linux/ ! |
D | xarray.h | 356 bool xa_get_mark(struct xarray *, unsigned long index, xa_mark_t);
|
/linux-6.6.21/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.6.21/drivers/infiniband/core/ ! |
D | device.c | 711 if (xa_get_mark(&device->client_data, client->client_id, in add_client_context() 756 if (!xa_get_mark(&device->client_data, client_id, in remove_client_context()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ ! |
D | eswitch.c | 2004 return xa_get_mark(&esw->vports, vport_num, mark); in mlx5_esw_check_port_type()
|
/linux-6.6.21/drivers/scsi/ ! |
D | scsi_debug.c | 5983 niu = xa_get_mark(per_store_ap, l_idx, in scsi_debug_show_info() 7202 if (xa_get_mark(per_store_ap, idx, SDEB_XA_NOT_IN_USE)) in sdebug_add_host_helper()
|
/linux-6.6.21/fs/f2fs/ ! |
D | file.c | 400 xa_get_mark(&mapping->i_pages, index, PAGECACHE_TAG_DIRTY)) in __found_offset()
|