Home
last modified time | relevance | path

Searched refs:XA_MARK_1 (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/tools/testing/radix-tree/
Dmultiorder.c92 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()
Dregression2.c57 #define PAGECACHE_TAG_WRITEBACK XA_MARK_1
Diteration_check.c13 #define NEW_TAG XA_MARK_1
Dmain.c217 tagged = tag_tagged_items(&tree, start, end, ITEMS, XA_MARK_0, XA_MARK_1); in copy_tag_check()
Dtag_check.c324 ret = tag_tagged_items(&tree, first, 10, 10, XA_MARK_0, XA_MARK_1); in single_check()
/Linux-v5.10/drivers/infiniband/core/
Ddevice.c94 #define DEVICE_REGISTERED XA_MARK_1
97 #define CLIENT_REGISTERED XA_MARK_1
111 #define CLIENT_DATA_REGISTERED XA_MARK_1
/Linux-v5.10/lib/
Dtest_xarray.c193 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()
Dxarray.c2292 xa_marked(xa, XA_MARK_1), xa_marked(xa, XA_MARK_2)); in xa_dump()
/Linux-v5.10/include/linux/
Dxarray.h248 #define XA_MARK_1 ((__force xa_mark_t)1U) macro
Dfs.h480 #define PAGECACHE_TAG_WRITEBACK XA_MARK_1
/Linux-v5.10/Documentation/core-api/
Dxarray.rst136 iterate over all entries which have both ``XA_MARK_1`` and ``XA_MARK_2``
/Linux-v5.10/drivers/scsi/
Dscsi_debug.c249 #define SDEB_XA_NOT_IN_USE XA_MARK_1