Home
last modified time | relevance | path

Searched refs:xas_load (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dxarray.c231 void *xas_load(struct xa_state *xas) in xas_load() function
246 EXPORT_SYMBOL_GPL(xas_load);
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(xas); in xas_find()
1459 entry = xas_load(&xas); in xa_load()
1611 curr = xas_load(&xas); in __xa_cmpxchg()
1650 curr = xas_load(&xas); in __xa_insert()
[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()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dxarray.rst400 The xas_load() will walk the xa_state as close to the entry
462 Calling xas_load() with a multi-index xa_state will walk the
470 If xas_load() encounters a multi-index entry, the xa_index
/OK3568_Linux_fs/kernel/mm/
H A Dtruncate.c40 if (xas_load(&xas) != entry) in __clear_shadow_entry()
H A Dswap_state.c154 old = xas_load(&xas); in add_to_swap_cache()
H A Dmigrate.c409 if (page_count(page) != expected_count || xas_load(&xas) != page) { in migrate_page_move_mapping()
512 if (page_count(page) != expected_count || xas_load(&xas) != page) { in migrate_huge_page_move_mapping()
H A Dfilemap.c1703 page = xas_load(&xas); in find_get_entry()
2057 for (page = xas_load(&xas); page; page = xas_next(&xas)) { in find_get_pages_contig()
H A Dpage-writeback.c2797 xas_load(&xas); in __test_set_page_writeback()
H A Dkhugepaged.c1882 VM_BUG_ON_PAGE(page != xas_load(&xas), page); in collapse_file()
H A Dhuge_memory.c2739 if (xas_load(&xas) != head) in split_huge_page_to_list()
H A Dshmem.c429 item = xas_load(&xas); in shmem_replace_entry()
/OK3568_Linux_fs/kernel/fs/
H A Ddax.c432 entry = xas_load(&xas); in dax_lock_page()
788 xas_load(xas); /* Walk the xa_state */ in dax_insert_entry()
/OK3568_Linux_fs/kernel/include/linux/
H A Dxarray.h1494 void *xas_load(struct xa_state *);