/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
H A D | iteration_check.c | 39 if (xas_nomem(&xas, GFP_KERNEL)) in my_item_insert()
|
H A D | multiorder.c | 25 } while (xas_nomem(&xas, GFP_KERNEL)); in item_insert_order()
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | iteration_check.c | 39 if (xas_nomem(&xas, GFP_KERNEL)) in my_item_insert()
|
H A D | multiorder.c | 25 } while (xas_nomem(&xas, GFP_KERNEL)); in item_insert_order()
|
/kernel/linux/linux-6.6/mm/ |
H A D | list_lru.c | 523 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 D | swap_state.c | 125 } while (xas_nomem(&xas, gfp)); in add_to_swap_cache()
|
H A D | khugepaged.c | 1827 if (!xas_nomem(&xas, GFP_KERNEL)) { in collapse_file()
|
H A D | filemap.c | 915 } while (xas_nomem(&xas, gfp)); in __filemap_add_folio()
|
/kernel/linux/linux-5.10/lib/ |
H A 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() 1479 } while (xas_nomem(&xas, GFP_KERNEL)); in check_create_range_5() 1688 } while (xas_nomem(&xas, GFP_KERNEL)); in check_workingset()
|
H A D | idr.c | 454 if (xas_nomem(&xas, gfp)) { in ida_alloc_range()
|
H A D | xarray.c | 280 * 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 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() 1479 } while (xas_nomem(&xas, GFP_KERNEL)); in check_create_range_5() 1688 } while (xas_nomem(&xas, GFP_KERNEL)); in check_workingset()
|
H A D | idr.c | 454 if (xas_nomem(&xas, gfp)) { in ida_alloc_range()
|
H A D | xarray.c | 266 * 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 D | rxe_mr.c | 124 } 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 D | ondemand.c | 381 } while (xas_nomem(&xas, GFP_KERNEL)); in cachefiles_ondemand_send_req()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | xarray.h | 1505 bool xas_nomem(struct xa_state *, gfp_t);
|
/kernel/linux/linux-5.10/mm/ |
H A D | swap_state.c | 169 } while (xas_nomem(&xas, gfp)); in add_to_swap_cache()
|
H A D | filemap.c | 897 } while (xas_nomem(&xas, gfp)); in __add_to_page_cache_locked()
|
H A D | khugepaged.c | 1713 if (!xas_nomem(&xas, GFP_KERNEL)) { in collapse_file()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | xarray.h | 1543 bool xas_nomem(struct xa_state *, gfp_t);
|
/kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
H A D | pages.c | 592 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 D | dax.c | 561 if (xas_nomem(xas, mapping_gfp_mask(mapping) & ~__GFP_HIGHMEM)) in grab_mapping_entry()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dax.c | 647 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 D | mr.c | 187 * 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()
|