Searched refs:XA_MARK_2 (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/tools/testing/radix-tree/ |
D | regression2.c | 58 #define PAGECACHE_TAG_TOWRITE XA_MARK_2
|
D | multiorder.c | 123 XA_MARK_2) == TAG_ENTRIES); in multiorder_tagged_iteration() 136 xas_for_each_marked(&xas, item, ULONG_MAX, XA_MARK_2) { in multiorder_tagged_iteration()
|
D | main.c | 226 tagged = tag_tagged_items(&tree, start, end, tmp, XA_MARK_0, XA_MARK_2); in copy_tag_check()
|
/Linux-v5.10/include/linux/ |
D | xarray.h | 249 #define XA_MARK_2 ((__force xa_mark_t)2U) macro 251 #define XA_MARK_MAX XA_MARK_2
|
D | fs.h | 481 #define PAGECACHE_TAG_TOWRITE XA_MARK_2
|
/Linux-v5.10/lib/ |
D | test_xarray.c | 215 xa_set_mark(xa, index + 2, XA_MARK_2); in check_xa_mark_1() 226 XA_BUG_ON(xa, !xa_get_mark(xa, i, XA_MARK_2)); in check_xa_mark_1() 246 XA_BUG_ON(xa, xa_get_mark(xa, next, XA_MARK_2)); in check_xa_mark_1()
|
D | xarray.c | 2292 xa_marked(xa, XA_MARK_1), xa_marked(xa, XA_MARK_2)); in xa_dump()
|
/Linux-v5.10/Documentation/core-api/ |
D | xarray.rst | 136 iterate over all entries which have both ``XA_MARK_1`` and ``XA_MARK_2`` 137 set, or iterate over all entries which have ``XA_MARK_0`` or ``XA_MARK_2``
|