Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/radix-tree/
H A 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()
H A Dregression2.c57 #define PAGECACHE_TAG_WRITEBACK XA_MARK_1
H A Diteration_check.c13 #define NEW_TAG XA_MARK_1
H A Dmain.c217 tagged = tag_tagged_items(&tree, start, end, ITEMS, XA_MARK_0, XA_MARK_1); in copy_tag_check()
H A Dtag_check.c324 ret = tag_tagged_items(&tree, first, 10, 10, XA_MARK_0, XA_MARK_1); in single_check()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Ddevice.c94 #define DEVICE_REGISTERED XA_MARK_1
97 #define CLIENT_REGISTERED XA_MARK_1
111 #define CLIENT_DATA_REGISTERED XA_MARK_1
/OK3568_Linux_fs/kernel/lib/
H A Dtest_xarray.c193 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_1)); in check_xa_mark_1()
225 XA_BUG_ON(xa, xa_get_mark(xa, i, XA_MARK_1)); in check_xa_mark_1()
245 XA_BUG_ON(xa, xa_get_mark(xa, next, XA_MARK_1)); in check_xa_mark_1()
H A Dxarray.c2296 xa_marked(xa, XA_MARK_1), xa_marked(xa, XA_MARK_2)); in xa_dump()
/OK3568_Linux_fs/kernel/include/linux/
H A Dxarray.h248 #define XA_MARK_1 ((__force xa_mark_t)1U) macro
H A Dfs.h492 #define PAGECACHE_TAG_WRITEBACK XA_MARK_1
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dxarray.rst136 iterate over all entries which have both ``XA_MARK_1`` and ``XA_MARK_2``
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c249 #define SDEB_XA_NOT_IN_USE XA_MARK_1