Home
last modified time | relevance | path

Searched refs:xas_nomem (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Diteration_check.c39 if (xas_nomem(&xas, GFP_KERNEL)) in my_item_insert()
H A Dmultiorder.c25 } while (xas_nomem(&xas, GFP_KERNEL)); in item_insert_order()
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Diteration_check.c39 if (xas_nomem(&xas, GFP_KERNEL)) in my_item_insert()
H A Dmultiorder.c25 } while (xas_nomem(&xas, GFP_KERNEL)); in item_insert_order()
/kernel/linux/linux-6.6/mm/
H A Dlist_lru.c523 if (xas_nomem(&xas, gfp)) in memcg_list_lru_alloc()
541 /* xas_nomem() is used to free memory instead of memory allocation. */ in memcg_list_lru_alloc()
543 xas_nomem(&xas, gfp); in memcg_list_lru_alloc()
H A Dswap_state.c125 } while (xas_nomem(&xas, gfp)); in add_to_swap_cache()
H A Dkhugepaged.c1827 if (!xas_nomem(&xas, GFP_KERNEL)) { in collapse_file()
H A Dfilemap.c915 } while (xas_nomem(&xas, gfp)); in __filemap_add_folio()
/kernel/linux/linux-5.10/lib/
H A 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()
1479 } while (xas_nomem(&xas, GFP_KERNEL)); in check_create_range_5()
1688 } while (xas_nomem(&xas, GFP_KERNEL)); in check_workingset()
H A Didr.c454 if (xas_nomem(&xas, gfp)) { in ida_alloc_range()
H A Dxarray.c280 * xas_nomem() - Allocate memory if needed.
287 * should drop the lock and call xas_nomem(). If xas_nomem() succeeds,
297 bool xas_nomem(struct xa_state *xas, gfp_t gfp) in xas_nomem() function
313 EXPORT_SYMBOL_GPL(xas_nomem); variable
320 * Internal variant of xas_nomem().
1744 } while (xas_nomem(&xas, gfp)); in xa_store_range()
/kernel/linux/linux-6.6/lib/
H A 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()
1479 } while (xas_nomem(&xas, GFP_KERNEL)); in check_create_range_5()
1688 } while (xas_nomem(&xas, GFP_KERNEL)); in check_workingset()
H A Didr.c454 if (xas_nomem(&xas, gfp)) { in ida_alloc_range()
H A Dxarray.c266 * by xas_nomem().
281 * xas_nomem() - Allocate memory if needed.
288 * should drop the lock and call xas_nomem(). If xas_nomem() succeeds,
298 bool xas_nomem(struct xa_state *xas, gfp_t gfp) in xas_nomem() function
314 EXPORT_SYMBOL_GPL(xas_nomem); variable
321 * Internal variant of xas_nomem().
1746 } while (xas_nomem(&xas, gfp)); in xa_store_range()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_mr.c124 } while (xas_nomem(&xas, GFP_KERNEL)); in rxe_mr_fill_pages_from_sgt()
177 } while (xas_nomem(&xas, GFP_KERNEL)); in rxe_mr_alloc()
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dondemand.c381 } while (xas_nomem(&xas, GFP_KERNEL)); in cachefiles_ondemand_send_req()
/kernel/linux/linux-5.10/include/linux/
H A Dxarray.h1505 bool xas_nomem(struct xa_state *, gfp_t);
/kernel/linux/linux-5.10/mm/
H A Dswap_state.c169 } while (xas_nomem(&xas, gfp)); in add_to_swap_cache()
H A Dfilemap.c897 } while (xas_nomem(&xas, gfp)); in __add_to_page_cache_locked()
H A Dkhugepaged.c1713 if (!xas_nomem(&xas, GFP_KERNEL)) { in collapse_file()
/kernel/linux/linux-6.6/include/linux/
H A Dxarray.h1543 bool xas_nomem(struct xa_state *, gfp_t);
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H A Dpages.c592 xas_nomem(&xas, GFP_KERNEL); in pages_to_xarray()
604 } while (xas_nomem(&xas, GFP_KERNEL)); in pages_to_xarray()
/kernel/linux/linux-5.10/fs/
H A Ddax.c561 if (xas_nomem(xas, mapping_gfp_mask(mapping) & ~__GFP_HIGHMEM)) in grab_mapping_entry()
/kernel/linux/linux-6.6/fs/
H A Ddax.c647 if (xas_nomem(xas, mapping_gfp_mask(mapping) & ~__GFP_HIGHMEM)) in grab_mapping_entry()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmr.c187 * Notice xas_nomem() must always be called as it cleans in push_mkey_locked()
190 if (!xas_nomem(&xas, GFP_KERNEL)) in push_mkey_locked()

Completed in 54 milliseconds

12