Searched refs:XA_MARK_1 (Results 1 – 18 of 18) sorted by relevance
/linux-6.6.21/tools/testing/radix-tree/ |
D | multiorder.c | 92 assert(!xa_marked(xa, XA_MARK_1)); in multiorder_tagged_iteration() 95 xa_set_mark(xa, tag_index[i], XA_MARK_1); in multiorder_tagged_iteration() 108 xas_for_each_marked(&xas, item, ULONG_MAX, XA_MARK_1) { in multiorder_tagged_iteration() 122 assert(tag_tagged_items(xa, 0, ULONG_MAX, TAG_ENTRIES, XA_MARK_1, in multiorder_tagged_iteration() 149 assert(tag_tagged_items(xa, 1, ULONG_MAX, MT_NUM_ENTRIES * 2, XA_MARK_1, in multiorder_tagged_iteration()
|
D | regression2.c | 57 #define PAGECACHE_TAG_WRITEBACK XA_MARK_1
|
D | iteration_check.c | 13 #define NEW_TAG XA_MARK_1
|
D | main.c | 217 tagged = tag_tagged_items(&tree, start, end, ITEMS, XA_MARK_0, XA_MARK_1); in copy_tag_check()
|
D | tag_check.c | 324 ret = tag_tagged_items(&tree, first, 10, 10, XA_MARK_0, XA_MARK_1); in single_check()
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 109 组合(例如迭代所有同时设置了 ``XA_MARK_1`` 和 ``XA_MARK_2`` 的条目,或者迭代所有设置了
|
/linux-6.6.21/net/devlink/ |
D | devl_internal.h | 20 #define DEVLINK_REGISTERED XA_MARK_1
|
/linux-6.6.21/fs/cachefiles/ |
D | internal.h | 132 #define CACHEFILES_REQ_NEW XA_MARK_1
|
/linux-6.6.21/drivers/infiniband/core/ |
D | device.c | 95 #define DEVICE_REGISTERED XA_MARK_1 98 #define CLIENT_REGISTERED XA_MARK_1 112 #define CLIENT_DATA_REGISTERED XA_MARK_1
|
/linux-6.6.21/lib/ |
D | test_xarray.c | 193 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_1)); in check_xa_mark_1() 225 XA_BUG_ON(xa, xa_get_mark(xa, i, XA_MARK_1)); in check_xa_mark_1() 245 XA_BUG_ON(xa, xa_get_mark(xa, next, XA_MARK_1)); in check_xa_mark_1()
|
D | xarray.c | 2304 xa_marked(xa, XA_MARK_1), xa_marked(xa, XA_MARK_2)); in xa_dump()
|
/linux-6.6.21/drivers/base/ |
D | memory.c | 89 #define MEMORY_GROUP_MARK_DYNAMIC XA_MARK_1
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.h | 680 #define MLX5_ESW_VPT_VF XA_MARK_1
|
/linux-6.6.21/include/linux/ |
D | xarray.h | 252 #define XA_MARK_1 ((__force xa_mark_t)1U) macro
|
D | fs.h | 501 #define PAGECACHE_TAG_WRITEBACK XA_MARK_1
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec.c | 47 #define MLX5E_IPSEC_TUNNEL_SA XA_MARK_1
|
/linux-6.6.21/Documentation/core-api/ |
D | xarray.rst | 136 iterate over all entries which have both ``XA_MARK_1`` and ``XA_MARK_2``
|
/linux-6.6.21/drivers/scsi/ |
D | scsi_debug.c | 251 #define SDEB_XA_NOT_IN_USE XA_MARK_1
|