Searched refs:xas_load (Results 1 – 14 of 14) sorted by relevance
231 void *xas_load(struct xa_state *xas) in xas_load() function246 EXPORT_SYMBOL_GPL(xas_load);786 first = xas_load(xas); in xas_store()1055 void *curr = xas_load(xas); in xas_split()1153 return xas_load(xas); in __xas_prev()1192 return xas_load(xas); in __xas_next()1244 entry = xas_load(xas); in xas_find()1455 entry = xas_load(&xas); in xa_load()1607 curr = xas_load(&xas); in __xa_cmpxchg()1646 curr = xas_load(&xas); in __xa_insert()[all …]
497 bitmap = xas_load(&xas); in ida_free()
264 xas_load(&xas); in check_xa_mark_2()340 XA_BUG_ON(xa, xas_load(&xas) != xa_mk_value(1)); in check_xa_shrink()347 XA_BUG_ON(xa, xas_load(&xas) != NULL); in check_xa_shrink()1696 xas_load(&xas); in check_account()
400 The xas_load() will walk the xa_state as close to the entry462 Calling xas_load() with a multi-index xa_state will walk the470 If xas_load() encounters a multi-index entry, the xa_index
40 if (xas_load(&xas) != entry) in __clear_shadow_entry()
153 old = xas_load(&xas); in add_to_swap_cache()
428 if (page_count(page) != expected_count || xas_load(&xas) != page) { in migrate_page_move_mapping()531 if (page_count(page) != expected_count || xas_load(&xas) != page) { in migrate_huge_page_move_mapping()
1694 page = xas_load(&xas); in find_get_entry()2045 for (page = xas_load(&xas); page; page = xas_next(&xas)) { in find_get_pages_contig()
1816 VM_BUG_ON_PAGE(page != xas_load(&xas), page); in collapse_file()
2779 xas_load(&xas); in __test_set_page_writeback()
2697 if (xas_load(&xas) != head) in split_huge_page_to_list()
422 item = xas_load(&xas); in shmem_replace_entry()
421 entry = xas_load(&xas); in dax_lock_page()771 xas_load(xas); /* Walk the xa_state */ in dax_insert_entry()
1494 void *xas_load(struct xa_state *);