Searched refs:xas_load (Results 1 – 18 of 18) sorted by relevance
315 xas_load()会尽可能地将xa_state移动到该条目附近。如果你知道xa_state已经移动到了该条目,并且需要检查351 多索引的xa_state调用xas_load()会把xa_state移动到树中的正确位置,但是返回值没有意义,有可能是一个内355 如果xas_load()遇到一个多索引条目,xa_state中的xa_index将不会被改变。当遍历一个XArray或者调用xas_find()
233 void *xas_load(struct xa_state *xas) in xas_load() function248 EXPORT_SYMBOL_GPL(xas_load);791 first = xas_load(xas); in xas_store()1061 void *curr = xas_load(xas); in xas_split()1161 return xas_load(xas); in __xas_prev()1200 return xas_load(xas); in __xas_next()1252 entry = xas_load(xas); in xas_find()1463 entry = xas_load(&xas); in xa_load()1615 curr = xas_load(&xas); in __xa_cmpxchg()1654 curr = xas_load(&xas); in __xa_insert()[all …]
498 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()1720 xas_load(&xas); in check_account()
1349 for (page = xas_load(&xas); page; page = xas_next(&xas)) { in iter_xarray_populate_pages()
463 entry = xas_load(&xas); in dax_lock_page()513 entry = xas_load(&xas); in dax_lock_mapping_entry()899 xas_load(xas); /* Walk the xa_state */ in dax_insert_entry()
517 if (unlikely(index < 0 || xas_error(&xas) || xas_load(&xas))) { in memcg_list_lru_alloc()
38 if (xas_load(&xas) != entry) in __clear_shadow_entry()
111 old = xas_load(&xas); in add_to_swap_cache()
1853 folio = xas_load(&xas); in mapping_get_entry()2216 for (folio = xas_load(&xas); folio && xas.xa_index <= end; in filemap_get_folios_contig()2361 for (folio = xas_load(&xas); folio; folio = xas_next(&xas)) { in filemap_get_read_batch()
2971 xas_load(&xas); in __folio_start_writeback()
1947 VM_BUG_ON_PAGE(page != xas_load(&xas), page); in collapse_file()
2733 if (xas_load(&xas) != folio) in split_huge_page_to_list()
408 item = xas_load(&xas); in shmem_replace_entry()
404 The xas_load() will walk the xa_state as close to the entry466 Calling xas_load() with a multi-index xa_state will walk the474 If xas_load() encounters a multi-index entry, the xa_index
1514 void *xas_load(struct xa_state *);
163 curr = xas_load(&xas); in push_mkey()
3107 cmd = xas_load(&xas); in tcmu_free_kept_buf_store()