Searched refs:XA_MARK_1 (Results 1 – 18 of 18) sorted by relevance
| /linux/tools/testing/radix-tree/ |
| H A D | regression2.c | 57 #define PAGECACHE_TAG_WRITEBACK XA_MARK_1
|
| H A D | iteration_check.c | 13 #define NEW_TAG XA_MARK_1
|
| H A D | main.c | 217 tagged = tag_tagged_items(&tree, start, end, ITEMS, XA_MARK_0, XA_MARK_1); in copy_tag_check()
|
| H A D | tag_check.c | 324 ret = tag_tagged_items(&tree, first, 10, 10, XA_MARK_0, XA_MARK_1); in single_check()
|
| /linux/lib/ |
| H A D | test_xarray.c | 193 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() 1844 xa_set_mark(xa, index, XA_MARK_1); in check_split_1() 1864 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_1) { in check_split_1() 1882 xa_set_mark(xa, index, XA_MARK_1); in check_split_2() 1911 xas_for_each_marked(&xas, entry, ULONG_MAX, XA_MARK_1) { in check_split_2()
|
| H A D | xarray.c | 2476 xa_marked(xa, XA_MARK_1), xa_marked(xa, XA_MARK_2)); in xa_dump()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 109 组合(例如迭代所有同时设置了 ``XA_MARK_1`` 和 ``XA_MARK_2`` 的条目,或者迭代所有设置了
|
| /linux/drivers/infiniband/core/ |
| H A D | device.c | 95 #define DEVICE_REGISTERED XA_MARK_1 99 #define CLIENT_REGISTERED XA_MARK_1 113 #define CLIENT_DATA_REGISTERED XA_MARK_1
|
| /linux/drivers/base/ |
| H A D | memory.c | 76 #define MEMORY_GROUP_MARK_DYNAMIC XA_MARK_1
|
| /linux/include/linux/ |
| H A D | xarray.h | 256 #define XA_MARK_1 ((__force xa_mark_t)1U) macro
|
| H A D | fs.h | 500 #define PAGECACHE_TAG_WRITEBACK XA_MARK_1
|
| /linux/drivers/nvme/target/ |
| H A D | nvmet.h | 27 #define NVMET_NS_ENABLED XA_MARK_1
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.h | 723 #define MLX5_ESW_VPT_VF XA_MARK_1
|
| /linux/net/shaper/ |
| H A D | shaper.c | 282 #define NET_SHAPER_NOT_VALID XA_MARK_1
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.c | 48 #define MLX5E_IPSEC_TUNNEL_SA XA_MARK_1
|
| /linux/fs/xfs/ |
| H A D | xfs_icache.c | 73 #define XFS_PERAG_BLOCKGC_MARK XA_MARK_1
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 778 #define GROUP_REGISTERED XA_MARK_1
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 311 #define SDEB_XA_NOT_IN_USE XA_MARK_1
|