Searched refs:XA_MARK_1 (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/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-v5.4/lib/ |
| D | test_xarray.c | 189 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()
|
| D | xarray.c | 2059 xa_marked(xa, XA_MARK_1), xa_marked(xa, XA_MARK_2)); in xa_dump()
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | device.c | 94 #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/ |
| D | xarray.h | 248 #define XA_MARK_1 ((__force xa_mark_t)1U) macro
|
| D | fs.h | 513 #define PAGECACHE_TAG_WRITEBACK XA_MARK_1
|