Home
last modified time | relevance | path

Searched refs:xas_load (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/lib/
H A Dxarray.c217 * xas_load() - Load an entry from the XArray (advanced).
222 * @xas is in an error state. xas_load() will never expand the tree.
224 * If the xa_state is set up to operate on a multi-index entry, xas_load()
231 void *xas_load(struct xa_state *xas) in xas_load() function
246 EXPORT_SYMBOL_GPL(xas_load); variable
788 first = xas_load(xas); in xas_store()
1057 void *curr = xas_load(xas); in xas_split()
1157 return xas_load(xas); in __xas_prev()
1196 return xas_load(xas); in __xas_next()
1248 entry = xas_load(xa in xas_find()
[all...]
H A Didr.c498 bitmap = xas_load(&xas); in ida_free()
H A Dtest_xarray.c264 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()
/kernel/linux/linux-6.6/lib/
H A Dxarray.c221 * xas_load() - Load an entry from the XArray (advanced).
226 * @xas is in an error state. xas_load() will never expand the tree.
228 * If the xa_state is set up to operate on a multi-index entry, xas_load()
235 void *xas_load(struct xa_state *xas) in xas_load() function
250 EXPORT_SYMBOL_GPL(xas_load); variable
789 first = xas_load(xas); in xas_store()
1059 void *curr = xas_load(xas); in xas_split()
1159 return xas_load(xas); in __xas_prev()
1198 return xas_load(xas); in __xas_next()
1250 entry = xas_load(xa in xas_find()
[all...]
H A Didr.c498 bitmap = xas_load(&xas); in ida_free()
H A Dtest_xarray.c264 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()
H A Diov_iter.c1013 for (page = xas_load(&xas); page; page = xas_next(&xas)) { in iter_xarray_populate_pages()
1625 for (page = xas_load(&xas); page; page = xas_next(&xas)) { in iov_iter_extract_xarray_pages()
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H A Dmain.c143 obj = xas_load(&xas); in iommufd_object_remove()
/kernel/linux/linux-6.6/mm/
H A Dtruncate.c37 if (xas_load(&xas) != entry) in __clear_shadow_entry()
H A Dlist_lru.c517 if (unlikely(index < 0 || xas_error(&xas) || xas_load(&xas))) { in memcg_list_lru_alloc()
H A Dswap_state.c112 old = xas_load(&xas); in add_to_swap_cache()
H A Dfilemap.c1824 folio = xas_load(&xas); in filemap_get_entry()
2197 for (folio = xas_load(&xas); folio && xas.xa_index <= end; in filemap_get_folios_contig()
2336 for (folio = xas_load(&xas); folio; folio = xas_next(&xas)) { in filemap_get_read_batch()
H A Dpage-writeback.c3003 xas_load(&xas); in __folio_start_writeback()
H A Dkhugepaged.c1835 page = xas_load(&xas); in collapse_file()
/kernel/linux/linux-5.10/fs/
H A Ddax.c432 entry = xas_load(&xas); in dax_lock_page()
783 xas_load(xas); /* Walk the xa_state */ in dax_insert_entry()
/kernel/linux/linux-6.6/fs/
H A Ddax.c455 entry = xas_load(&xas); in dax_lock_folio()
505 entry = xas_load(&xas); in dax_lock_mapping_entry()
913 xas_load(xas); /* Walk the xa_state */ in dax_insert_entry()
/kernel/linux/linux-5.10/mm/
H A Dtruncate.c40 if (xas_load(&xas) != entry) in __clear_shadow_entry()
H A Dswap_state.c153 old = xas_load(&xas); in add_to_swap_cache()
H A Dfilemap.c1698 page = xas_load(&xas); in find_get_entry()
2049 for (page = xas_load(&xas); page; page = xas_next(&xas)) { in find_get_pages_contig()
H A Dmigrate.c430 if (page_count(page) != expected_count || xas_load(&xas) != page) { in migrate_page_move_mapping()
533 if (page_count(page) != expected_count || xas_load(&xas) != page) { in migrate_huge_page_move_mapping()
H A Dpage-writeback.c2796 xas_load(&xas); in __test_set_page_writeback()
H A Dkhugepaged.c1873 VM_BUG_ON_PAGE(page != xas_load(&xas), page); in collapse_file()
H A Dhuge_memory.c2728 if (xas_load(&xas) != head) in split_huge_page_to_list()
/kernel/linux/linux-5.10/include/linux/
H A Dxarray.h1494 void *xas_load(struct xa_state *);
1542 * error or restart state, call xas_load() instead.
1771 * it will have the effect of calling xas_load(). Otherwise one will be
1800 * it will have the effect of calling xas_load(). Otherwise one will be
/kernel/linux/linux-6.6/include/linux/
H A Dxarray.h1532 void *xas_load(struct xa_state *);
1581 * error or restart state, call xas_load() instead.
1834 * it will have the effect of calling xas_load(). Otherwise one will be
1863 * it will have the effect of calling xas_load(). Otherwise one will be

Completed in 55 milliseconds

12