Searched refs:XA_MARK_0 (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/lib/ |
| D | test_xarray.c | 177 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1() 178 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1() 179 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() 184 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1() 185 XA_BUG_ON(xa, !xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1() 188 XA_BUG_ON(xa, xa_get_mark(xa, index + 1, XA_MARK_0)); in check_xa_mark_1() 194 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1() 195 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1() 196 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1() [all …]
|
| D | xarray.c | 2058 xa->xa_flags, xa_marked(xa, XA_MARK_0), in xa_dump()
|
| /Linux-v5.4/tools/testing/radix-tree/ |
| D | regression2.c | 56 #define PAGECACHE_TAG_DIRTY XA_MARK_0
|
| D | multiorder.c | 150 XA_MARK_0) == TAG_ENTRIES); in multiorder_tagged_iteration() 153 xas_for_each_marked(&xas, item, ULONG_MAX, XA_MARK_0) { in multiorder_tagged_iteration()
|
| D | main.c | 217 tagged = tag_tagged_items(&tree, start, end, ITEMS, XA_MARK_0, XA_MARK_1); in copy_tag_check() 226 tagged = tag_tagged_items(&tree, start, end, tmp, XA_MARK_0, XA_MARK_2); in copy_tag_check()
|
| D | iteration_check.c | 12 #define TAG XA_MARK_0
|
| 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/include/linux/ |
| D | xarray.h | 247 #define XA_MARK_0 ((__force xa_mark_t)0U) macro 252 #define XA_FREE_MARK XA_MARK_0
|
| D | fs.h | 512 #define PAGECACHE_TAG_DIRTY XA_MARK_0
|
| /Linux-v5.4/Documentation/core-api/ |
| D | xarray.rst | 151 You cannot use ``XA_MARK_0`` with an allocating XArray as this mark
|