Home
last modified time | relevance | path

Searched refs:XA_MARK_0 (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/tools/testing/radix-tree/
A Diteration_check_2.c23 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_0) in iterator()
44 xa_set_mark(xa, i, XA_MARK_0); in throbber()
65 xa_set_mark(&array, 100, XA_MARK_0); in iteration_test2()
A Dregression2.c56 #define PAGECACHE_TAG_DIRTY XA_MARK_0
A Dmultiorder.c150 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()
A Dmain.c217 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()
A Diteration_check.c12 #define TAG XA_MARK_0
A Dtag_check.c324 ret = tag_tagged_items(&tree, first, 10, 10, XA_MARK_0, XA_MARK_1); in single_check()
/linux-6.3-rc2/lib/
A Dtest_xarray.c182 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1()
188 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1()
199 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_1()
262 xa_set_mark(xa, 0, XA_MARK_0); in check_xa_mark_2()
271 xa_set_mark(xa, index, XA_MARK_0); in check_xa_mark_2()
300 xa_set_mark(xa, 0x41, XA_MARK_0); in check_xa_mark_3()
1016 xa_set_mark(xa, i, XA_MARK_0); in check_find_1()
1020 xa_set_mark(xa, j, XA_MARK_0); in check_find_1()
1034 XA_MARK_0); in check_find_1()
1093 xa_set_mark(xa, i, XA_MARK_0); in check_find_3()
[all …]
A Dxarray.c961 xa_mark_t mark = XA_MARK_0; in node_get_marks()
977 xa_mark_t mark = XA_MARK_0; in node_set_marks()
2299 xa->xa_flags, xa_marked(xa, XA_MARK_0), in xa_dump()
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dxarray.rst110 ``XA_MARK_0`` 或 ``XA_MARK_2`` 的条目)。如果有用户需要,可以增加这些内容。
129 你不能在分配的XArray中使用 ``XA_MARK_0`` ,因为这个标记是用来跟踪一个条目是否是空闲的。其他的
/linux-6.3-rc2/include/linux/
A Dxarray.h251 #define XA_MARK_0 ((__force xa_mark_t)0U) macro
256 #define XA_FREE_MARK XA_MARK_0
A Dfs.h454 #define PAGECACHE_TAG_DIRTY XA_MARK_0
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Deswitch.h618 #define MLX5_ESW_VPT_HOST_FN XA_MARK_0
/linux-6.3-rc2/Documentation/core-api/
A Dxarray.rst137 set, or iterate over all entries which have ``XA_MARK_0`` or ``XA_MARK_2``
164 You cannot use ``XA_MARK_0`` with an allocating XArray as this mark
/linux-6.3-rc2/fs/cifs/
A Dsmb2ops.c4454 xas_for_each_marked(&xas, folio, ULONG_MAX, XA_MARK_0) { in cifs_clear_xarray_buffer()
4524 xa_set_mark(buffer, j, XA_MARK_0); in smb3_init_transform_rq()
4890 xa_set_mark(&dw->buffer, i, XA_MARK_0); in receive_encrypted_read()

Completed in 41 milliseconds