Searched refs:xas_find_conflict (Results 1 – 8 of 8) sorted by relevance
32 if (xas_find_conflict(&xas)) in my_item_insert()
352 部条目或 ``NULL`` ,即使在范围内有一个条目存储。调用xas_find_conflict()将返回该范围内的第一个条目,
1517 void *xas_find_conflict(struct xa_state *);1804 while ((entry = xas_find_conflict(xas)))
1396 void *xas_find_conflict(struct xa_state *xas) in xas_find_conflict() function1446 EXPORT_SYMBOL_GPL(xas_find_conflict);
1388 XA_BUG_ON(xa, xas_find_conflict(&xas)); in xa_store_many_order()
233 entry = xas_find_conflict(xas); in get_unlocked_entry()
723 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()
469 is an entry stored within the range. Calling xas_find_conflict()