Searched refs:xas_nomem (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/tools/testing/radix-tree/ |
D | iteration_check.c | 39 if (xas_nomem(&xas, GFP_KERNEL)) in my_item_insert()
|
D | multiorder.c | 25 } while (xas_nomem(&xas, GFP_KERNEL)); in item_insert_order()
|
/Linux-v5.10/lib/ |
D | test_xarray.c | 81 } 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()
|
D | idr.c | 454 if (xas_nomem(&xas, gfp)) { in ida_alloc_range()
|
D | xarray.c | 297 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/ |
D | swap_state.c | 169 } while (xas_nomem(&xas, gfp)); in add_to_swap_cache()
|
D | khugepaged.c | 1661 if (!xas_nomem(&xas, GFP_KERNEL)) { in collapse_file()
|
D | filemap.c | 895 } while (xas_nomem(&xas, gfp)); in __add_to_page_cache_locked()
|
D | shmem.c | 723 } while (xas_nomem(&xas, gfp)); in shmem_add_to_page_cache()
|
/Linux-v5.10/include/linux/ |
D | xarray.h | 1505 bool xas_nomem(struct xa_state *, gfp_t);
|
/Linux-v5.10/Documentation/core-api/ |
D | xarray.rst | 333 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/ |
D | dax.c | 549 if (xas_nomem(xas, mapping_gfp_mask(mapping) & ~__GFP_HIGHMEM)) in grab_mapping_entry()
|