Home
last modified time | relevance | path

Searched refs:xas_find_conflict (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/tools/testing/radix-tree/
Diteration_check.c32 if (xas_find_conflict(&xas)) in my_item_insert()
/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dxarray.rst352 部条目或 ``NULL`` ,即使在范围内有一个条目存储。调用xas_find_conflict()将返回该范围内的第一个条目,
/Linux-v6.1/include/linux/
Dxarray.h1517 void *xas_find_conflict(struct xa_state *);
1804 while ((entry = xas_find_conflict(xas)))
/Linux-v6.1/lib/
Dxarray.c1396 void *xas_find_conflict(struct xa_state *xas) in xas_find_conflict() function
1446 EXPORT_SYMBOL_GPL(xas_find_conflict);
Dtest_xarray.c1388 XA_BUG_ON(xa, xas_find_conflict(&xas)); in xa_store_many_order()
/Linux-v6.1/fs/
Ddax.c233 entry = xas_find_conflict(xas); in get_unlocked_entry()
/Linux-v6.1/mm/
Dshmem.c723 if (expected != xas_find_conflict(&xas)) { in shmem_add_to_page_cache()
727 if (expected && xas_find_conflict(&xas)) { in shmem_add_to_page_cache()
/Linux-v6.1/Documentation/core-api/
Dxarray.rst469 is an entry stored within the range. Calling xas_find_conflict()