Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
A Dxarray.rst264 如果xa_state持有 ``ENOMEM`` 错误,调用xas_nomem()将尝试使用指定的gfp标志分配更多的内存,并将其缓
266 况下分配内存,但它更有可能失败。一旦你放弃了锁,xas_nomem()可以更努力地尝试分配更多内存。如果值得重
/linux/tools/testing/radix-tree/
A Diteration_check.c39 if (xas_nomem(&xas, GFP_KERNEL)) in my_item_insert()
A Dmultiorder.c25 } while (xas_nomem(&xas, GFP_KERNEL)); in item_insert_order()
/linux/lib/
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()
1666 } while (xas_nomem(&xas, GFP_KERNEL)); in check_workingset()
A Dlib.a3 …to_hashval�kptr_restrict�minmax_running_max�minmax_running_min�xas_load�xas_nomem�xas_create_range…
A Didr.c454 if (xas_nomem(&xas, gfp)) { in ida_alloc_range()
A Dxarray.c297 bool xas_nomem(struct xa_state *xas, gfp_t gfp) in xas_nomem() function
313 EXPORT_SYMBOL_GPL(xas_nomem);
1741 } while (xas_nomem(&xas, gfp)); in xa_store_range()
/linux/mm/
A Dswap_state.c138 } while (xas_nomem(&xas, gfp)); in add_to_swap_cache()
A Dkhugepaged.c1677 if (!xas_nomem(&xas, GFP_KERNEL)) { in collapse_file()
A Dfilemap.c953 } while (xas_nomem(&xas, gfp)); in __filemap_add_folio()
A Dshmem.c747 } while (xas_nomem(&xas, gfp)); in shmem_add_to_page_cache()
/linux/Documentation/core-api/
A 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/include/linux/
A Dxarray.h1507 bool xas_nomem(struct xa_state *, gfp_t);
/linux/fs/
A Ddax.c561 if (xas_nomem(xas, mapping_gfp_mask(mapping) & ~__GFP_HIGHMEM)) in grab_mapping_entry()
/linux/
A Dvmlinux.symvers5028 0x00000000 xas_nomem vmlinux EXPORT_SYMBOL_GPL
A DSystem.map17853 ffff8000104eced0 T xas_nomem
A D.tmp_System.map17853 ffff8000104eced0 T xas_nomem

Completed in 401 milliseconds