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()将返回该范围内的第一个条目,
1535 void *xas_find_conflict(struct xa_state *);1823 while ((entry = xas_find_conflict(xas)))
1394 void *xas_find_conflict(struct xa_state *xas) in xas_find_conflict() function1444 EXPORT_SYMBOL_GPL(xas_find_conflict);
1388 XA_BUG_ON(xa, xas_find_conflict(&xas)); in xa_store_many_order()
219 entry = xas_find_conflict(xas); in get_unlocked_entry()
469 is an entry stored within the range. Calling xas_find_conflict()
793 if (expected != xas_find_conflict(&xas)) { in shmem_add_to_page_cache()797 if (expected && xas_find_conflict(&xas)) { in shmem_add_to_page_cache()