Searched refs:nofail (Results 1 – 5 of 5) sorted by relevance
3819 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_area_node() local3832 nofail = false; in __vmalloc_area_node()3903 if (nofail && (ret < 0)) in __vmalloc_area_node()3905 } while (nofail && (ret < 0)); in __vmalloc_area_node()4015 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_node_range_noprof() local4018 size, (nofail) ? ". Retrying." : ""); in __vmalloc_node_range_noprof()4019 if (nofail) { in __vmalloc_node_range_noprof()
4668 bool nofail = gfp_mask & __GFP_NOFAIL; in __alloc_pages_slowpath() local4681 if (unlikely(nofail)) { in __alloc_pages_slowpath()4926 if (unlikely(nofail)) { in __alloc_pages_slowpath()
669 bool nofail) in btrfs_alloc_page_array() argument671 const gfp_t gfp = nofail ? (GFP_NOFS | __GFP_NOFAIL) : GFP_NOFS; in btrfs_alloc_page_array()695 static int alloc_eb_folio_array(struct extent_buffer *eb, bool nofail) in alloc_eb_folio_array() argument701 ret = btrfs_alloc_page_array(num_pages, page_array, nofail); in alloc_eb_folio_array()
960 bool nofail) in __cpuhp_invoke_callback_range() argument972 if (nofail) { in __cpuhp_invoke_callback_range()
3030 gfp_t flags, bool nofail, struct f2fs_sb_info *sbi) in f2fs_kmem_cache_alloc() argument3032 if (nofail) in f2fs_kmem_cache_alloc()