Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/lib/
Dtest_xarray.c189 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_1)); in check_xa_mark_1()
221 XA_BUG_ON(xa, xa_get_mark(xa, i, XA_MARK_1)); in check_xa_mark_1()
241 XA_BUG_ON(xa, xa_get_mark(xa, next, XA_MARK_1)); in check_xa_mark_1()
Dxarray.c2059 xa_marked(xa, XA_MARK_1), xa_marked(xa, XA_MARK_2)); in xa_dump()
/Linux-v5.4/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.4/include/linux/
Dxarray.h248 #define XA_MARK_1 ((__force xa_mark_t)1U) macro
Dfs.h513 #define PAGECACHE_TAG_WRITEBACK XA_MARK_1