Searched refs:XA_MARK_2 (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/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-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 109 组合(例如迭代所有同时设置了 ``XA_MARK_1`` 和 ``XA_MARK_2`` 的条目,或者迭代所有设置了 110 ``XA_MARK_0`` 或 ``XA_MARK_2`` 的条目)。如果有用户需要,可以增加这些内容。
|
/linux-6.6.21/include/linux/ |
D | xarray.h | 253 #define XA_MARK_2 ((__force xa_mark_t)2U) macro 255 #define XA_MARK_MAX XA_MARK_2
|
D | fs.h | 502 #define PAGECACHE_TAG_TOWRITE XA_MARK_2
|
/linux-6.6.21/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 | 2304 xa_marked(xa, XA_MARK_1), xa_marked(xa, XA_MARK_2)); in xa_dump()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.h | 681 #define MLX5_ESW_VPT_SF XA_MARK_2
|
/linux-6.6.21/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``
|