Home
last modified time | relevance | path

Searched refs:xas_nomem (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/tools/testing/radix-tree/
Diteration_check.c39 if (xas_nomem(&xas, GFP_KERNEL)) in my_item_insert()
Dmultiorder.c25 } while (xas_nomem(&xas, GFP_KERNEL)); in item_insert_order()
/Linux-v5.10/lib/
Dtest_xarray.c81 } while (xas_nomem(&xas, gfp)); in xa_store_order()
505 } while (xas_nomem(&xas, GFP_KERNEL)); in check_xas_erase()
513 } while (xas_nomem(&xas, GFP_KERNEL)); in check_xas_erase()
884 if (xas_nomem(&xas, GFP_KERNEL)) { in __check_store_iter()
1398 } while (xas_nomem(&xas, GFP_KERNEL)); in xa_store_many_order()
1457 } while (xas_nomem(&xas, GFP_KERNEL)); in check_create_range_4()
1664 } while (xas_nomem(&xas, GFP_KERNEL)); in check_workingset()
Didr.c454 if (xas_nomem(&xas, gfp)) { in ida_alloc_range()
Dxarray.c297 bool xas_nomem(struct xa_state *xas, gfp_t gfp) in xas_nomem() function
313 EXPORT_SYMBOL_GPL(xas_nomem);
1740 } while (xas_nomem(&xas, gfp)); in xa_store_range()
/Linux-v5.10/mm/
Dswap_state.c169 } while (xas_nomem(&xas, gfp)); in add_to_swap_cache()
Dkhugepaged.c1661 if (!xas_nomem(&xas, GFP_KERNEL)) { in collapse_file()
Dfilemap.c895 } while (xas_nomem(&xas, gfp)); in __add_to_page_cache_locked()
Dshmem.c723 } while (xas_nomem(&xas, gfp)); in shmem_add_to_page_cache()
/Linux-v5.10/include/linux/
Dxarray.h1505 bool xas_nomem(struct xa_state *, gfp_t);
/Linux-v5.10/Documentation/core-api/
Dxarray.rst333 If the xa_state is holding an ``ENOMEM`` error, calling xas_nomem()
338 likely to fail. Once you have dropped the lock, xas_nomem()
/Linux-v5.10/fs/
Ddax.c549 if (xas_nomem(xas, mapping_gfp_mask(mapping) & ~__GFP_HIGHMEM)) in grab_mapping_entry()