Home
last modified time | relevance | path

Searched refs:xas_store (Results 1 – 23 of 23) sorted by relevance

/linux/lib/
H A Didr.c412 xas_store(&xas, xa_mk_value(tmp)); in ida_alloc_range()
422 xas_store(&xas, bitmap); in ida_alloc_range()
450 xas_store(&xas, bitmap); in ida_alloc_range()
509 xas_store(&xas, xa_mk_value(v)); in ida_free()
518 xas_store(&xas, NULL); in ida_free()
551 xas_store(&xas, NULL); in ida_destroy()
H A Dtest_xarray.c79 curr = xas_store(&xas, entry); in xa_store_order()
133 xas_store(&xas, XA_RETRY_ENTRY); in check_xas_retry()
135 xas_store(&xas, XA_RETRY_ENTRY); in check_xas_retry()
569 xas_store(&xas, NULL); in check_xas_erase()
575 xas_store(&xas, NULL); in check_xas_erase()
747 xas_store(&xas, p); in check_xa_multi_store_adv_add()
771 xas_store(&xas, NULL); in check_xa_multi_store_adv_del_entry()
1939 xas_store(&xas, &xas); in check_workingset()
1942 xas_store(&xas, xa_mk_value(2)); in check_workingset()
2031 xas_store(&xas, NULL); in check_xas_get_order()
[all …]
H A Dxarray.c776 void *xas_store(struct xa_state *xas, void *entry) in xas_store() function
848 EXPORT_SYMBOL_GPL(xas_store);
1511 return xas_result(&xas, xas_store(&xas, NULL)); in __xa_erase()
1565 curr = xas_store(&xas, entry); in __xa_store()
1631 xas_store(&xas, entry); in __xa_cmpxchg()
1670 xas_store(&xas, entry); in __xa_insert()
1755 xas_store(&xas, entry); in xa_store_range()
1862 xas_store(&xas, entry); in __xa_alloc()
2226 xas_store(&xas, NULL); in xa_delete_node()
/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst312 为 ``XA_FLAGS_TRACK_FREE`` ,在这种情况下,标记0被设置,所有其他标记被清空。使用xas_store()将一个
350 你可以通过使用XA_STATE_ORDER()或xas_set_order(),然后调用xas_store()来创建一个多索引条目。用一个
/linux/tools/testing/radix-tree/
H A Diteration_check.c34 xas_store(&xas, item); in my_item_insert()
H A Dtest.c264 xas_store(&xas, NULL); in item_kill_tree()
H A Dmultiorder.c23 xas_store(&xas, item); in item_insert_order()
/linux/mm/
H A Dswap_state.c119 xas_store(&xas, folio); in add_to_swap_cache()
157 void *entry = xas_store(&xas, shadow); in __delete_from_swap_cache()
265 xas_store(&xas, NULL); in clear_shadow_from_swap_cache()
H A Dlist_lru.c375 xas_store(&xas, NULL); in memcg_destroy_list_lru()
510 xas_store(&xas, mlru); in memcg_list_lru_alloc()
H A Dtruncate.c39 xas_store(&xas, NULL); in __clear_shadow_entry()
H A Dkhugepaged.c2068 xas_store(&xas, XA_RETRY_ENTRY); in collapse_file()
2108 xas_store(&xas, NULL); in collapse_file()
2143 xas_store(&xas, new_folio); in collapse_file()
H A Dfilemap.c149 xas_store(&xas, shadow); in page_cache_delete()
321 xas_store(&xas, NULL); in page_cache_delete_batch()
832 xas_store(&xas, new); in replace_page_cache_folio()
914 xas_store(&xas, folio); in __filemap_add_folio()
H A Dmigrate.c464 xas_store(&xas, newfolio); in folio_migrate_mapping()
548 xas_store(&xas, dst); in migrate_huge_page_move_mapping()
H A Dshmem.c490 xas_store(&xas, replacement); in shmem_replace_entry()
790 xas_store(&xas, folio); in shmem_add_to_page_cache()
/linux/fs/netfs/
H A Dmisc.c24 xas_store(&xas, folio); in netfs_xa_store_and_mark()
/linux/fs/cachefiles/
H A Dondemand.c26 xas_store(&xas, NULL); in cachefiles_ondemand_fd_release()
446 xas_store(&xas, req); in cachefiles_ondemand_send_req()
/linux/fs/
H A Ddax.c283 old = xas_store(xas, entry); in dax_unlock_entry()
295 return xas_store(xas, xa_mk_value(v | DAX_LOCKED)); in dax_lock_entry()
624 xas_store(xas, NULL); /* undo the PMD join */ in grab_mapping_entry()
761 xas_store(&xas, NULL); in __dax_invalidate_entry()
1008 xas_store(xas, entry); in dax_writeback_one()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_mr.c116 xas_store(&xas, page); in rxe_mr_fill_pages_from_sgt()
170 xas_store(&xas, XA_ZERO_ENTRY); in rxe_mr_alloc()
/linux/include/linux/
H A Dxarray.h1537 void *xas_store(struct xa_state *, void *entry);
1572 xas_store(xas, entry); in xas_split()
/linux/drivers/iommu/iommufd/
H A Dmain.c196 xas_store(&xas, NULL); in iommufd_object_remove()
H A Dpages.c555 xas_store(&xas, NULL); in batch_from_xarray_clear()
571 xas_store(&xas, NULL); in clear_xarray()
596 old = xas_store(&xas, xa_mk_value(page_to_pfn(*pages))); in pages_to_xarray()
/linux/Documentation/core-api/
H A Dxarray.rst401 xas_store() will not reset the marks on that entry; if you want
465 or xas_set_order() followed by a call to xas_store().
/linux/drivers/target/
H A Dtarget_core_user.c3121 xas_store(&xas, NULL); in tcmu_free_kept_buf_store()