Home
last modified time | relevance | path

Searched refs:xas_error (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.1/mm/
Dlist_lru.c517 if (unlikely(index < 0 || xas_error(&xas) || xas_load(&xas))) { in memcg_list_lru_alloc()
521 if (xas_error(&xas) == -ENOMEM) { in memcg_list_lru_alloc()
535 else if (!xas_error(&xas) && index != xas.xa_index) in memcg_list_lru_alloc()
547 return xas_error(&xas); in memcg_list_lru_alloc()
Dswap_state.c107 if (xas_error(&xas)) in add_to_swap_cache()
127 if (!xas_error(&xas)) in add_to_swap_cache()
132 return xas_error(&xas); in add_to_swap_cache()
Dfilemap.c896 if (xas_error(&xas)) in __filemap_add_folio()
912 if (xas_error(&xas)) in __filemap_add_folio()
923 return xas_error(&xas); in __filemap_add_folio()
Dshmem.c732 if (xas_error(&xas)) in shmem_add_to_page_cache()
745 if (xas_error(&xas)) { in shmem_add_to_page_cache()
746 error = xas_error(&xas); in shmem_add_to_page_cache()
Dhuge_memory.c2693 if (xas_error(&xas)) { in split_huge_page_to_list()
2694 ret = xas_error(&xas); in split_huge_page_to_list()
Dkhugepaged.c1775 if (!xas_error(&xas)) in collapse_file()
/Linux-v6.1/lib/
Didr.c423 if (xas_error(&xas)) { in ida_alloc_range()
461 if (xas_error(&xas)) in ida_alloc_range()
462 return xas_error(&xas); in ida_alloc_range()
Dxarray.c185 if (xas_error(xas)) in xas_start()
662 } else if (xas_error(xas)) { in xas_create()
720 if (xas_error(xas)) in xas_create_range()
1243 if (xas_error(xas) || xas->xa_node == XAS_BOUNDS) in xas_find()
1314 if (xas_error(xas)) in xas_find_marked()
1400 if (xas_error(xas)) in xas_find_conflict()
1477 if (xas_error(xas)) in xas_result()
1664 return xas_error(&xas); in __xa_insert()
1736 if (xas_error(&xas)) in xa_store_range()
1742 if (xas_error(&xas)) in xa_store_range()
[all …]
Dtest_xarray.c888 XA_BUG_ON(xa, xas_error(&xas)); in __check_store_iter()
1390 if (xas_error(&xas)) in xa_store_many_order()
1400 XA_BUG_ON(xa, xas_error(&xas)); in xa_store_many_order()
1431 XA_BUG_ON(NULL, xas_error(&xas) != -EEXIST); in check_create_range_3()
1445 if (xas_error(&xas)) in check_create_range_4()
1459 XA_BUG_ON(xa, xas_error(&xas)); in check_create_range_4()
/Linux-v6.1/tools/testing/radix-tree/
Dmultiorder.c27 if (!xas_error(&xas)) in item_insert_order()
31 return xas_error(&xas); in item_insert_order()
/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dxarray.rst261 xa_state也被用来存储错误(store errors)。你可以调用xas_error()来检索错误。所有的操作在进行之前都
/Linux-v6.1/fs/cachefiles/
Dondemand.c383 ret = xas_error(&xas); in cachefiles_ondemand_send_req()
/Linux-v6.1/fs/
Ddax.c648 if (xas_error(xas)) in grab_mapping_entry()
659 if (xas_error(xas)) in grab_mapping_entry()
/Linux-v6.1/include/linux/
Dxarray.h1407 static inline int xas_error(const struct xa_state *xas) in xas_error() function
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dmr.c194 if (xas_error(&xas)) in push_mkey()
195 return xas_error(&xas); in push_mkey()
/Linux-v6.1/Documentation/core-api/
Dxarray.rst329 xas_error() to retrieve the error. All operations check whether